Package com.orchestranetworks.ui
Class UIButtonLayout
- java.lang.Object
-
- com.orchestranetworks.ui.UIButtonLayout
-
public final class UIButtonLayout extends Object
This class can be used to set the layout of a button.- Since:
- 5.2.0
- See Also:
UIButtonSpec
-
-
Field Summary
Fields Modifier and Type Field 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.
-
-
-
Field Detail
-
TEXT_ONLY
public static final UIButtonLayout TEXT_ONLY
Only the text is displayed in the button.
-
ICON_ONLY
public static final UIButtonLayout ICON_ONLY
Only the icon is displayed in the button.
-
TEXT_AND_ICON_LEFT
public static final UIButtonLayout TEXT_AND_ICON_LEFT
The text and the icon are both displayed. The icon is on the left of the text.
-
TEXT_AND_ICON_RIGHT
public static final UIButtonLayout TEXT_AND_ICON_RIGHT
The text and the icon are both displayed. The icon is on the right of the text.
-
-