new lime.ui.Container()
- Source:
- ui/container.js, line 8
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.
- Source:
- ui/container.js, line 41
Properties:
Name Type Default Description HORIZONTAL0 VERTICAL1
Methods
-
getDirection() → {lime.ui.Scroller.Direction}
-
Returns the direction of the scroller (horizontal/vertical)
- Source:
- ui/container.js, line 50
Returns:
Scroll direction. -
setDirection(direction) → {lime.ui.Scroller}
-
Set the direction of the scroller (horizontal/vertical)
Parameters:
Name Type Description directionlime.ui.Scroller.Direction Direction. - Source:
- ui/container.js, line 59
Returns:
object itself.- Type
- lime.ui.Scroller