public class StatusPanelStateHandler extends NodeImpl implements ExecutionPhaseListener
| Constructor and Description |
|---|
StatusPanelStateHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDisableIds() |
List<String> |
getEnableIds() |
ExecutionPhase |
getPhase() |
List<String> |
getResetIds() |
void |
processExecutionPhase(ExecutionContext event)
Called by the Executor to signal an element execution context
|
void |
setDisableIds(List<String> disableIds) |
void |
setEnableIds(List<String> enableIds) |
void |
setPhase(ExecutionPhase phase)
Set the phase in which to execute the reset/enable/disable actions.
|
void |
setResetIds(List<String> resetIds) |
assignParent, assignParent, assignParents, getId, getLocalId, getParent, setBeanName, setId, setLocalId, setParentclearProperties, getKeys, getProperty, removeProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearProperties, getKeys, getProperty, removeProperty, setPropertypublic void processExecutionPhase(ExecutionContext event)
ExecutionPhaseListenerprocessExecutionPhase in interface ExecutionPhaseListenerpublic ExecutionPhase getPhase()
public void setPhase(ExecutionPhase phase)
phase - the phase in which to execute the actions. Default is PRE_PROCESSCopyright © 2013. All Rights Reserved.