|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 org.pentaho.platform.dataaccess.datasource.wizard.GwtWaitingDialog
public class GwtWaitingDialog
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 | |
---|---|
GwtWaitingDialog()
|
|
GwtWaitingDialog(String waitTitle,
String waitMessage)
|
Method Summary | |
---|---|
String |
getMessage()
|
String |
getTitle()
|
void |
hide()
|
boolean |
isShown()
|
void |
setMessage(String message)
|
void |
setTitle(String title)
|
void |
setVisible(boolean visible)
|
void |
show()
|
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel |
---|
add, getWidget, iterator, remove, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
---|
clear |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setVisible, setWidth, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GwtWaitingDialog()
public GwtWaitingDialog(String waitTitle, String waitMessage)
Method Detail |
---|
public String getMessage()
getMessage
in interface WaitingDialog
public void hide()
hide
in interface WaitingDialog
public boolean isShown()
public void setMessage(String message)
setMessage
in interface WaitingDialog
public void show()
show
in interface WaitingDialog
public void setTitle(String title)
setTitle
in interface WaitingDialog
setTitle
in class com.google.gwt.user.client.ui.UIObject
public String getTitle()
getTitle
in interface WaitingDialog
getTitle
in class com.google.gwt.user.client.ui.UIObject
public void setVisible(boolean visible)
setVisible
in class com.google.gwt.user.client.ui.UIObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |