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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.wicket.extensions.wizard.WizardModel has subclasses.
Click this link to see all its subclasses.

Constructor

WizardModel()
Construct.

Method

voidadd(final IWizardStep step)
Adds the next step to the wizard.
voidadd(final IWizardStep step, final ICondition condition)
Adds an optional step to the model.
voidsetCancelVisible(final boolean cancelVisible)
Sets whether cancel functionality is available.