|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWizard | |
|---|---|
| org.apache.wicket.examples.wizard | |
| org.apache.wicket.extensions.wizard | Package for working with Wizard components. |
| Uses of IWizard in org.apache.wicket.examples.wizard |
|---|
| Classes in org.apache.wicket.examples.wizard that implement IWizard | |
|---|---|
class |
NewUserWizard
This wizard shows some basic form use. |
class |
StaticWizard
This is kind of the hello world example for wizards. |
class |
StaticWizardWithPanels
This is kind of the hello world example for wizards. |
| Uses of IWizard in org.apache.wicket.extensions.wizard |
|---|
| Classes in org.apache.wicket.extensions.wizard that implement IWizard | |
|---|---|
class |
Wizard
A wizard is a dialog component that takes users through a number of steps to complete a task. |
| Methods in org.apache.wicket.extensions.wizard that return IWizard | |
|---|---|
protected IWizard |
WizardButton.getWizard()
Gets the IWizard. |
| Methods in org.apache.wicket.extensions.wizard with parameters of type IWizard | |
|---|---|
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. |
| Constructors in org.apache.wicket.extensions.wizard with parameters of type IWizard | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||