Uses of Class
com.orchestranetworks.ui.UIButtonLayout
Packages that use UIButtonLayout
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
This package allows customizing toolbars.
-
Uses of UIButtonLayout in com.orchestranetworks.ui
Fields in com.orchestranetworks.ui declared as UIButtonLayoutModifier and TypeFieldDescriptionstatic final UIButtonLayoutUIButtonLayout.ICON_ONLYOnly the icon is displayed in the button.static final UIButtonLayoutUIButtonLayout.TEXT_AND_ICON_LEFTThe text and the icon are both displayed.static final UIButtonLayoutUIButtonLayout.TEXT_AND_ICON_RIGHTThe text and the icon are both displayed.static final UIButtonLayoutUIButtonLayout.TEXT_ONLYOnly the text is displayed in the button.Methods in com.orchestranetworks.ui that return UIButtonLayoutModifier and TypeMethodDescriptionfinal UIButtonLayoutUIButtonSpec.getButtonLayout()Returns the layout of the button,TEXT_ONLYby default.Methods in com.orchestranetworks.ui with parameters of type UIButtonLayoutModifier and TypeMethodDescriptionfinal 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 UIButtonLayoutModifier and TypeMethodDescriptionvoidToolbarButton.setLayout(UIButtonLayout aLayout) Sets the layout of the button.