Packageorg.apache.flex.html.beads
Classpublic class ListView
InheritanceListView Inheritance Strand Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBeadView, IStrand, IListView, ILayoutParent
Subclasses BarChartView, ButtonBarView, DataGridColumnView

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

The List class creates the visual elements of the org.apache.flex.html.List component. A List consists of the area to display the data (in the dataGroup), any scrollbars, and so forth.



Public Properties
 PropertyDefined By
 Inheritedbeads : Array
The array property that is used to add additional beads to an MXML tag.
Strand
  border : Border
[read-only] The border surrounding the org.apache.flex.html.List.
ListView
  contentView : DisplayObjectContainer
[read-only] The contentArea includes the dataGroup and scrollBars.
ListView
  dataGroup : IItemRendererParent
[read-only] The area holding the itemRenderers.
ListView
  hScrollBar : ScrollBar
[read-only] The horizontal org.apache.flex.html.ScrollBar, currently null.
ListView
 Inheritedid : String
An id property for MXML documents.
Strand
 Inheritedmodel : IBeadModel
An IBeadModel that serves as the data model for the component.
Strand
  strand : IStrand
The host component for this bead.
ListView
  viewHeight : Number
[read-only] The height of the view.
ListView
  viewWidth : Number
[read-only] The width of the view.
ListView
  vScrollBar : ScrollBar
[read-only] The vertical org.apache.flex.html.ScrollBar, if needed.
ListView
Public Methods
 MethodDefined By
  
ListView
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
Strand
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
Strand
 Inherited
Remove a bead from the strand.
Strand
Property Detail
borderproperty
border:Border  [read-only]

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

The border surrounding the org.apache.flex.html.List.


Implementation
    public function get border():Border
contentViewproperty 
contentView:DisplayObjectContainer  [read-only]

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

The contentArea includes the dataGroup and scrollBars.


Implementation
    public function get contentView():DisplayObjectContainer
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 area holding the itemRenderers.


Implementation
    public function get dataGroup():IItemRendererParent
hScrollBarproperty 
hScrollBar:ScrollBar  [read-only]

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

The horizontal org.apache.flex.html.ScrollBar, currently null.


Implementation
    public function get hScrollBar():ScrollBar
strandproperty 
strand:IStrand

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 get strand():IStrand
    public function set strand(value:IStrand):void
viewHeightproperty 
viewHeight:Number  [read-only]

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

The height of the view.


Implementation
    public function get viewHeight():Number
viewWidthproperty 
viewWidth:Number  [read-only]

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

The width of the view.


Implementation
    public function get viewWidth():Number
vScrollBarproperty 
vScrollBar:ScrollBar  [read-only]

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

The vertical org.apache.flex.html.ScrollBar, if needed.


Implementation
    public function get vScrollBar():ScrollBar
Constructor Detail
ListView()Constructor
public function ListView()