Interface AlertPanel.View

  • All Superinterfaces:
    org.uberfire.client.mvp.HasPresenter<AlertPanel>, com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<AlertPanel>
    All Known Implementing Classes:
    AlertPanelView
    Enclosing class:
    AlertPanel

    public static interface AlertPanel.View
    extends org.uberfire.client.mvp.UberView<AlertPanel>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void show​(org.gwtbootstrap3.client.ui.constants.AlertType severity, String message, Integer width, org.uberfire.mvp.Command onOk, org.uberfire.mvp.Command onCancel)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • show

        void show​(org.gwtbootstrap3.client.ui.constants.AlertType severity,
                  String message,
                  Integer width,
                  org.uberfire.mvp.Command onOk,
                  org.uberfire.mvp.Command onCancel)