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

public abstract class DialogNotification extends AbstractNotification
Basic Notification with some Styles and Elements to set This is used for all Default-Notifications
  • Constructor Details

  • Method Details

    • add

      protected void add(com.google.gwt.user.client.ui.IsWidget widget)
    • setHeader

      public void setHeader(String headerText)
    • setContent

      protected void setContent(com.google.gwt.user.client.ui.IsWidget widget)
    • setContent

      protected void setContent(String text)
    • asWidget

      public final com.google.gwt.user.client.ui.Widget asWidget()