Uses of Class
com.orchestranetworks.ui.UIButtonSpec
-
Packages that use UIButtonSpec Package Description com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®.com.orchestranetworks.userservice A public API for user services. -
-
Uses of UIButtonSpec in com.orchestranetworks.ui
Subclasses of UIButtonSpec in com.orchestranetworks.ui Modifier and Type Class Description classUIButtonSpecJSActionStandard button to launch a JavaScript command.classUIButtonSpecJSActionToggleStandard toggle button that calls a JavaScript command for each change of state.classUIButtonSpecNavigationThis abstract class provides the common features for buttons that can redirect current user.classUIButtonSpecSubmitIn the context of User services, specifies an HTML submit button.classUIButtonSpecURLStandard button to redirect user to a given URL.Methods in com.orchestranetworks.ui with parameters of type UIButtonSpec Modifier and Type Method Description voidUIFormSpec. addActionBackInBottomBar(UIButtonSpec actionBack)Adds a button on the left side of the bottom bar.voidUIFormSpec. addActionBackInBottomBar(UIButtonSpec actionBack, boolean isPreviousStep)Adds a button on the left side of the bottom bar.voidUIFormSpec. addActionForwardInBottomBar(UIButtonSpec actionForward)Adds a button on the right side of the bottom bar.voidUIFormSpec. addActionForwardInBottomBar(UIButtonSpec actionForward, boolean isNextStep)Adds a button on the right side of the bottom bar.voidUIFormSpec. addActionInplaceInBottomBar(UIButtonSpec actionInplace)Adds a button at the center of the bottom bar.voidUIResponseContext. setCellContentWithButtonOnRight(String aString, UIButtonSpec aButton)Deprecated.This method can be used to include content in a table cell with a button to the right. -
Uses of UIButtonSpec in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice with parameters of type UIButtonSpec Modifier and Type Method Description voidUserServiceWriter. addButton(UIButtonSpec aButton)Adds a button.voidUserServiceDisplayConfigurator. setCenterButtons(UIButtonSpec... buttons)Sets the bottom bar center buttons.voidUserServiceDisplayConfigurator. setLeftButtons(UIButtonSpec... buttons)Sets the bottom bar left buttons.voidUserServiceDisplayConfigurator. setRightButtons(UIButtonSpec... buttons)Sets the bottom bar right buttons.
-