Uses of Class
org.patternfly.component.progressstepper.ProgressStepper
Packages that use ProgressStepper
-
Uses of ProgressStepper in org.patternfly.component.progressstepper
Subclasses with type arguments of type ProgressStepper in org.patternfly.component.progressstepperModifier and TypeClassDescriptionclassA progress stepper displays a timeline of tasks in a workflow and tracks a user's progress through the workflow.Classes in org.patternfly.component.progressstepper that implement interfaces with type arguments of type ProgressStepperModifier and TypeClassDescriptionclassA progress stepper displays a timeline of tasks in a workflow and tracks a user's progress through the workflow.classA progress stepper displays a timeline of tasks in a workflow and tracks a user's progress through the workflow.classA progress stepper displays a timeline of tasks in a workflow and tracks a user's progress through the workflow.classA progress stepper displays a timeline of tasks in a workflow and tracks a user's progress through the workflow.Methods in org.patternfly.component.progressstepper that return ProgressStepperModifier and TypeMethodDescriptionProgressStepper.add(ProgressStep item) ProgressStepper.first()Selects the first step (index 0) if available.ProgressStepper.first(Consumer<ProgressStep> actionForTheFirstStep, Consumer<ProgressStep> actionForThePreviousCurrentStep) Selects the first step (index 0) if available.ProgressStepper.last()Selects the last step (index size-1) if present.ProgressStepper.last(Consumer<ProgressStep> actionForTheLastStep, Consumer<ProgressStep> actionForThePreviousCurrentStep) Selects the last step (index size-1) if present.ProgressStepper.next()Moves one step forward.ProgressStepper.next(BiConsumer<Optional<ProgressStep>, Integer> actionForTheNewCurrentWithIndex, Consumer<ProgressStep> actionForThePreviousCurrent) Moves one step forward with callbacks.ProgressStepper.onAdd(BiConsumer<ProgressStepper, ProgressStep> onAdd) ProgressStepper.onRemove(BiConsumer<ProgressStepper, ProgressStep> onRemove) ProgressStepper.previous()Moves one step backward.ProgressStepper.previous(BiConsumer<Optional<ProgressStep>, Integer> actionForTheNewCurrentStepWithIndex, Consumer<ProgressStep> actionForThePreviousCurrentStep) Moves one step backward with callbacks.static ProgressStepperProgressStepper.progressStepper()ProgressStepper.setupSteps(BiConsumer<ProgressStep, Integer> stepConsumerWithIndex) Applies the provided consumer to each step with its index in insertion order.ProgressStepper.that()Method parameters in org.patternfly.component.progressstepper with type arguments of type ProgressStepperModifier and TypeMethodDescriptionProgressStepper.onAdd(BiConsumer<ProgressStepper, ProgressStep> onAdd) ProgressStepper.onRemove(BiConsumer<ProgressStepper, ProgressStep> onRemove)