Example usage for org.apache.wicket.extensions.wizard WizardModel subclass-usage

List of usage examples for org.apache.wicket.extensions.wizard WizardModel subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.wizard WizardModel subclass-usage.

Usage

From source file com.evolveum.midpoint.web.page.admin.resources.ResourceWizardModel.java

/**
 * Because ResourceWizard is so simple, we want to change Previous button semantics:
 * it should go to physically previous step (in the list of steps); not to the previously visited step.
 *
 * Currently we ignore that history list grows bigger on each 'next' click.
 *