Example usage for Java com.vaadin.ui ProgressBar fields, constructors, methods, implement or subclass
The text is from its open source code.
ProgressBar() Creates a new progress bar initially set to 0% progress. | |
ProgressBar(float progress) Creates a new progress bar with the given initial value. |
void | addStyleName(String style) |
void | setCaption(String caption) |
void | setEnabled(boolean enabled) |
void | setHeight(String height) |
void | setIndeterminate(boolean indeterminate) Sets whether or not this progress indicator is indeterminate. |
void | setSizeFull() |
void | setStyleName(String style) |
void | setValue(float newValue) Sets the value of this progress bar. |
void | setVisible(boolean visible) |
void | setWidth(String width) |
void | setWidth(float width, Unit unit) |