Packageorg.apache.flex.html.beads
Interfacepublic interface IListView
Implementors ListView

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

The IListView interface provides the protocol for any bead that creates the visual parts for a org.apache.flex.html.List control.



Public Properties
 PropertyDefined By
  dataGroup : IItemRendererParent
[read-only] The component which parents all of the itemRenderers for each datum being displayed by the List component.
IListView
  strand : IStrand
[read-only] The host component.
IListView
Property Detail
dataGroupproperty
dataGroup:IItemRendererParent  [read-only]

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

The component which parents all of the itemRenderers for each datum being displayed by the List component.


Implementation
    public function get dataGroup():IItemRendererParent
strandproperty 
strand:IStrand  [read-only]

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

The host component.


Implementation
    public function get strand():IStrand