Uses of Class
org.patternfly.component.progress.Progress
Packages that use Progress
-
Uses of Progress in org.patternfly.component.progress
Methods in org.patternfly.component.progress that return ProgressModifier and TypeMethodDescriptionProgress.add(HelperText helperText) Progress.addHelperText(HelperText helperText) Progress.ariaLabeledBy(String labeledBy) Progress.label(ProgressLabel label) Progress.max(int max) Progress.measureLocation(MeasureLocation location) Progress.min(int min) Progress.onChange(ChangeHandler<Progress, Integer> changeHandler) Sets the change handler for the progress component.static ProgressProgress.progress()Progress.range(int min, int max) Progress.range(int min, int max, int step) Progress.step(int step) Progress.that()Progress.truncate()Progress.value(int value) Method parameters in org.patternfly.component.progress with type arguments of type ProgressModifier and TypeMethodDescriptionProgress.onChange(ChangeHandler<Progress, Integer> changeHandler) Sets the change handler for the progress component.