Packageorg.openPyro.layout
Interfacepublic interface ILayout
ImplementorsAbsoluteLayout, ColumnGridLayout, HLayout, HScrollBarLayout, RowGridLayout, VLayout, VScrollBarLayout



Public Properties
 PropertyDefined by
  container : UIContainer
[write-only]
ILayout
  initX : Number
[write-only]
ILayout
  initY : Number
[write-only]
ILayout
  prepare : Function
[write-only]
ILayout
Public Methods
 MethodDefined by
  
getMaxHeight(children:Array):Number
ILayout
  
getMaxWidth(children:Array):Number
ILayout
  
layout(children:Array):void
ILayout
Property detail
containerproperty
container:UIContainer  [write-only]Implementation
    public function set container(value:UIContainer):void
initXproperty 
initX:Number  [write-only]Implementation
    public function set initX(value:Number):void
initYproperty 
initY:Number  [write-only]Implementation
    public function set initY(value:Number):void
prepareproperty 
prepare:Function  [write-only]Implementation
    public function set prepare(value:Function):void
Method detail
getMaxHeight()method
public function getMaxHeight(children:Array):NumberParameters
children:Array

Returns
Number
getMaxWidth()method 
public function getMaxWidth(children:Array):NumberParameters
children:Array

Returns
Number
layout()method 
public function layout(children:Array):voidParameters
children:Array