| Package | Description |
|---|---|
| org.apache.wicket.extensions.wizard |
Package for working with Wizard components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Wizard
A wizard is a dialog component that takes users through a number of steps to complete a task.
|
| Modifier and Type | Method and Description |
|---|---|
protected IWizard |
WizardButton.getWizard()
Gets the
IWizard. |
| Modifier and Type | Method and Description |
|---|---|
Component |
WizardStep.getHeader(String id,
Component parent,
IWizard wizard) |
Component |
IWizardStep.getHeader(String id,
Component parent,
IWizard wizard)
Gets the header component for this step.
|
Component |
WizardStep.getView(String id,
Component parent,
IWizard wizard) |
Component |
IWizardStep.getView(String id,
Component parent,
IWizard wizard)
Returns the current view this step is displaying.
|
| Constructor and Description |
|---|
CancelButton(String id,
IWizard wizard)
Construct.
|
FinishButton(String id,
IWizard wizard)
Construct.
|
LastButton(String id,
IWizard wizard)
Construct.
|
NextButton(String id,
IWizard wizard)
Construct.
|
PreviousButton(String id,
IWizard wizard)
Construct.
|
WizardButton(String id,
IWizard wizard,
String labelResourceKey)
Construct.
|
WizardButtonBar(String id,
IWizard wizard)
Construct.
|
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.