public class WizardStepDisclosurePanel
extends Composite
Constructor and Description |
---|
WizardStepDisclosurePanel(WizardStepPanelGroup panelGroup)
Create a disclosure panel with the specified label
|
Modifier and Type | Method and Description |
---|---|
void |
addClickHandler(ClickHandler handler)
Add a handler for panel open events.
|
void |
addOpenHandler(
Add a handler for panel open events.
|
void |
closePanel()
Open or close the panel
|
void |
openPanel()
Open or close the panel
|
void |
showPanel(WizardStepPanel panel)
Highlight the button associated with the specified panel.
|
void |
updateState(WizardStepPanel panel,
WizardStepPanelState oldState,
WizardStepPanelState newState)
Respond to a state change in a panel
|
public WizardStepDisclosurePanel(WizardStepPanelGroup panelGroup)
label
- introPanel
- public void addOpenHandler(handler)
handler
- the open handlerpublic void addClickHandler(ClickHandler handler)
handler
- the open handlerpublic void openPanel()
isOpen
- if true, the panel will be openedpublic void closePanel()
isOpen
- if true, the panel will be openedpublic void showPanel(WizardStepPanel panel)
panel
- the step to be highlightedpublic void updateState(WizardStepPanel panel, WizardStepPanelState oldState, WizardStepPanelState newState)
panel
- the panel which changedoldState
- the old statenewState
- the new stateUniversity of Colorado Denver, Department of Biostatistics and Informatics