Specifies the direction of the layout flow. More...
Public Member Functions | |
| LayoutDirection (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static LayoutDirection | getByAssignedValue (int value) |
Public Attributes | |
| Horizontal =(1) | |
| Indicates that the layout should flow horizontally, filling rows as needed. More... | |
| Vertical =(2) | |
| Indicates that the layout should flow vertically, filling columns as needed. More... | |
Specifies the direction of the layout flow.
| fm.liveswitch.LayoutDirection.LayoutDirection | ( | int | value | ) |
|
static |
| int fm.liveswitch.LayoutDirection.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.LayoutDirection.Horizontal =(1) |
Indicates that the layout should flow horizontally, filling rows as needed.
| fm.liveswitch.LayoutDirection.Vertical =(2) |
Indicates that the layout should flow vertically, filling columns as needed.