Class AlertBox

  • All Implemented Interfaces:
    org.jboss.errai.common.client.api.IsElement

    public class AlertBox
    extends Object
    implements org.jboss.errai.common.client.api.IsElement
    • Constructor Detail

    • Method Detail

      • getElement

        public org.jboss.errai.common.client.dom.HTMLElement getElement()
        Specified by:
        getElement in interface org.jboss.errai.common.client.api.IsElement
      • setCloseEnabled

        public void setCloseEnabled​(boolean enabled)
      • setMessage

        public void setMessage​(String text)
      • setOnCloseCommand

        public void setOnCloseCommand​(org.uberfire.mvp.Command onCloseCommand)
      • close

        public void close()