Uses of Class
com.google.gwt.widgetideas.client.ProgressBar.TextFormatter

Packages that use ProgressBar.TextFormatter
com.google.gwt.widgetideas.client   
 

Uses of ProgressBar.TextFormatter in com.google.gwt.widgetideas.client
 

Methods in com.google.gwt.widgetideas.client that return ProgressBar.TextFormatter
 ProgressBar.TextFormatter ProgressBar.getTextFormatter()
          Get the text formatter.
 

Methods in com.google.gwt.widgetideas.client with parameters of type ProgressBar.TextFormatter
 void ProgressBar.setTextFormatter(ProgressBar.TextFormatter textFormatter)
          Set the text formatter.
 

Constructors in com.google.gwt.widgetideas.client with parameters of type ProgressBar.TextFormatter
ProgressBar(double minProgress, double maxProgress, double curProgress, ProgressBar.TextFormatter textFormatter)
          Create a progress bar within the given range starting at the specified progress amount.