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 classDynamicWizardStepDefault implementation of adynamic wizard step.Methods in org.apache.wicket.extensions.wizard.dynamic that return IDynamicWizardStep Modifier and Type Method Description IDynamicWizardStepDynamicWizardModel. getActiveStep()IDynamicWizardStepDynamicWizardModel. getStartStep()IDynamicWizardStepDynamicWizardStep. last()IDynamicWizardStepIDynamicWizardStep. last()Gets the next wizard step from here.IDynamicWizardStepIDynamicWizardStep. next()Gets the next wizard step from here.IDynamicWizardStepDynamicWizardStep. previous()IDynamicWizardStepIDynamicWizardStep. 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 voidDynamicWizardModel. 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, org.apache.wicket.model.IModel<?> model)Creates a new step with the specified title and summary.DynamicWizardStep(IDynamicWizardStep previousStep, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> summary)Creates a new step with the specified title and summary.DynamicWizardStep(IDynamicWizardStep previousStep, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> summary, org.apache.wicket.model.IModel<?> model)Creates a new step with the specified title and summary.
-