public class WizardLeftNavigationPanel extends Composite implements WizardStepPanelStateChangeHandler
WizardPanel
Constructor and Description |
---|
WizardLeftNavigationPanel(List<WizardStepPanelGroup> panelGroups)
Create a left navigation panel for the wizard.
|
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(WizardActionListener listener)
Add a listener for navigation events.
|
void |
onClick(ClickEvent event)
Handler click events for any of the navigation buttons
|
void |
onStateChange(WizardStepPanel source,
WizardStepPanelState oldState,
WizardStepPanelState newState)
Respond to a state change in a panel
|
void |
showPanel(WizardStepPanel panel)
Display the specific panel and open the group
|
public WizardLeftNavigationPanel(List<WizardStepPanelGroup> panelGroups)
panelGroups
- list of all groups of panelspublic void addActionListener(WizardActionListener listener)
listener
- public void showPanel(WizardStepPanel panel)
panel
- panel to displaypublic void onStateChange(WizardStepPanel source, WizardStepPanelState oldState, WizardStepPanelState newState)
onStateChange
in interface WizardStepPanelStateChangeHandler
public void onClick(ClickEvent event)
University of Colorado Denver, Department of Biostatistics and Informatics