Uses of Class
com.jbstrap.ui.components.wizard.Wizard
-
Uses of Wizard in com.jbstrap.ui.components.wizard
Modifier 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.