Uses of Class
com.orchestranetworks.ui.UIButtonLayout
-
Packages that use UIButtonLayout Package Description com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®.com.orchestranetworks.ui.toolbar This package allows customizing toolbars. -
-
Uses of UIButtonLayout in com.orchestranetworks.ui
Fields in com.orchestranetworks.ui declared as UIButtonLayout Modifier and Type Field Description static UIButtonLayoutUIButtonLayout. ICON_ONLYOnly the icon is displayed in the button.static UIButtonLayoutUIButtonLayout. TEXT_AND_ICON_LEFTThe text and the icon are both displayed.static UIButtonLayoutUIButtonLayout. TEXT_AND_ICON_RIGHTThe text and the icon are both displayed.static UIButtonLayoutUIButtonLayout. TEXT_ONLYOnly the text is displayed in the button.Methods in com.orchestranetworks.ui that return UIButtonLayout Modifier and Type Method Description UIButtonLayoutUIButtonSpec. getButtonLayout()Returns the layout of the button,TEXT_ONLYby default.Methods in com.orchestranetworks.ui with parameters of type UIButtonLayout Modifier and Type Method Description voidUIButtonSpec. setButtonLayout(UIButtonLayout buttonLayout)Sets the button layout. -
Uses of UIButtonLayout in com.orchestranetworks.ui.toolbar
Methods in com.orchestranetworks.ui.toolbar with parameters of type UIButtonLayout Modifier and Type Method Description voidToolbarButton. setLayout(UIButtonLayout aLayout)Sets the layout of the button.
-