public abstract class WizardStepPanel extends Composite implements WizardContextListener
Constructor and Description |
---|
WizardStepPanel(WizardContext context,
String name)
Create a wizard step panel.
|
WizardStepPanel(WizardContext context,
String name,
WizardStepPanelState initialState)
Create a wizard step panel.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the panel
|
WizardStepPanelState |
getState()
Get the current state of the panel
|
void |
onEnter()
Perform any setup when first entering this step in the wizard
|
void |
onExit()
Perform any cleanup when first exiting this step in the wizard
|
abstract void |
onWizardContextChange(WizardContextChangeEvent e)
Respond to a change in the context object
|
abstract void |
onWizardContextLoad()
Response to a context load event
|
abstract void |
reset()
Clear the panel.
|
public WizardStepPanel(WizardContext context, String name)
context
- context objectname
- display name of the panelpublic WizardStepPanel(WizardContext context, String name, WizardStepPanelState initialState)
context
- context objectname
- display name of the panelinitialState
- starting state of the panelpublic abstract void reset()
public WizardStepPanelState getState()
public void onEnter()
public void onExit()
public String getName()
public abstract void onWizardContextChange(WizardContextChangeEvent e)
onWizardContextChange
in interface WizardContextListener
public abstract void onWizardContextLoad()
onWizardContextLoad
in interface WizardContextListener
University of Colorado Denver, Department of Biostatistics and Informatics