public class MatrixWizardPanel extends Composite implements WizardActionListener
Constructor and Description |
---|
MatrixWizardPanel()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addWizardActionListener(WizardActionListener listener)
Add a listener for wizard actions - mainly to allow the main application panel
to perform a cancel.
|
void |
loadStudyDesign(StudyDesign design)
Load the specified study design into the wizard
|
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 |
reset()
Clear the context
|
public void reset()
public void loadStudyDesign(StudyDesign design)
design
- public void addWizardActionListener(WizardActionListener listener)
listener
- public void onNext()
WizardActionListener
onNext
in interface WizardActionListener
public void onPrevious()
WizardActionListener
onPrevious
in interface WizardActionListener
public void onPanel(WizardStepPanel panel)
WizardActionListener
onPanel
in interface WizardActionListener
panel
- selected panelpublic void onFinish()
WizardActionListener
onFinish
in interface WizardActionListener
public void onHelp()
WizardActionListener
onHelp
in interface WizardActionListener
public void onSave()
WizardActionListener
onSave
in interface WizardActionListener
public void onCancel()
WizardActionListener
onCancel
in interface WizardActionListener
University of Colorado Denver, Department of Biostatistics and Informatics