Uses of Package
org.patternfly.component.wizard
Packages that use org.patternfly.component.wizard
Package
Description
Provides the PatternFly modal dialog component and its subcomponents.
Provides the PatternFly page layout component and its subcomponents.
Provides a wizard component for guiding users through a multi-step workflow.
-
Classes in org.patternfly.component.wizard used by org.patternfly.component.modalClassDescriptionA 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 used by org.patternfly.component.pageClassDescriptionA 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 used by org.patternfly.component.wizardClassDescriptionA 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.A context object for sharing state across steps in a
Wizardcomponent.The footer area of aWizardcomponent, typically containing navigation buttons.The button container within aWizardFooter.The header area of aWizardcomponent.A description within the header of aWizardcomponent.The title within the header of aWizardcomponent.The navigation sidebar of aWizardcomponent.An individual navigation item within aWizardNav.An individual step within aWizardcomponent.Functional interface for handling step changes in a wizard flow.Functional interface representing a callback mechanism for handling the transition from one step to the next in a wizard.Interface to handle the transition to the next step in aWizardworkflow asynchronously.Functional interface for handling callbacks when navigating to the previous step in a wizard workflow.Interface to handle the transition to the previous step in aWizardworkflow asynchronously.Wizard step types.