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