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.
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
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
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
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
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
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
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
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
public function ListView()
The Apache Software Foundation Wed Jul 9 2014, 10:38 PM -07:00