Interface ConfirmBox.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void show​(String title, String message, org.uberfire.mvp.Command yesCommand)  
      void show​(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand)  
      void show​(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand, org.uberfire.mvp.Command cancelCommand)  
    • Method Detail

      • show

        void show​(String title,
                  String message,
                  org.uberfire.mvp.Command yesCommand,
                  org.uberfire.mvp.Command noCommand,
                  org.uberfire.mvp.Command cancelCommand)
      • show

        void show​(String title,
                  String message,
                  org.uberfire.mvp.Command yesCommand,
                  org.uberfire.mvp.Command noCommand)
      • show

        void show​(String title,
                  String message,
                  org.uberfire.mvp.Command yesCommand)