|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.client.ProgressBar.TextFormatter
public abstract static class ProgressBar.TextFormatter
A formatter used to format the text displayed in the progress bar widget.
Constructor Summary | |
---|---|
ProgressBar.TextFormatter()
|
Method Summary | |
---|---|
protected abstract java.lang.String |
getText(ProgressBar bar,
double curProgress)
Generate the text to display in the ProgressBar based on the current value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressBar.TextFormatter()
Method Detail |
---|
protected abstract java.lang.String getText(ProgressBar bar, double curProgress)
bar
- the progress barcurProgress
- the current progress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |