org.kuali.student.common.ui.client.widgets.notification
Class KSNotifier

java.lang.Object
  extended by org.kuali.student.common.ui.client.widgets.notification.KSNotifier

public class KSNotifier
extends Object


Field Summary
private static int DEFAULT_FADE_DURATION
           
static int FADE_DURATION
           
private static com.google.gwt.user.client.ui.FlowPanel notifier
           
 
Constructor Summary
private KSNotifier()
           
 
Method Summary
static void add(KSNotification notification)
           
static void remove(KSNotification notification, boolean fireEvents)
           
static void show(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notifier

private static final com.google.gwt.user.client.ui.FlowPanel notifier

FADE_DURATION

public static final int FADE_DURATION
See Also:
Constant Field Values

DEFAULT_FADE_DURATION

private static final int DEFAULT_FADE_DURATION
See Also:
Constant Field Values
Constructor Detail

KSNotifier

private KSNotifier()
Method Detail

show

public static void show(String message)

add

public static void add(KSNotification notification)

remove

public static void remove(KSNotification notification,
                          boolean fireEvents)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.