|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLabel
org.spiffyui.client.widgets.FormFeedback
public class FormFeedback
This widget shows an icon to give feedback on form fields
Field Summary | |
---|---|
static int |
ERROR
Feedback status error |
static int |
LOADING
Feedback status loading |
static int |
NONE
Feedback status none |
static int |
VALID
Feedback status valid |
static int |
WARNING
Feedback status warning |
Constructor Summary | |
---|---|
FormFeedback()
Creates a new FormFeedback widget |
|
FormFeedback(boolean inform)
Creates a new FormFeedback widget |
Method Summary | |
---|---|
int |
getStatus()
Gets the status of this FormFeedback |
void |
setStatus(int status)
Sets the status for this FormFeedback |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int WARNING
public static final int ERROR
public static final int VALID
public static final int LOADING
public static final int NONE
Constructor Detail |
---|
public FormFeedback()
public FormFeedback(boolean inform)
inform
- true if this feedback widget needs our standard for styles
and false otherwiseMethod Detail |
---|
public void setStatus(int status)
status
- the statuspublic int getStatus()
|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |