Uses of Class
org.patternfly.component.progressstepper.ProgressStepper
Packages that use ProgressStepper
-
Uses of ProgressStepper in org.patternfly.component.progressstepper
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.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()