Packageorg.apache.flex.html.beads.controllers
Classpublic class ListSingleSelectionMouseController
InheritanceListSingleSelectionMouseController Inheritance Object
Implements IBeadController

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ListSingleSelectionMouseController class is a controller for org.apache.flex.html.List. Controllers watch for events from the interactive portions of a View and update the data model or dispatch a semantic event. This controller watches for events from the item renderers and updates an ISelectionModel (which only supports single selection). Other controller/model pairs would support various kinds of multiple selection.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
ListSingleSelectionMouseController
Protected Properties
 PropertyDefined By
  dataGroup : IItemRendererParent
The parent of the item renderers.
ListSingleSelectionMouseController
  listModel : ISelectionModel
The model.
ListSingleSelectionMouseController
  listView : IListView
The view.
ListSingleSelectionMouseController
Public Methods
 MethodDefined By
  
Constructor.
ListSingleSelectionMouseController
Property Detail
dataGroupproperty
protected var dataGroup:IItemRendererParent

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The parent of the item renderers.

listModelproperty 
protected var listModel:ISelectionModel

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The model.

listViewproperty 
protected var listView:IListView

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The view.

strandproperty 
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
ListSingleSelectionMouseController()Constructor
public function ListSingleSelectionMouseController()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.