Uses of Enum Class
org.teamapps.ux.task.ProgressStatus
Packages that use ProgressStatus
-
Uses of ProgressStatus in org.teamapps.ux.component.progress
Methods in org.teamapps.ux.component.progress that return ProgressStatusMethods in org.teamapps.ux.component.progress with parameters of type ProgressStatus -
Uses of ProgressStatus in org.teamapps.ux.task
Subclasses with type arguments of type ProgressStatus in org.teamapps.ux.taskMethods in org.teamapps.ux.task that return ProgressStatusModifier and TypeMethodDescriptionObservableProgress.getStatus()Progress.getStatus()ProgressChangeEventData.getStatus()static ProgressStatusReturns the enum constant of this class with the specified name.static ProgressStatus[]ProgressStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.ux.task with parameters of type ProgressStatusModifierConstructorDescriptionProgressChangeEventData(ProgressStatus status, String statusMessage, double progress, boolean cancelable)