|
||||||||||
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.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.SimplePanel
net.pleso.framework.client.ui.controls.StatusPanel
public class StatusPanel
Status panel widget. It works like popup panel, but without block user input inside. Can show text and centre by external widget.
Constructor Summary | |
---|---|
StatusPanel()
Constructor |
Method Summary | |
---|---|
com.google.gwt.user.client.ui.Widget |
getCenterByWidget()
Gets widget to centre panel by. |
int |
getPopupLeft()
Gets the popup's left position relative to the browser's client area. |
int |
getPopupTop()
Gets the popup's top position relative to the browser's client area. |
java.lang.String |
getText()
Gets text on panel. |
void |
hide()
Hides the popup. |
boolean |
isShowing()
|
boolean |
remove(com.google.gwt.user.client.ui.Widget w)
|
void |
setCenterByWidget(com.google.gwt.user.client.ui.Widget centerByWidget)
Sets widget to centre panel by. |
void |
setPopupPosition(int left,
int top)
Sets the popup's position relative to the browser's client area. |
void |
setText(java.lang.String text)
Sets text on panel. |
void |
show()
Shows the popup. |
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel |
---|
add, getWidget, iterator, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
---|
clear |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
getParent, isAttached, onBrowserEvent, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StatusPanel()
Method Detail |
---|
public int getPopupLeft()
public int getPopupTop()
public boolean remove(com.google.gwt.user.client.ui.Widget w)
remove
in interface com.google.gwt.user.client.ui.HasWidgets
remove
in class com.google.gwt.user.client.ui.SimplePanel
public void setPopupPosition(int left, int top)
PopupPanel.setPopupPosition(int, int)
left
- the left position, in pixelstop
- the top position, in pixelspublic void show()
public void hide()
public com.google.gwt.user.client.ui.Widget getCenterByWidget()
public void setCenterByWidget(com.google.gwt.user.client.ui.Widget centerByWidget)
centerByWidget
- widget to centre panel bypublic java.lang.String getText()
public void setText(java.lang.String text)
text
- text on panelpublic boolean isShowing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |