|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDynamicWizardStep | |
|---|---|
| org.apache.wicket.extensions.wizard.dynamic | |
| Uses of IDynamicWizardStep in org.apache.wicket.extensions.wizard.dynamic |
|---|
| Classes in org.apache.wicket.extensions.wizard.dynamic that implement IDynamicWizardStep | |
|---|---|
class |
DynamicWizardStep
Default implementation of a dynamic wizard step. |
| Methods in org.apache.wicket.extensions.wizard.dynamic that return IDynamicWizardStep | |
|---|---|
IDynamicWizardStep |
DynamicWizardModel.getStartStep()
|
IDynamicWizardStep |
DynamicWizardStep.last()
|
IDynamicWizardStep |
IDynamicWizardStep.last()
Gets the next wizard step from here. |
IDynamicWizardStep |
IDynamicWizardStep.next()
Gets the next wizard step from here. |
IDynamicWizardStep |
DynamicWizardStep.previous()
|
IDynamicWizardStep |
IDynamicWizardStep.previous()
Gets the previous wizard step from here. |
| Methods in org.apache.wicket.extensions.wizard.dynamic with parameters of type IDynamicWizardStep | |
|---|---|
protected void |
DynamicWizardModel.setActiveStep(IDynamicWizardStep step)
Sets the active step. |
| Constructors in org.apache.wicket.extensions.wizard.dynamic with parameters of type IDynamicWizardStep | |
|---|---|
DynamicWizardModel(IDynamicWizardStep startStep)
Construct. |
|
DynamicWizardStep(IDynamicWizardStep previousStep)
Construct without a title and a summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
IModel<String> title,
IModel<String> summary)
Creates a new step with the specified title and summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
IModel<String> title,
IModel<String> summary,
IModel<?> model)
Creates a new step with the specified title and summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
String title,
String summary)
Creates a new step with the specified title and summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
String title,
String summary,
IModel<?> model)
Creates a new step with the specified title and summary. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||