Package | Description |
---|---|
edu.ucdenver.bios.glimmpseweb.client.wizard |
Modifier and Type | Method and Description |
---|---|
WizardStepPanelState |
WizardStepPanel.getState()
Get the current state of the panel
|
static WizardStepPanelState |
WizardStepPanelState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WizardStepPanelState[] |
WizardStepPanelState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WizardLeftNavigationPanel.onStateChange(WizardStepPanel source,
WizardStepPanelState oldState,
WizardStepPanelState newState)
Respond to a state change in a panel
|
void |
WizardPanel.onStateChange(WizardStepPanel source,
WizardStepPanelState oldState,
WizardStepPanelState newState) |
void |
WizardStepPanelStateChangeHandler.onStateChange(WizardStepPanel source,
WizardStepPanelState oldState,
WizardStepPanelState newState) |
void |
WizardStepDisclosurePanel.updateState(WizardStepPanel panel,
WizardStepPanelState oldState,
WizardStepPanelState newState)
Respond to a state change in a panel
|
Constructor and Description |
---|
WizardStepPanel(WizardContext context,
String name,
WizardStepPanelState initialState)
Create a wizard step panel.
|
University of Colorado Denver, Department of Biostatistics and Informatics