Uses of Class
org.dwcj.controls.progressbar.ProgressBar
Packages that use ProgressBar
-
Uses of ProgressBar in org.dwcj.controls.progressbar
Methods in org.dwcj.controls.progressbar that return ProgressBarModifier and TypeMethodDescriptionProgressBar.addClassName(String selector) ProgressBar.removeClassName(String selector) ProgressBar.setAttribute(String attribute, String value) ProgressBar.setEnabled(Boolean enabled) ProgressBar.setIndeterminate(Boolean indeterminate) This method sets whether the ProgressBar control is indeterminate.ProgressBar.setMaximum(Integer maximum) This method sets the maximum range for the ProgressBar control.ProgressBar.setMinimum(Integer minimum) This method sets the minimum range for the ProgressBar control.ProgressBar.setOrientation(Integer orientation) This method sets the orientation of the ProgressBar control to HORIZONTAL or VERTICAL.ProgressBar.setProgressBarText(String text) This method sets the text (label) of a ProgressBar control.ProgressBar.setStringPainted(Boolean stringPainted) This method determines whether the ProgressBar control will show a label.ProgressBar.setTooltipText(String text) This method sets the value of a ProgressBar control.ProgressBar.setVisible(Boolean visible)