public interface PanelAction
| Modifier and Type | Interface and Description |
|---|---|
static class |
PanelAction.ActionStage
pre panel activation stage
|
| Modifier and Type | Field and Description |
|---|---|
static String |
PANEL_ACTION_CLASSNAME_TAG
attribute for class to use
|
static String |
PANEL_ACTION_CONFIGURATION_TAG
tag-name for the configuration of an action.
|
static String |
PANEL_ACTION_STAGE_TAG
attribute for the stage of the action
|
static String |
PANEL_ACTION_TAG
tag-name of the panel action
|
static String |
PANEL_ACTIONS_TAG
tag-name of the panel action
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeAction(InstallData adata,
AbstractUIHandler handler) |
void |
initialize(PanelActionConfiguration configuration)
Initializes the PanelAction with the given configuration.
|
static final String PANEL_ACTIONS_TAG
static final String PANEL_ACTION_TAG
static final String PANEL_ACTION_STAGE_TAG
static final String PANEL_ACTION_CONFIGURATION_TAG
static final String PANEL_ACTION_CLASSNAME_TAG
void executeAction(InstallData adata, AbstractUIHandler handler)
adata - - AutomatedInstallData instancehandler - - actual UIHandler (
NOTE:
On a preconstruct action the handler is null because it is not available until it is constructed.
During an automated installation the handler is null on each action because we have no GUI to handle.void initialize(PanelActionConfiguration configuration)
configuration - an PanelActionConfiguration containing the configuration of the action or
null if no configuration was found.Copyright © 2001–2025. All rights reserved.