Uses of Interface
org.apache.wicket.extensions.wizard.IWizard
-
Packages that use IWizard Package Description org.apache.wicket.extensions.wizard Package for working with Wizard components. -
-
Uses of IWizard in org.apache.wicket.extensions.wizard
Classes in org.apache.wicket.extensions.wizard that implement IWizard Modifier and Type Class Description classWizardA 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 Modifier and Type Method Description protected IWizardWizardButton. getWizard()Gets theIWizard.Methods in org.apache.wicket.extensions.wizard with parameters of type IWizard Modifier and Type Method Description org.apache.wicket.ComponentIWizardStep. getHeader(String id, org.apache.wicket.Component parent, IWizard wizard)Gets the header component for this step.org.apache.wicket.ComponentWizardStep. getHeader(String id, org.apache.wicket.Component parent, IWizard wizard)org.apache.wicket.ComponentIWizardStep. getView(String id, org.apache.wicket.Component parent, IWizard wizard)Returns the current view this step is displaying.org.apache.wicket.ComponentWizardStep. getView(String id, org.apache.wicket.Component parent, IWizard wizard)protected 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 IWizard Constructor Description 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, org.apache.wicket.model.IModel<String> label)Construct.WizardButtonBar(String id, IWizard wizard)Construct.
-