当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
LoadingPopup (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.brms.client.common
Class LoadingPopup
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
com.google.gwt.user.client.ui.PopupPanel
org.drools.brms.client.common.LoadingPopup
- All Implemented Interfaces:
- com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.SourcesPopupEvents
public class LoadingPopup
- extends com.google.gwt.user.client.ui.PopupPanel
Generic "busy" dialog popup.
This is a lazy singleton, only really need one to be shown at time.
Methods inherited from class com.google.gwt.user.client.ui.PopupPanel |
addPopupListener, getPopupLeft, getPopupTop, onEventPreview, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, remove, removePopupListener, setPopupPosition, show |
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel |
add, getContainerElement, getWidget, iterator, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
adopt, clear, disown, onAttach, onDetach |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
getParent, isAttached, onBrowserEvent, onLoad, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
instance
public static LoadingPopup instance
LoadingPopup
public LoadingPopup()
close
public static void close()
- Close the single instance of this dialog...
hide
public void hide()
- Overrides:
hide
in class com.google.gwt.user.client.ui.PopupPanel
getInstance
public static LoadingPopup getInstance()
showMessage
public static void showMessage(String message)
- Convenience method to popup the message.
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.