Uses of Interface
org.apache.wicket.extensions.wizard.dynamic.IDynamicWizardStep

Packages that use IDynamicWizardStep
org.apache.wicket.extensions.wizard.dynamic   
 

Uses of IDynamicWizardStep in org.apache.wicket.extensions.wizard.dynamic
 

Classes in org.apache.wicket.extensions.wizard.dynamic that implement IDynamicWizardStep
 class DynamicWizardStep
          Default implementation of a dynamic wizard step.
 

Methods in org.apache.wicket.extensions.wizard.dynamic that return IDynamicWizardStep
 IDynamicWizardStep DynamicWizardModel.getStartStep()
           
 IDynamicWizardStep IDynamicWizardStep.last()
          Gets the next wizard step from here.
 IDynamicWizardStep DynamicWizardStep.last()
           
 IDynamicWizardStep IDynamicWizardStep.next()
          Gets the next wizard step from here.
 IDynamicWizardStep IDynamicWizardStep.previous()
          Gets the previous wizard step from here.
 IDynamicWizardStep DynamicWizardStep.previous()
           
 

Methods in org.apache.wicket.extensions.wizard.dynamic with parameters of type IDynamicWizardStep
protected  void DynamicWizardModel.setActiveStep(IDynamicWizardStep step)
          Sets the active step.
 

Constructors in org.apache.wicket.extensions.wizard.dynamic with parameters of type IDynamicWizardStep
DynamicWizardModel(IDynamicWizardStep startStep)
          Construct.
DynamicWizardStep(IDynamicWizardStep previousStep)
          Construct without a title and a summary.
DynamicWizardStep(IDynamicWizardStep previousStep, IModel<String> title, IModel<String> summary)
          Creates a new step with the specified title and summary.
DynamicWizardStep(IDynamicWizardStep previousStep, IModel<String> title, IModel<String> summary, IModel<?> model)
          Creates a new step with the specified title and summary.
DynamicWizardStep(IDynamicWizardStep previousStep, String title, String summary)
          Creates a new step with the specified title and summary.
DynamicWizardStep(IDynamicWizardStep previousStep, String title, String summary, IModel<?> model)
          Creates a new step with the specified title and summary.
 



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