|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFlowPanel
org.spiffyui.client.widgets.StatusIndicator
public class StatusIndicator
This is a reusable loading icon widget
Field Summary | |
---|---|
static int |
FAILED
Status Failed |
static int |
IN_PROGRESS
Status In Progress |
static int |
SUCCEEDED
Status Succeeded |
Constructor Summary | |
---|---|
StatusIndicator()
Show a generic status indicator with the default status of none |
|
StatusIndicator(int status)
Show a generic status indicator |
Method Summary | |
---|---|
int |
getStatus()
Get the current status of this status indicator. |
void |
setStatus(int status)
Set the status of this status indicator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int IN_PROGRESS
public static final int FAILED
public static final int SUCCEEDED
Constructor Detail |
---|
public StatusIndicator(int status)
status
- - int status constantpublic StatusIndicator()
Method Detail |
---|
public int getStatus()
public void setStatus(int status)
status
- the new status
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |