Uses of Class
com.jbstrap.ui.components.wizard.Wizard
Packages that use Wizard
-
Uses of Wizard in com.jbstrap.ui.components.wizard
Methods in com.jbstrap.ui.components.wizard that return WizardModifier and TypeMethodDescriptionfinal Wizard
Wizard.addStep
(WizardStep step) Adds a step to the wizard component.final Wizard
Wizard.addSteps
(WizardStep... steps) Adds multiple steps to the grid.final Wizard
Wizard.back()
Steps back the wizard component.final Wizard
Wizard.next()
Steps forward the wizard component.final Wizard
Wizard.reset()
Resets the wizard component.Wizard.setFinishHandler
(WizardFinishHandler handler) Event handler for the wizard finished event.final Wizard
Wizard.setStep
(int index) The step with the specified index receives focus.final Wizard
The step with the specified name receives focus.Methods in com.jbstrap.ui.components.wizard with parameters of type WizardConstructors in com.jbstrap.ui.components.wizard with parameters of type Wizard