public final class WebComponentAction extends Object implements Action
Invoking the action opens the standard modal inner pop-up with the specified
Web component.
UIComponentWriter.buildButtonPreview(UIHttpManagerComponent)| Constructor and Description |
|---|
WebComponentAction(UIHttpManagerComponent aWebComponent)
Creates an action launching and opening the specified Web component.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayMode |
getDisplayMode() |
UIHttpManagerComponent |
getManagerComponent() |
void |
setDisplayMode(DisplayMode aDisplayMode)
Specifies how the action should be displayed at launch.
|
public WebComponentAction(UIHttpManagerComponent aWebComponent)
aWebComponent - the Web component to be launched in the standard modal inner pop-up.public UIHttpManagerComponent getManagerComponent()
public DisplayMode getDisplayMode()
setDisplayMode(DisplayMode)public void setDisplayMode(DisplayMode aDisplayMode)
The default value is DisplayMode.Workspace.