Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The ILayoutParent interface is the basic interface for the
container that have an IBeadLayout. The layout implementation
often needs to know certain things about other objects in
the component.
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.
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 container that parents all of the content.
Implementation public function get contentView():DisplayObjectContainer
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 ScrollBar.
Implementation public function get hScrollBar():ScrollBar
resizableView:DisplayObject
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The container whose size changes
imply the need for another layout pass. This
is normally the host component.
Implementation public function get resizableView():DisplayObject
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 ScrollBar.
Implementation public function get vScrollBar():ScrollBar
The Apache Software Foundation Wed Jul 9 2014, 10:38 PM -07:00