Uses of Class
com.orchestranetworks.ui.UIButtonSpecNavigation
Packages that use UIButtonSpecNavigation
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 UIButtonSpecNavigation in com.orchestranetworks.ui
Subclasses of UIButtonSpecNavigation in com.orchestranetworks.uiModifier and TypeClassDescriptionclassIn the context of User services, specifies an HTML submit button.classStandard button to redirect user to a given URL. -
Uses of UIButtonSpecNavigation in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return UIButtonSpecNavigationModifier and TypeMethodDescriptionUserServiceDisplayConfigurator.newActionButton(UserMessage aLabel, UserServiceEvent aCallback) Creates a specification for a localized action button.UserServiceDisplayConfigurator.newActionButton(String aLabel, UserServiceEvent aCallback) Creates a specification for an action button.UserServiceWriter.newActionButton(UserMessage aLabel, UserServiceEvent aCallback) Creates a specification for a localized action button.UserServiceWriter.newActionButton(String aLabel, UserServiceEvent aCallback) Creates a specification for an action button.UserServiceDisplayConfigurator.newBackButton(UserServiceEvent aCallback) Creates a specification for a back button.UserServiceDisplayConfigurator.newCancelButton()Creates a specification for a cancel button.UserServiceDisplayConfigurator.newCloseButton()Creates a specification for a close button.UserServiceDisplayConfigurator.newRevertButton()Creates a specification for a revert button.