Package com.orchestranetworks.ui.action
This package allows to define actions that can be triggered by the end user.
-
Interface Summary Interface Description Action Action that can be triggered by the end user. -
Class Summary Class Description DisplayMode Defines how a toolbar action has to be displayed on launch.DisplayMode.ModalCustom Indicates that the modal should be of the specified custom size.DisplayMode.ModalMedium Indicates that the modal should be of the built-in medium size.DisplayMode.Workspace Indicates that the action should be displayed in the workspace.JavaScriptAction Defines an action that runs a JavaScript expression.ServiceActionInCurrentContext Defines a user service call that can be used on a toolbar element with an action.URLAction Defines an action that opens a specific URL.WebComponentAction Defines an action that runs a Web component.