Interface ScenarioConfirmationPopup

    • 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 mainQuestionText, String text1Text, String textQuestionText, String textWarningText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)
      Makes the ScenarioConfirmationPopup visible with OK/Cancel buttons.
    • Method Detail

      • show

        void show​(String mainTitleText,
                  String mainQuestionText,
                  String text1Text,
                  String textQuestionText,
                  String textWarningText,
                  String okDeleteButtonText,
                  org.uberfire.mvp.Command okDeleteCommand)
        Makes the ScenarioConfirmationPopup visible with OK/Cancel buttons.
        Parameters:
        mainTitleText -
        mainQuestionText -
        text1Text -
        textQuestionText -
        textWarningText -
        okDeleteButtonText -
        okDeleteCommand -
      • 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.