Uses of Interface
org.apache.wicket.extensions.wizard.dynamic.IDynamicWizardStep
-
Packages that use IDynamicWizardStep Package Description 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 Modifier and Type Class Description class
DynamicWizardStep
Default implementation of adynamic wizard step
.Methods in org.apache.wicket.extensions.wizard.dynamic that return IDynamicWizardStep Modifier and Type Method Description IDynamicWizardStep
DynamicWizardModel. getActiveStep()
IDynamicWizardStep
DynamicWizardModel. getStartStep()
IDynamicWizardStep
DynamicWizardStep. last()
IDynamicWizardStep
IDynamicWizardStep. last()
Gets the next wizard step from here.IDynamicWizardStep
IDynamicWizardStep. next()
Gets the next wizard step from here.IDynamicWizardStep
DynamicWizardStep. previous()
IDynamicWizardStep
IDynamicWizardStep. previous()
Gets the previous wizard step from here.Methods in org.apache.wicket.extensions.wizard.dynamic with parameters of type IDynamicWizardStep Modifier and Type Method Description protected void
DynamicWizardModel. setActiveStep(IDynamicWizardStep step)
Sets the active step.Constructors in org.apache.wicket.extensions.wizard.dynamic with parameters of type IDynamicWizardStep Constructor Description DynamicWizardModel(IDynamicWizardStep startStep)
Construct.DynamicWizardStep(IDynamicWizardStep previousStep)
Construct without a title and a 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.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.
-