|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectButton
org.spiffyui.client.widgets.button.FancyButton
public abstract class FancyButton
This is the base class for fancy buttons with or without icons in them
Constructor Summary | |
---|---|
FancyButton()
Creates a new FancyButton |
|
FancyButton(java.lang.String text)
Creates a new FancyButton with the specified text |
Method Summary | |
---|---|
boolean |
isEnabled()
|
boolean |
isInProgress()
Determines if this button is in progress |
void |
setEnabled(boolean enabled)
|
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 FancyButton()
public FancyButton(java.lang.String text)
text
- the text for the buttonMethod Detail |
---|
public void setEnabled(boolean enabled)
public boolean isEnabled()
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 |