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
-
Field Summary
Fields inherited from class org.bidib.wizard.mvc.common.view.wizard.JWizardPanel
panel -
Constructor Summary
ConstructorsConstructorDescriptionSummaryPanel(JWizardComponents wizardComponents, ConfigurationWizardModel configurationWizardModel) -
Method Summary
Methods inherited from class org.bidib.wizard.mvc.stepcontrol.view.wizard.AbstractWizardPanel
back, isStepValid, next, setStepValidMethods inherited from class org.bidib.wizard.mvc.common.view.wizard.JWizardPanel
getPanel, getPanelTitle, getWizardComponents, goBack, goNext, setBackButtonEnabled, setFinishButtonEnabled, setNextButtonEnabled, setPanelTitle, setWizardComponents, switchPanel
-
Constructor Details
-
SummaryPanel
public SummaryPanel(JWizardComponents wizardComponents, ConfigurationWizardModel configurationWizardModel)
-
-
Method Details
-
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
-