|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IWizardModel | |
| wicket.extensions.wizard | Package for working with Wizard components. |
| Uses of IWizardModel in wicket.extensions.wizard |
| Classes in wicket.extensions.wizard that implement IWizardModel | |
class |
WizardModel
Default implementation of IWizardModel. |
| Methods in wicket.extensions.wizard that return IWizardModel | |
protected IWizardModel |
WizardButton.getWizardModel()
Gets the wizard model. |
IWizardModel |
Wizard.getWizardModel()
|
IWizardModel |
IWizard.getWizardModel()
Gets the model this wizard is using. |
| Methods in wicket.extensions.wizard with parameters of type IWizardModel | |
void |
WizardStep.init(IWizardModel wizardModel)
Called to initialize the step. |
protected void |
WizardStep.onInit(IWizardModel wizardModel)
Called when the step is being initialized. |
protected void |
Wizard.init(IWizardModel wizardModel)
Initialize this wizard with a transition model. |
void |
IWizardStep.init(IWizardModel wizardModel)
Initializes this step with the model it will belong to. |
| Constructors in wicket.extensions.wizard with parameters of type IWizardModel | |
Wizard(java.lang.String id,
IWizardModel wizardModel)
Construct with a transition model. |
|
Wizard(java.lang.String id,
IWizardModel wizardModel,
boolean addDefaultCssStyle)
Construct with a transition model. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||