| Property | Defined by | ||
|---|---|---|---|
| container : UIContainer
[write-only]
| VScrollBarLayout | ||
| initX : Number [write-only]
| VScrollBarLayout | ||
| initY : Number [write-only]
| VScrollBarLayout | ||
| prepare : Function [write-only]
| VScrollBarLayout | ||
| Property | Defined by | ||
|---|---|---|---|
| _scrollBar : ScrollBar | VScrollBarLayout | ||
| Method | Defined by | ||
|---|---|---|---|
| VScrollBarLayout | |||
|
getMaxHeight(children:Array):Number
| VScrollBarLayout | ||
|
getMaxWidth(children:Array):Number
| VScrollBarLayout | ||
|
layout(children:Array):void
| VScrollBarLayout | ||
| container | property |
container:UIContainer [write-only]Implementation
public function set container(value:UIContainer):void
| initX | property |
initX:Number [write-only]Implementation
public function set initX(value:Number):void
| initY | property |
initY:Number [write-only]Implementation
public function set initY(value:Number):void
| prepare | property |
prepare:Function [write-only]Implementation
public function set prepare(value:Function):void
| _scrollBar | property |
protected var _scrollBar:ScrollBar
| VScrollBarLayout | () | constructor |
public function VScrollBarLayout()
| getMaxHeight | () | method |
public function getMaxHeight(children:Array):NumberParameters
children:Array |
Number |
| getMaxWidth | () | method |
public function getMaxWidth(children:Array):NumberParameters
children:Array |
Number |
| layout | () | method |
public function layout(children:Array):voidParameters
children:Array |