Uses of Interface
org.apache.wicket.extensions.wizard.IWizardModel
-
Packages that use IWizardModel Package Description org.apache.wicket.extensions.wizard Package for working with Wizard components.org.apache.wicket.extensions.wizard.dynamic -
-
Uses of IWizardModel in org.apache.wicket.extensions.wizard
Classes in org.apache.wicket.extensions.wizard that implement IWizardModel Modifier and Type Class Description classAbstractWizardModelAbstract wizard model that provides an implementation for handlingwizard model listenersand provides base implementations of many methods.classWizardModelDefault implementation ofIWizardModel, which models a semi-static wizard.Methods in org.apache.wicket.extensions.wizard that return IWizardModel Modifier and Type Method Description IWizardModelIWizard. getWizardModel()Gets the model this wizard is using.IWizardModelWizard. getWizardModel()protected IWizardModelWizardButton. getWizardModel()Gets thewizard model.IWizardModelWizardStep. getWizardModel()Methods in org.apache.wicket.extensions.wizard with parameters of type IWizardModel Modifier and Type Method Description WizardButtonWizardButtonBar. 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.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 IWizardModel Constructor Description Wizard(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 IWizardModel Modifier and Type Class Description classDynamicWizardModelWizard model that is specialized on dynamic wizards.
-