Class: Container

lime.ui.Container

new lime.ui.Container()

Source:

Summary

Members
<static> Direction
Directions of the scroller.
Methods
getDirection() → {lime.ui.Scroller.Direction}
Returns the direction of the scroller (horizontal/vertical)
setDirection(direction) → {lime.ui.Scroller}
Set the direction of the scroller (horizontal/vertical)

Members

<static> Direction

Directions of the scroller.
Properties:
Name Type Default Description
HORIZONTAL 0
VERTICAL 1
Source:

Methods

getDirection() → {lime.ui.Scroller.Direction}

Returns the direction of the scroller (horizontal/vertical)
Source:
Returns:
Scroll direction.
Type
lime.ui.Scroller.Direction

setDirection(direction) → {lime.ui.Scroller}

Set the direction of the scroller (horizontal/vertical)
Parameters:
Name Type Description
direction lime.ui.Scroller.Direction Direction.
Source:
Returns:
object itself.
Type
lime.ui.Scroller