Class DialogNotification
java.lang.Object
com.levigo.jadice.web.demo.common.client.widgets.notification.AbstractNotification
com.levigo.jadice.web.demo.common.client.widgets.notification.DialogNotification
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
,Notification
- Direct Known Subclasses:
UploadNotification
Basic Notification with some Styles and Elements to set
This is used for all Default-Notifications
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.levigo.jadice.web.demo.common.client.widgets.notification.Notification
Notification.HideHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
add
(com.google.gwt.user.client.ui.IsWidget widget) final com.google.gwt.user.client.ui.Widget
asWidget()
protected void
setContent
(com.google.gwt.user.client.ui.IsWidget widget) protected void
setContent
(String text) void
Methods inherited from class com.levigo.jadice.web.demo.common.client.widgets.notification.AbstractNotification
cancelHideIn, hide, hideIn, onShow, setAutoHideDuration
-
Constructor Details
-
DialogNotification
-
-
Method Details
-
add
protected void add(com.google.gwt.user.client.ui.IsWidget widget) -
setHeader
-
setContent
protected void setContent(com.google.gwt.user.client.ui.IsWidget widget) -
setContent
-
asWidget
public final com.google.gwt.user.client.ui.Widget asWidget()
-