| Package | Description |
|---|---|
| org.apache.wicket.extensions.wizard |
Package for working with Wizard components.
|
| org.apache.wicket.extensions.wizard.dynamic |
| Class and Description |
|---|
| AbstractWizardModel
Abstract wizard model that provides an implementation for handling
wizard model listeners and provides base implementations of many methods. |
| IDefaultButtonProvider
Optional interface that can be implemented by button bars if they can provide what button should
be the 'default' one - the one that is selected when a user presses enter.
|
| IWizard
Interface for the wizard component.
|
| IWizardModel
This interface defines the model for wizards.
|
| IWizardModelListener
Recieves notifications for wizard model state changes.
|
| IWizardStep
Models one step in a wizard, and is the equivalent of one panel in a wizard from an end-user's
perspective.
|
| Wizard
A wizard is a dialog component that takes users through a number of steps to complete a task.
|
| WizardButton
Base class for buttons that work with
the wizard component. |
| WizardButtonBar
The default bar of button components for wizards.
|
| WizardModel.ICondition
Interface for conditional displaying of wizard steps.
|
| WizardStep
default implementation of
IWizardStep. |
| Class and Description |
|---|
| AbstractWizardModel
Abstract wizard model that provides an implementation for handling
wizard model listeners and provides base implementations of many methods. |
| IWizardModel
This interface defines the model for wizards.
|
| IWizardStep
Models one step in a wizard, and is the equivalent of one panel in a wizard from an end-user's
perspective.
|
| WizardStep
default implementation of
IWizardStep. |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.