Java org.apache.wicket.extensions.wizard IWizardModel fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.wizard IWizardModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.wizard IWizardModel.

The text is from its open source code.

Method

IWizardStepgetActiveStep()
Gets the current active step the wizard should display.
booleanisLastAvailable()
Checks if the last button should be enabled.
booleanisLastStep(IWizardStep step)
Gets whether the specified step is the last step in the wizard.
booleanisNextAvailable()
Gets whether the next button should be enabled.
voidlast()
Takes the model to the last step in the wizard.
voidnext()
Increments the model to the next step.
voidprevious()
Takes the model to the previous step.This method must only be called if #isPreviousAvailable returns true.
IteratorstepIterator()
Returns an iterator over all the steps in the model.