Uses of Interface
org.apache.wicket.extensions.wizard.IWizard
Packages that use IWizard
-
Uses of IWizard in org.apache.wicket.extensions.wizard
Classes in org.apache.wicket.extensions.wizard that implement IWizardModifier and TypeClassDescriptionclassA 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 IWizardModifier and TypeMethodDescriptionprotected final IWizardWizardButton.getWizard()Gets theIWizard.Methods in org.apache.wicket.extensions.wizard with parameters of type IWizardModifier and TypeMethodDescriptionorg.apache.wicket.ComponentGets the header component for this step.org.apache.wicket.Componentorg.apache.wicket.ComponentReturns the current view this step is displaying.org.apache.wicket.Componentprotected WizardButtonWizardButtonBar.newCancelButton(String id, IWizard wizard) Creates a new button forIWizardModel.cancel().protected WizardButtonWizardButtonBar.newFinishButton(String id, IWizard wizard) Creates a new button forIWizardModel.finish().protected WizardButtonWizardButtonBar.newLastButton(String id, IWizard wizard) Creates a new button forIWizardModel.last().protected WizardButtonWizardButtonBar.newNextButton(String id, IWizard wizard) Creates a new button forIWizardModel.next().protected WizardButtonWizardButtonBar.newPreviousButton(String id, IWizard wizard) Creates a new button forIWizardModel.previous().Constructors in org.apache.wicket.extensions.wizard with parameters of type IWizardModifierConstructorDescriptionCancelButton(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, org.apache.wicket.model.IModel<String> label) Construct.WizardButtonBar(String id, IWizard wizard) Construct.