| Package | Description |
|---|---|
| com.orchestranetworks.ui.action |
This package allows to define actions that can be triggered by the end user.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DisplayMode.ModalCustom
Indicates that the modal should be of the specified custom size.
|
static class |
DisplayMode.ModalMedium
Indicates that the modal should be of the built-in medium size.
|
static class |
DisplayMode.Workspace
Indicates that the action should be displayed in the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayMode |
WebComponentAction.getDisplayMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebComponentAction.setDisplayMode(DisplayMode aDisplayMode)
Specifies how the action should be displayed at launch.
|