Interface AlertBox.View

  • All Superinterfaces:
    org.uberfire.client.mvp.HasPresenter<AlertBox>, org.jboss.errai.common.client.api.IsElement, org.uberfire.client.mvp.UberElement<AlertBox>
    All Known Implementing Classes:
    AlertBoxView
    Enclosing class:
    AlertBox

    public static interface AlertBox.View
    extends org.uberfire.client.mvp.UberElement<AlertBox>
    • Method Detail

      • setMessage

        void setMessage​(String text)
      • setCloseEnabled

        void setCloseEnabled​(boolean enabled)