Class Alert

    • Constructor Detail

      • Alert

        public Alert()
      • Alert

        public Alert​(String icon,
                     com.google.gwt.safehtml.shared.SafeHtml text)
      • Alert

        public Alert​(String icon,
                     com.google.gwt.safehtml.shared.SafeHtml text,
                     String additionalText)
      • Alert

        public Alert​(String icon,
                     com.google.gwt.safehtml.shared.SafeHtml text,
                     String linkText,
                     org.jboss.elemento.EventCallbackFn<elemental2.dom.MouseEvent> linkHandler)
      • Alert

        public Alert​(String icon,
                     com.google.gwt.safehtml.shared.SafeHtml text,
                     String linkText,
                     org.jboss.elemento.EventCallbackFn<elemental2.dom.MouseEvent> linkHandler,
                     Constraint constraint)
      • Alert

        public Alert​(String icon,
                     com.google.gwt.safehtml.shared.SafeHtml text,
                     String additionalText,
                     String linkText,
                     org.jboss.elemento.EventCallbackFn<elemental2.dom.MouseEvent> linkHandler,
                     Constraint constraint)
    • Method Detail

      • setText

        public Alert setText​(com.google.gwt.safehtml.shared.SafeHtml text)
      • element

        public elemental2.dom.HTMLElement element()
        Specified by:
        element in interface org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>