|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSimplePanel
org.spiffyui.client.widgets.ProgressBar
public class ProgressBar
This widget wraps the JQuery UI progress bar
Constructor Summary | |
---|---|
ProgressBar()
Create a progress bar with the specified ID. |
|
ProgressBar(java.lang.String id)
Create a progress bar with the specified ID. |
Method Summary | |
---|---|
java.lang.String |
getTitleString(int percentCompleted)
Get the title (or tooltip) string for the progress bar. |
int |
getValue()
Set the value for this progress bar |
void |
onAttach()
|
void |
setValue(int value)
Get the value of this progress bar |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressBar()
public ProgressBar(java.lang.String id)
id
- the id for the progress barMethod Detail |
---|
public void onAttach()
public int getValue()
public java.lang.String getTitleString(int percentCompleted)
percentCompleted
- the percent completed
public void setValue(int value)
value
- the bar value
|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |