Packageorg.apache.flex.core
Interfacepublic interface ILayoutParent
Implementors ContainerView, ListView, NumericStepperView

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.



Public Properties
 PropertyDefined By
  border : Border
[read-only] The border.
ILayoutParent
  contentView : DisplayObjectContainer
[read-only] The container that parents all of the content.
ILayoutParent
  hScrollBar : ScrollBar
[read-only] The horizontal ScrollBar.
ILayoutParent
  resizableView : DisplayObject
[read-only] The container whose size changes imply the need for another layout pass.
ILayoutParent
  vScrollBar : ScrollBar
[read-only] The vertical ScrollBar.
ILayoutParent
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.


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 container that parents all of the content.


Implementation
    public function get contentView():DisplayObjectContainer
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 ScrollBar.


Implementation
    public function get hScrollBar():ScrollBar
resizableViewproperty 
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
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 ScrollBar.


Implementation
    public function get vScrollBar():ScrollBar