Java com.google.gwt.widgetideas.client ProgressBar fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.widgetideas.client ProgressBar fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.widgetideas.client ProgressBar.

The text is from its open source code.

Constructor

ProgressBar(double minProgress, double maxProgress, double curProgress)
Create a progress bar within the given range starting at the specified progress amount.
ProgressBar(double minProgress, double maxProgress, double curProgress, TextFormatter textFormatter)
Create a progress bar within the given range starting at the specified progress amount.
ProgressBar(double minProgress, double maxProgress)
Create a progress bar within the given range.
ProgressBar(double curProgress)
Create a progress bar with an initial progress and a default range of 0 to 100.

Method

voidaddStyleName(String style)
Adds a secondary or dependent style name to this object.
ElementgetElement()
Gets a handle to the object's underlying DOM element.
doublegetMaxProgress()
Get the maximum progress.
doublegetProgress()
Get the current progress.
voidremoveFromParent()
Removes this widget from its parent widget, if one exists.
voidsetHeight(String height)
Sets the object's height.
voidsetProgress(double curProgress)
Set the current progress.
voidsetTextFormatter(TextFormatter textFormatter)
Set the text formatter.
voidsetTextVisible(boolean textVisible)
Sets whether the text is visible over the bar.
voidsetTitle(String title)
Sets the title associated with this object.
voidsetWidth(String width)
Sets the object's width.
StringtoString()
This method is overridden so that any object can be viewed in the debugger as an HTML snippet.