Class ConfirmBox


  • @Dependent
    public class ConfirmBox
    extends Object

    A confirmation box presenter.

    Since:
    0.8.0
    • Method Detail

      • show

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

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

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