Class JWizardPanel
java.lang.Object
org.bidib.wizard.mvc.common.view.wizard.JWizardPanel
- Direct Known Subclasses:
AbstractWizardPanel
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJWizardPanel(JWizardComponents wizardComponents) JWizardPanel(JWizardComponents wizardComponents, String title) -
Method Summary
Modifier and TypeMethodDescriptionvoidback()getPanel()protected booleangoBack()protected booleangoNext()protected voidThis method is called when the panel is added to JWizardComponents.voidnext()protected voidsetBackButtonEnabled(boolean set) protected voidsetFinishButtonEnabled(boolean set) protected voidsetNextButtonEnabled(boolean set) voidsetPanelTitle(String title) voidsetWizardComponents(JWizardComponents awizardComponents) protected voidswitchPanel(int panelIndex) voidupdate()
-
Field Details
-
panel
-
-
Constructor Details
-
JWizardPanel
-
JWizardPanel
-
-
Method Details
-
initPanel
protected void initPanel()This method is called when the panel is added to JWizardComponents. Do not call this method directly. -
update
public void update() -
next
public void next() -
back
public void back() -
getPanel
-
getWizardComponents
-
setWizardComponents
-
getPanelTitle
-
setPanelTitle
-
goNext
protected boolean goNext() -
goBack
protected boolean goBack() -
switchPanel
protected void switchPanel(int panelIndex) -
setBackButtonEnabled
protected void setBackButtonEnabled(boolean set) -
setNextButtonEnabled
protected void setNextButtonEnabled(boolean set) -
setFinishButtonEnabled
protected void setFinishButtonEnabled(boolean set)
-