Uses of Class
org.patternfly.component.wizard.Wizard
Packages that use Wizard
Package
Description
-
Uses of Wizard in org.patternfly.component.modal
Methods in org.patternfly.component.modal with parameters of type Wizard -
Uses of Wizard in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Wizard -
Uses of Wizard in org.patternfly.component.wizard
Subclasses with type arguments of type Wizard in org.patternfly.component.wizardModifier and TypeClassDescriptionclassA wizard provides a guided workflow that offers a path to complete a task, create an object or objects, or finish a series of steps for some other outcome.Classes in org.patternfly.component.wizard that implement interfaces with type arguments of type WizardModifier and TypeClassDescriptionclassA wizard provides a guided workflow that offers a path to complete a task, create an object or objects, or finish a series of steps for some other outcome.classA wizard provides a guided workflow that offers a path to complete a task, create an object or objects, or finish a series of steps for some other outcome.Methods in org.patternfly.component.wizard that return WizardModifier and TypeMethodDescriptionWizard.add(WizardHeader header) Wizard.add(WizardStep item) Wizard.addHeader(WizardHeader header) Wizard.height(int height) Wizard.onAdd(BiConsumer<Wizard, WizardStep> onAdd) Wizard.onClose(CloseHandler<Wizard> closeHandler) Wizard.onRemove(BiConsumer<Wizard, WizardStep> onRemove) Wizard.onStepChange(WizardStepChangeHandler stepChangeHandler) Wizard.progressive()Same as progressive(true)Wizard.progressive(boolean progressive) Progressively shows steps, where all steps following the active step are hidden.Wizard.that()Wizard.visitRequired()Same as visitRequired(true)Wizard.visitRequired(boolean visitRequired) Disables steps that haven't been visited.static WizardWizard.wizard()Methods in org.patternfly.component.wizard with parameters of type WizardModifier and TypeMethodDescriptionvoidWizardStepEnterHandler.onEnter(Wizard wizard, WizardStep step) voidWizardStepLeaveHandler.onLeave(Wizard wizard, WizardStep step) booleanWizardStepNextHandler.onNext(Wizard wizard, WizardStep current, WizardStep next) Invoked when advancing from the current wizard step to the next step.WizardStepNextPromise.onNext(Wizard wizard, WizardStep current, WizardStep next) Called when the user attempts to navigate to the next step.booleanWizardStepPreviousHandler.onPrevious(Wizard wizard, WizardStep current, WizardStep previous) Called when transitioning to the previous step in a wizard workflow.WizardStepPreviousPromise.onPrevious(Wizard wizard, WizardStep current, WizardStep previous) Called when the user attempts to navigate to the previous step.voidWizardStepChangeHandler.onStepChange(Wizard wizard, WizardStep previous, WizardStep current) Handles the transition from one step to another in a wizard flow.Method parameters in org.patternfly.component.wizard with type arguments of type WizardModifier and TypeMethodDescriptionWizard.onAdd(BiConsumer<Wizard, WizardStep> onAdd) Wizard.onClose(CloseHandler<Wizard> closeHandler) Wizard.onRemove(BiConsumer<Wizard, WizardStep> onRemove)