Uses of Class
org.apache.wicket.extensions.wizard.WizardButton
-
Packages that use WizardButton Package Description org.apache.wicket.extensions.wizard Package for working with Wizard components. -
-
Uses of WizardButton in org.apache.wicket.extensions.wizard
Subclasses of WizardButton in org.apache.wicket.extensions.wizard Modifier and Type Class Description classCancelButtonModels a cancel button in the wizard.classFinishButtonModels a cancel button in the wizard.classLastButtonModels a 'last' button in the wizard.classNextButtonModels a next button in the wizard.classPreviousButtonModels a previous button in the wizard.Methods in org.apache.wicket.extensions.wizard that return WizardButton Modifier and Type Method Description WizardButtonWizardButtonBar. getDefaultButton(IWizardModel model)protected WizardButtonWizardButtonBar. newCancelButton(String id, IWizard wizard)Creates a new button forIWizardModel.cancel().protected WizardButtonWizardButtonBar. newFinishButton(String id, IWizard wizard)Creates a new button forIWizardModel.finish().protected WizardButtonWizardButtonBar. newLastButton(String id, IWizard wizard)Creates a new button forIWizardModel.last().protected WizardButtonWizardButtonBar. newNextButton(String id, IWizard wizard)Creates a new button forIWizardModel.next().protected WizardButtonWizardButtonBar. newPreviousButton(String id, IWizard wizard)Creates a new button forIWizardModel.previous().
-