org.nuiton.web.gwt.misc
Class LoaderNotification
java.lang.Object
org.nuiton.web.gwt.misc.LoaderNotification
public class LoaderNotification
- extends Object
Waiting screen that blocks the user so that he can wait during long
operations.
To display it, use :
LoaderNotification.openLoaderPanel();
To remove it, use :
LoaderNotification.cloaseLoader();
To style it, use the CSS class : loading
- Since:
- 1.1
- Author:
- jcouteau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
glassPanel
protected static BlindedPopup glassPanel
LoaderNotification
public LoaderNotification()
openLoaderPanel
public static void openLoaderPanel()
closeLoader
public static void closeLoader()
Copyright © 2010-2011 CodeLutin. All Rights Reserved.