Uses of Interface
org.apache.wicket.extensions.wizard.IWizardStep
Packages that use IWizardStep
Package
Description
Package for working with Wizard components.
-
Uses of IWizardStep in org.apache.wicket.extensions.wizard
Classes in org.apache.wicket.extensions.wizard that implement IWizardStepModifier and TypeClassDescriptionclassA wizard step that displays the provided static content without expecting any input.classdefault implementation ofIWizardStep.Methods in org.apache.wicket.extensions.wizard that return IWizardStepModifier and TypeMethodDescriptionprotected final IWizardStepWizardModel.findLastStep()Finds the last step in this model.protected final IWizardStepWizardModel.findNextVisibleStep()Finds the next visible step based on the active step.IWizardModel.getActiveStep()Gets the current active step the wizard should display.final IWizardStepWizard.getActiveStep()Convenience method to get the active step from the model.final IWizardStepWizardModel.getActiveStep()Gets the current active step the wizard should display.Methods in org.apache.wicket.extensions.wizard that return types with arguments of type IWizardStepModifier and TypeMethodDescriptionIWizardModel.stepIterator()Returns an iterator over all the steps in the model.WizardModel.stepIterator()Methods in org.apache.wicket.extensions.wizard with parameters of type IWizardStepModifier and TypeMethodDescriptionvoidWizardModel.add(IWizardStep step) Adds the next step to the wizard.voidWizardModel.add(IWizardStep step, WizardModel.ICondition condition) Adds an optional step to the model.protected final voidAbstractWizardModel.fireActiveStepChanged(IWizardStep step) Notify listeners that the active step has changed.booleanIWizardModel.isLastStep(IWizardStep step) Gets whether the specified step is the last step in the wizard.booleanWizardModel.isLastStep(IWizardStep step) default voidIWizardModelListener.onActiveStepChanged(IWizardStep newStep) Called when the active step of this model changed.voidWizard.onActiveStepChanged(IWizardStep newStep) voidWizardModel.setActiveStep(IWizardStep step) Sets the active step. -
Uses of IWizardStep in org.apache.wicket.extensions.wizard.dynamic
Subinterfaces of IWizardStep in org.apache.wicket.extensions.wizard.dynamicModifier and TypeInterfaceDescriptioninterfaceWizard step that is intelligent enough to know how to navigate to the next and previous steps.Classes in org.apache.wicket.extensions.wizard.dynamic that implement IWizardStepMethods in org.apache.wicket.extensions.wizard.dynamic that return types with arguments of type IWizardStepMethods in org.apache.wicket.extensions.wizard.dynamic with parameters of type IWizardStep