Uses of Interface
org.apache.wicket.extensions.wizard.IWizardModel

Packages that use IWizardModel
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
 class AbstractWizardModel
          Abstract wizard model that provides an implementation for handling wizard model listeners and provides base implementations of many methods.
 class WizardModel
          Default implementation of IWizardModel, which models a semi-static wizard.
 

Methods in org.apache.wicket.extensions.wizard that return IWizardModel
 IWizardModel WizardStep.getWizardModel()
           
protected  IWizardModel WizardButton.getWizardModel()
          Gets the wizard model.
 IWizardModel Wizard.getWizardModel()
           
 IWizardModel IWizard.getWizardModel()
          Gets the model this wizard is using.
 

Methods in org.apache.wicket.extensions.wizard with parameters of type IWizardModel
 IFormSubmittingComponent WizardButtonBar.getDefaultButton(IWizardModel model)
           
 IFormSubmittingComponent IDefaultButtonProvider.getDefaultButton(IWizardModel model)
          Gets the default button - the button that is selected when a user presses enter - based on the current state.
 void WizardStep.init(IWizardModel wizardModel)
          Called to initialize the step.
protected  void Wizard.init(IWizardModel wizardModel)
          Initialize this wizard with a transition model.
 void IWizardStep.init(IWizardModel wizardModel)
          Initializes this step with the model it will belong to.
protected  void WizardStep.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
Wizard(String id, IWizardModel wizardModel)
          Construct with a transition model.
Wizard(String id, IWizardModel wizardModel, boolean addDefaultCssStyle)
          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
 class DynamicWizardModel
          Wizard model that is specialized on dynamic wizards.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.