Class Message


  • public class Message
    extends Object
    • Method Detail

      • error

        public static Message error​(com.google.gwt.safehtml.shared.SafeHtml message)
      • error

        public static Message error​(long id,
                                    com.google.gwt.safehtml.shared.SafeHtml message)
      • error

        public static Message error​(com.google.gwt.safehtml.shared.SafeHtml message,
                                    boolean sticky)
      • error

        public static Message error​(long id,
                                    com.google.gwt.safehtml.shared.SafeHtml message,
                                    boolean sticky)
      • error

        public static Message error​(com.google.gwt.safehtml.shared.SafeHtml message,
                                    String details)
      • error

        public static Message error​(long id,
                                    com.google.gwt.safehtml.shared.SafeHtml message,
                                    String details)
      • error

        public static Message error​(com.google.gwt.safehtml.shared.SafeHtml message,
                                    String details,
                                    boolean sticky)
      • error

        public static Message error​(long id,
                                    com.google.gwt.safehtml.shared.SafeHtml message,
                                    String details,
                                    boolean sticky)
      • error

        public static Message error​(com.google.gwt.safehtml.shared.SafeHtml message,
                                    String actionTitle,
                                    Callback callback)
      • error

        public static Message error​(long id,
                                    com.google.gwt.safehtml.shared.SafeHtml message,
                                    String actionTitle,
                                    Callback callback)
      • error

        public static Message error​(com.google.gwt.safehtml.shared.SafeHtml message,
                                    String actionTitle,
                                    Callback callback,
                                    boolean sticky)
      • error

        public static Message error​(long id,
                                    com.google.gwt.safehtml.shared.SafeHtml message,
                                    String actionTitle,
                                    Callback callback,
                                    boolean sticky)
      • warning

        public static Message warning​(com.google.gwt.safehtml.shared.SafeHtml message)
      • warning

        public static Message warning​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message)
      • warning

        public static Message warning​(com.google.gwt.safehtml.shared.SafeHtml message,
                                      boolean sticky)
      • warning

        public static Message warning​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message,
                                      boolean sticky)
      • warning

        public static Message warning​(com.google.gwt.safehtml.shared.SafeHtml message,
                                      String details)
      • warning

        public static Message warning​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message,
                                      String details)
      • warning

        public static Message warning​(com.google.gwt.safehtml.shared.SafeHtml message,
                                      String details,
                                      boolean sticky)
      • warning

        public static Message warning​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message,
                                      String details,
                                      boolean sticky)
      • warning

        public static Message warning​(com.google.gwt.safehtml.shared.SafeHtml message,
                                      String actionTitle,
                                      Callback callback)
      • warning

        public static Message warning​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message,
                                      String actionTitle,
                                      Callback callback)
      • warning

        public static Message warning​(com.google.gwt.safehtml.shared.SafeHtml message,
                                      String actionTitle,
                                      Callback callback,
                                      boolean sticky)
      • warning

        public static Message warning​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message,
                                      String actionTitle,
                                      Callback callback,
                                      boolean sticky)
      • info

        public static Message info​(com.google.gwt.safehtml.shared.SafeHtml message)
      • info

        public static Message info​(long id,
                                   com.google.gwt.safehtml.shared.SafeHtml message)
      • info

        public static Message info​(com.google.gwt.safehtml.shared.SafeHtml message,
                                   boolean sticky)
      • info

        public static Message info​(long id,
                                   com.google.gwt.safehtml.shared.SafeHtml message,
                                   boolean sticky)
      • info

        public static Message info​(com.google.gwt.safehtml.shared.SafeHtml message,
                                   String details)
      • info

        public static Message info​(long id,
                                   com.google.gwt.safehtml.shared.SafeHtml message,
                                   String details)
      • info

        public static Message info​(com.google.gwt.safehtml.shared.SafeHtml message,
                                   String details,
                                   boolean sticky)
      • info

        public static Message info​(long id,
                                   com.google.gwt.safehtml.shared.SafeHtml message,
                                   String details,
                                   boolean sticky)
      • info

        public static Message info​(com.google.gwt.safehtml.shared.SafeHtml message,
                                   String actionTitle,
                                   Callback callback)
      • info

        public static Message info​(long id,
                                   com.google.gwt.safehtml.shared.SafeHtml message,
                                   String actionTitle,
                                   Callback callback)
      • info

        public static Message info​(com.google.gwt.safehtml.shared.SafeHtml message,
                                   String actionTitle,
                                   Callback callback,
                                   boolean sticky)
      • info

        public static Message info​(long id,
                                   com.google.gwt.safehtml.shared.SafeHtml message,
                                   String actionTitle,
                                   Callback callback,
                                   boolean sticky)
      • success

        public static Message success​(com.google.gwt.safehtml.shared.SafeHtml message)
      • success

        public static Message success​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message)
      • success

        public static Message success​(com.google.gwt.safehtml.shared.SafeHtml message,
                                      boolean sticky)
      • success

        public static Message success​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message,
                                      boolean sticky)
      • success

        public static Message success​(com.google.gwt.safehtml.shared.SafeHtml message,
                                      String details)
      • success

        public static Message success​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message,
                                      String details)
      • success

        public static Message success​(com.google.gwt.safehtml.shared.SafeHtml message,
                                      String details,
                                      boolean sticky)
      • success

        public static Message success​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message,
                                      String details,
                                      boolean sticky)
      • success

        public static Message success​(com.google.gwt.safehtml.shared.SafeHtml message,
                                      String actionTitle,
                                      Callback callback)
      • success

        public static Message success​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message,
                                      String actionTitle,
                                      Callback callback)
      • success

        public static Message success​(com.google.gwt.safehtml.shared.SafeHtml message,
                                      String actionTitle,
                                      Callback callback,
                                      boolean sticky)
      • success

        public static Message success​(long id,
                                      com.google.gwt.safehtml.shared.SafeHtml message,
                                      String actionTitle,
                                      Callback callback,
                                      boolean sticky)
      • getId

        public long getId()
      • getDate

        public String getDate()
      • getTime

        public String getTime()
      • getTimestamp

        public String getTimestamp()
      • getMessage

        public com.google.gwt.safehtml.shared.SafeHtml getMessage()
      • getDetails

        public String getDetails()
      • hasAction

        public boolean hasAction()
      • getActionTitle

        public String getActionTitle()
      • getCallback

        public Callback getCallback()
      • isSticky

        public boolean isSticky()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object