Class Index | File Index

Classes


Class lime.ui.Container


Defined in: container.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
lime.ui.Container.Direction
Directions of the scroller.
Method Summary
Method Attributes Method Name and Description
 
Returns the direction of the scroller (horizontal/vertical)
 
setDirection(direction)
Set the direction of the scroller (horizontal/vertical)
 
update(opt_pass)
 
Class Detail
lime.ui.Container()
Field Detail
<static> lime.ui.Container.Direction
Directions of the scroller.
Method Detail
{lime.ui.Scroller.Direction} getDirection()
Returns the direction of the scroller (horizontal/vertical)
Returns:
{lime.ui.Scroller.Direction} Scroll direction.

{lime.ui.Scroller} setDirection(direction)
Set the direction of the scroller (horizontal/vertical)
Parameters:
{lime.ui.Scroller.Direction} direction
Direction.
Returns:
{lime.ui.Scroller} object itself.

update(opt_pass)
Parameters:
opt_pass

updateChildrenPositions()

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jun 30 2011 11:27:25 GMT+0300 (EEST)