public interface WizardActionListener
WizardPanel
Modifier and Type | Method and Description |
---|---|
void |
onCancel()
Callback for clicking the cancel button
|
void |
onFinish()
Callback for finishing user input
|
void |
onHelp()
Callback for clicking the help link
|
void |
onNext()
Callback for moving to the next panel in
the wizard
|
void |
onPanel(WizardStepPanel panel)
Callback for navigating directly to a specific panel
|
void |
onPrevious()
Callback for moving to the previous panel in
the wizard
|
void |
onSave()
Callback for clicking the save link
|
void onNext()
void onPrevious()
void onPanel(WizardStepPanel panel)
panel
- selected panelvoid onFinish()
void onHelp()
void onSave()
void onCancel()
University of Colorado Denver, Department of Biostatistics and Informatics