|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.extjs.gxt.ui.client.widget.Component
com.extjs.gxt.ui.client.widget.BoxComponent
com.extjs.gxt.ui.client.widget.Status
public class Status
Status component typically used within a ToolBar.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
Status()
|
|
| Method Summary | |
|---|---|
void |
clearStatus(java.lang.String text)
Clears the current status by removing the current icon and change the text. |
java.lang.String |
getIconStyle()
Returns the icon style. |
java.lang.String |
getText()
Returns the text. |
boolean |
isBox()
Returns true if the box effect is enabled. |
void |
setBox(boolean box)
True to enable a 3D insert border (defaults to false). |
void |
setBusy(java.lang.String text)
Enables a busy icon and displays the given text. |
void |
setIconStyle(java.lang.String iconStyle)
Sets the icon style. |
void |
setStatus(java.lang.String text,
java.lang.String iconStyle)
Sets both the text and icon style. |
void |
setText(java.lang.String text)
Sets the text. |
| Methods inherited from class com.extjs.gxt.ui.client.widget.BoxComponent |
|---|
getBounds, getHeight, getHeight, getPosition, getShadow, getShadowOffset, getShadowPosition, getSize, getWidth, getWidth, isAutoHeight, isAutoWidth, isDeferHeight, isShim, setAutoHeight, setAutoWidth, setBounds, setBounds, setDeferHeight, setHeight, setHeight, setPagePosition, setPagePosition, setPixelSize, setPosition, setShadow, setShadowOffset, setShadowPosition, setShim, setSize, setSize, setWidth, setWidth, sync, syncSize |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
fireEvent, getParent, isAttached |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, removeStyleDependentName, setStylePrimaryName, setVisible, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Status()
| Method Detail |
|---|
public void clearStatus(java.lang.String text)
text - the new text valuepublic java.lang.String getIconStyle()
public java.lang.String getText()
public boolean isBox()
public void setBox(boolean box)
box - true for the box effectpublic void setBusy(java.lang.String text)
text - the text to displaypublic void setIconStyle(java.lang.String iconStyle)
iconStyle - the CSS style name
public void setStatus(java.lang.String text,
java.lang.String iconStyle)
text - the text to displayiconStyle - the icon stylepublic void setText(java.lang.String text)
text - the text
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||