|
||||||||||
| 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,
org.apache.wicket.model.IModel title,
org.apache.wicket.model.IModel summary)
Creates a new step with the specified title and summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
org.apache.wicket.model.IModel title,
org.apache.wicket.model.IModel summary,
org.apache.wicket.model.IModel model)
Creates a new step with the specified title and summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
java.lang.String title,
java.lang.String summary)
Creates a new step with the specified title and summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
java.lang.String title,
java.lang.String summary,
org.apache.wicket.model.IModel model)
Creates a new step with the specified title and summary. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||