Class Progress
- java.lang.Object
-
- org.patternfly.component.BaseComponentFlat<HTMLElement,Progress>
-
- org.patternfly.component.progress.Progress
-
- All Implemented Interfaces:
Finder<HTMLElement>,HasElement<HTMLElement,Progress>,HasHTMLElement<HTMLElement,Progress>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Progress>,Component,HasValue<Integer>
public class Progress extends BaseComponentFlat<HTMLElement,Progress> implements HasValue<Integer>
A progress bar informs users about the completion status of an ongoing process or task.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Progressadd(HelperText helperText)ProgressaddHelperText(HelperText helperText)ProgressariaLabel(String label)ProgressariaLabeledBy(String labeledBy)voiddecrease()voidincrease()Progresslabel(ProgressLabel label)Progressmax(int max)ProgressmeasureLocation(MeasureLocation location)Progressmin(int min)ProgressonChange(ChangeHandler<Progress,Integer> changeHandler)static Progressprogress()Progressrange(int min, int max)Progressrange(int min, int max, int step)Progresssize(Size size)Progressstatus(Status status)Progressstep(int step)Progressthat()Progresstitle(String title)Progresstruncate()Integervalue()Progressvalue(int value)-
Methods inherited from class org.patternfly.component.BaseComponentFlat
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
progress
public static Progress progress()
-
addHelperText
public Progress addHelperText(HelperText helperText)
-
add
public Progress add(HelperText helperText)
-
min
public Progress min(int min)
-
max
public Progress max(int max)
-
step
public Progress step(int step)
-
range
public Progress range(int min, int max)
-
range
public Progress range(int min, int max, int step)
-
label
public Progress label(ProgressLabel label)
-
measureLocation
public Progress measureLocation(MeasureLocation location)
-
title
public Progress title(String title)
- Specified by:
titlein interfaceHasHTMLElement<HTMLElement,Progress>
-
truncate
public Progress truncate()
-
value
public Progress value(int value)
-
that
public Progress that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,Progress>
-
onChange
public Progress onChange(ChangeHandler<Progress,Integer> changeHandler)
-
decrease
public void decrease()
-
increase
public void increase()
-
-