Class SummaryPanel
- java.lang.Object
-
- org.bidib.wizard.mvc.common.view.wizard.JWizardPanel
-
- org.bidib.wizard.mvc.stepcontrol.view.wizard.AbstractWizardPanel
-
- org.bidib.wizard.mvc.stepcontrol.view.wizard.SummaryPanel
-
public class SummaryPanel extends AbstractWizardPanel
-
-
Field Summary
-
Fields inherited from class org.bidib.wizard.mvc.common.view.wizard.JWizardPanel
panel
-
-
Constructor Summary
Constructors Constructor Description SummaryPanel(JWizardComponents wizardComponents, ConfigurationWizardModel configurationWizardModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitPanel()This method is called when the panel is added to JWizardComponents.voidupdate()-
Methods inherited from class org.bidib.wizard.mvc.stepcontrol.view.wizard.AbstractWizardPanel
back, isStepValid, next, setStepValid
-
Methods inherited from class org.bidib.wizard.mvc.common.view.wizard.JWizardPanel
getPanel, getPanelTitle, getWizardComponents, goBack, goNext, setBackButtonEnabled, setFinishButtonEnabled, setNextButtonEnabled, setPanelTitle, setWizardComponents, switchPanel
-
-
-
-
Constructor Detail
-
SummaryPanel
public SummaryPanel(JWizardComponents wizardComponents, ConfigurationWizardModel configurationWizardModel)
-
-
Method Detail
-
initPanel
protected void initPanel()
Description copied from class:JWizardPanelThis method is called when the panel is added to JWizardComponents. Do not call this method directly.- Overrides:
initPanelin classAbstractWizardPanel
-
update
public void update()
- Overrides:
updatein classJWizardPanel
-
-