Uses of Class
org.patternfly.component.progressstepper.ProgressStep
Packages that use ProgressStep
-
Uses of ProgressStep in org.patternfly.component.progressstepper
Methods in org.patternfly.component.progressstepper that return ProgressStepModifier and TypeMethodDescriptionProgressStep.description(String description) static ProgressStepProgressStep.progressStep(String identifier) static ProgressStepProgressStep.progressStep(String identifier, String text) ProgressStep.removeIcon()ProgressStep.removePopover()ProgressStep.that()ProgressStep.variant(ProgressStepVariant progressStepVariant) Methods in org.patternfly.component.progressstepper that return types with arguments of type ProgressStepMethods in org.patternfly.component.progressstepper with parameters of type ProgressStepMethod parameters in org.patternfly.component.progressstepper with type arguments of type ProgressStepModifier and TypeMethodDescriptionProgressStepper.first(Consumer<ProgressStep> actionForTheFirstStep, Consumer<ProgressStep> actionForThePreviousCurrentStep) Selects the first step (index 0) if available.ProgressStepper.last(Consumer<ProgressStep> actionForTheLastStep, Consumer<ProgressStep> actionForThePreviousCurrentStep) Selects the last step (index size-1) if present.ProgressStepper.next(BiConsumer<Optional<ProgressStep>, Integer> actionForTheNewCurrentWithIndex, Consumer<ProgressStep> actionForThePreviousCurrent) Moves one step forward with callbacks.ProgressStepper.next(BiConsumer<Optional<ProgressStep>, Integer> actionForTheNewCurrentWithIndex, Consumer<ProgressStep> actionForThePreviousCurrent) Moves one step forward with callbacks.ProgressStepper.previous(BiConsumer<Optional<ProgressStep>, Integer> actionForTheNewCurrentStepWithIndex, Consumer<ProgressStep> actionForThePreviousCurrentStep) Moves one step backward with callbacks.ProgressStepper.previous(BiConsumer<Optional<ProgressStep>, Integer> actionForTheNewCurrentStepWithIndex, Consumer<ProgressStep> actionForThePreviousCurrentStep) Moves one step backward with callbacks.ProgressStepper.setupSteps(BiConsumer<ProgressStep, Integer> stepConsumerWithIndex) Applies the provided consumer to each step with its index in insertion order.<T> voidProgressStepper.updateItems(Iterable<T> items, Function<T, ProgressStep> display)