public final class UIButtonLayout extends Object
UIButtonSpec
Modifier and Type | Field and Description |
---|---|
static UIButtonLayout |
ICON_ONLY
Only the icon is displayed in the button.
|
static UIButtonLayout |
TEXT_AND_ICON_LEFT
The text and the icon are both displayed.
|
static UIButtonLayout |
TEXT_AND_ICON_RIGHT
The text and the icon are both displayed.
|
static UIButtonLayout |
TEXT_ONLY
Only the text is displayed in the button.
|
public static final UIButtonLayout TEXT_ONLY
public static final UIButtonLayout ICON_ONLY
public static final UIButtonLayout TEXT_AND_ICON_LEFT
public static final UIButtonLayout TEXT_AND_ICON_RIGHT