public class KSNotification extends com.google.gwt.user.client.ui.Composite implements com.google.gwt.event.logical.shared.HasCloseHandlers<KSNotification>
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DURATION |
Constructor and Description |
---|
KSNotification(String message,
boolean isHtml) |
KSNotification(String message,
boolean isHtml,
boolean isError,
int duration) |
KSNotification(String message,
boolean isHtml,
int duration) |
KSNotification(com.google.gwt.user.client.ui.Widget widget,
int duration) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<KSNotification> handler) |
String |
getCloseLinkId() |
String |
getContentId() |
int |
getDuration() |
String |
getId() |
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
public static final int DEFAULT_DURATION
public KSNotification(String message, boolean isHtml, int duration)
public KSNotification(String message, boolean isHtml, boolean isError, int duration)
public KSNotification(String message, boolean isHtml)
public KSNotification(com.google.gwt.user.client.ui.Widget widget, int duration)
public int getDuration()
public String getContentId()
public String getCloseLinkId()
public com.google.gwt.event.shared.HandlerRegistration addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<KSNotification> handler)
addCloseHandler
in interface com.google.gwt.event.logical.shared.HasCloseHandlers<KSNotification>
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.