Interface AbstractScenarioPopup.Presenter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void hide()
      Makes this popup container(and the main content along with it) invisible.
      void show​(String mainTitleText, String okButtonText, org.uberfire.mvp.Command okCommand)
      Makes the ScenarioPopup visible with OK/Cancel buttons.
    • Method Detail

      • show

        void show​(String mainTitleText,
                  String okButtonText,
                  org.uberfire.mvp.Command okCommand)
        Makes the ScenarioPopup visible with OK/Cancel buttons.
        Parameters:
        mainTitleText -
        okButtonText -
        okCommand -
      • 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.