Class PreserveDeletePopupView

    • Field Detail

      • option1

        @Inject
        @DataField("option-1")
        protected com.google.gwt.dom.client.LIElement option1
      • option2

        @Inject
        @DataField("option-2")
        protected com.google.gwt.dom.client.LIElement option2
      • okPreserveButton

        @Inject
        @DataField("ok-preserve-button")
        protected org.uberfire.client.views.pfly.widgets.Button okPreserveButton
      • okPreserveCommand

        protected org.uberfire.mvp.Command okPreserveCommand
    • Constructor Detail

      • PreserveDeletePopupView

        public PreserveDeletePopupView()
    • Method Detail

      • show

        public void show​(String mainTitleText,
                         String mainQuestionText,
                         String text1Text,
                         String textQuestionText,
                         String option1Text,
                         String option2Text,
                         String okPreserveButtonText,
                         String okDeleteButtonText,
                         org.uberfire.mvp.Command okPreserveCommand,
                         org.uberfire.mvp.Command okDeleteCommand)
        Description copied from interface: PreserveDeletePopup
        Makes the PreserveDeletePopup visible
        Specified by:
        show in interface PreserveDeletePopup
      • onOkPreserveButton

        @EventHandler("ok-preserve-button")
        public void onOkPreserveButton​(@ForEvent("click")
                                       org.jboss.errai.common.client.dom.MouseEvent event)