org.nuiton.web.gwt.misc
Class LoaderNotification

java.lang.Object
  extended by 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

Field Summary
protected static BlindedPopup glassPanel
           
 
Constructor Summary
LoaderNotification()
           
 
Method Summary
static void closeLoader()
           
static void openLoaderPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glassPanel

protected static BlindedPopup glassPanel
Constructor Detail

LoaderNotification

public LoaderNotification()
Method Detail

openLoaderPanel

public static void openLoaderPanel()

closeLoader

public static void closeLoader()


Copyright © 2010-2012 CodeLutin. All Rights Reserved.