Uses of Interface
org.apache.wicket.extensions.wizard.dynamic.IDynamicWizardStep
Packages that use IDynamicWizardStep
-
Uses of IDynamicWizardStep in org.apache.wicket.extensions.wizard.dynamic
Classes in org.apache.wicket.extensions.wizard.dynamic that implement IDynamicWizardStepMethods in org.apache.wicket.extensions.wizard.dynamic that return IDynamicWizardStepModifier and TypeMethodDescriptionDynamicWizardModel.getActiveStep()final IDynamicWizardStepDynamicWizardModel.getStartStep()DynamicWizardStep.last()IDynamicWizardStep.last()Gets the next wizard step from here.IDynamicWizardStep.next()Gets the next wizard step from here.DynamicWizardStep.previous()IDynamicWizardStep.previous()Gets the previous wizard step from here.Methods in org.apache.wicket.extensions.wizard.dynamic with parameters of type IDynamicWizardStepModifier and TypeMethodDescriptionprotected final voidDynamicWizardModel.setActiveStep(IDynamicWizardStep step) Sets the active step.Constructors in org.apache.wicket.extensions.wizard.dynamic with parameters of type IDynamicWizardStepModifierConstructorDescriptionDynamicWizardModel(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.