Uses of Interface
org.apache.wicket.extensions.wizard.IWizardModel
Packages that use IWizardModel
Package
Description
Package for working with Wizard components.
-
Uses of IWizardModel in org.apache.wicket.extensions.wizard
Classes in org.apache.wicket.extensions.wizard that implement IWizardModelModifier and TypeClassDescriptionclassAbstract wizard model that provides an implementation for handlingwizard model listenersand provides base implementations of many methods.classDefault implementation ofIWizardModel, which models a semi-static wizard.Methods in org.apache.wicket.extensions.wizard that return IWizardModelModifier and TypeMethodDescriptionIWizard.getWizardModel()Gets the model this wizard is using.final IWizardModelWizard.getWizardModel()protected final IWizardModelWizardButton.getWizardModel()Gets thewizard model.WizardStep.getWizardModel()Methods in org.apache.wicket.extensions.wizard with parameters of type IWizardModelModifier and TypeMethodDescriptionWizardButtonBar.getDefaultButton(IWizardModel model) voidIWizardStep.init(IWizardModel wizardModel) Initializes this step with the model it will belong to.protected voidWizard.init(IWizardModel wizardModel) Initialize this wizard with a transition model.final voidWizardStep.init(IWizardModel wizardModel) Called to initialize the step.protected voidWizardStep.onInit(IWizardModel wizardModel) Template method that is called when the step is being initialized.Constructors in org.apache.wicket.extensions.wizard with parameters of type IWizardModelModifierConstructorDescriptionWizard(String id, IWizardModel wizardModel) Construct with a transition model. -
Uses of IWizardModel in org.apache.wicket.extensions.wizard.dynamic
Classes in org.apache.wicket.extensions.wizard.dynamic that implement IWizardModelModifier and TypeClassDescriptionclassWizard model that is specialized on dynamic wizards.