Package com.orchestranetworks.ui.action
Class WebComponentAction
java.lang.Object
com.orchestranetworks.ui.action.WebComponentAction
- All Implemented Interfaces:
Action
Defines an action that runs a Web component.
Invoking the action opens the standard modal inner pop-up with the specified
Web component.
- Since:
- 5.7.1.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebComponentAction(UIHttpManagerComponent aWebComponent) Creates an action launching and opening the specified Web component. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisplayMode(DisplayMode aDisplayMode) Specifies how the action should be displayed at launch.
-
Constructor Details
-
WebComponentAction
Creates an action launching and opening the specified Web component.- Parameters:
aWebComponent- the Web component to be launched in the standard modal inner pop-up.
-
-
Method Details
-
getManagerComponent
-
getDisplayMode
- Since:
- 5.9.0
- See Also:
-
setDisplayMode
Specifies how the action should be displayed at launch.The default value is
DisplayMode.Workspace.- Since:
- 5.9.0
-