Class ConfirmBoxView

  • All Implemented Interfaces:
    ConfirmBox.View

    public class ConfirmBoxView
    extends Object
    implements ConfirmBox.View

    A confirm box view using org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup.

    Since:
    0.8.0
    • Constructor Detail

      • ConfirmBoxView

        public ConfirmBoxView()
    • Method Detail

      • show

        public void show​(String title,
                         String message,
                         org.uberfire.mvp.Command yesCommand,
                         org.uberfire.mvp.Command noCommand,
                         org.uberfire.mvp.Command cancelCommand)
        Specified by:
        show in interface ConfirmBox.View
      • show

        public void show​(String title,
                         String message,
                         org.uberfire.mvp.Command yesCommand,
                         org.uberfire.mvp.Command noCommand)
        Specified by:
        show in interface ConfirmBox.View