Uses of Class
org.teamapps.ux.task.ProgressStatus
-
Packages that use ProgressStatus Package Description org.teamapps.ux.component.progress org.teamapps.ux.task -
-
Uses of ProgressStatus in org.teamapps.ux.component.progress
Methods in org.teamapps.ux.component.progress that return ProgressStatus Modifier and Type Method Description ProgressStatusProgressDisplay. getStatus()Methods in org.teamapps.ux.component.progress with parameters of type ProgressStatus Modifier and Type Method Description voidProgressDisplay. setStatus(ProgressStatus status) -
Uses of ProgressStatus in org.teamapps.ux.task
Methods in org.teamapps.ux.task that return ProgressStatus Modifier and Type Method Description ProgressStatusObservableProgress. getStatus()ProgressStatusProgress. getStatus()ProgressStatusProgressChangeEventData. getStatus()static ProgressStatusProgressStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProgressStatus[]ProgressStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.ux.task with parameters of type ProgressStatus Constructor Description ProgressChangeEventData(ProgressStatus status, java.lang.String statusMessage, double progress, boolean cancelable)
-