Uses of Class
com.orchestranetworks.ui.UIButtonSpec
Packages that use UIButtonSpec
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
A public API for user services.
-
Uses of UIButtonSpec in com.orchestranetworks.ui
Subclasses of UIButtonSpec in com.orchestranetworks.uiModifier and TypeClassDescriptionfinal classStandard button to launch a JavaScript command.classStandard toggle button that calls a JavaScript command for each change of state.classThis abstract class provides the common features for buttons that can redirect current user.classIn the context of User services, specifies an HTML submit button.classStandard button to redirect user to a given URL.Methods in com.orchestranetworks.ui with parameters of type UIButtonSpecModifier and TypeMethodDescriptionvoidUIFormSpec.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 UIButtonSpecModifier and TypeMethodDescriptionvoidUserServiceWriter.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.