Interface ConfirmPopup

  • All Known Implementing Classes:
    ConfirmPopupView

    public interface ConfirmPopup
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  ConfirmPopup.Presenter  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jboss.errai.common.client.dom.HTMLElement getElement()  
      void hide()
      Makes this popup container(and the main content along with it) invisible.
      void show​(String mainTitleText, String mainText)
      Makes the ConfirmPopup visible with OK.
    • Method Detail

      • show

        void show​(String mainTitleText,
                  String mainText)
        Makes the ConfirmPopup visible with OK.
        Parameters:
        mainTitleText -
        mainText -
      • getElement

        org.jboss.errai.common.client.dom.HTMLElement getElement()
      • hide

        void hide()
        Makes this popup container(and the main content along with it) invisible. Has no effect if the popup is not already showing.