|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectButton
org.spiffyui.client.widgets.button.SimpleButton
public class SimpleButton
A GWT button which supports an in progress state.
Constructor Summary | |
---|---|
SimpleButton()
Create a new simple button with no text |
|
SimpleButton(java.lang.String text)
Create a new simple button with the specified text |
Method Summary | |
---|---|
boolean |
isInProgress()
Determines if this button is in progress |
void |
setInProgress(boolean inprogress)
Sets this button to be in progress. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleButton()
public SimpleButton(java.lang.String text)
text
- of the buttonMethod Detail |
---|
public void setInProgress(boolean inprogress)
inprogress
- true if in progress and false otherwisepublic boolean isInProgress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |