Class DeletePopupView

    • Field Detail

      • textDanger

        @Inject
        @DataField("text-danger")
        protected com.google.gwt.dom.client.ParagraphElement textDanger
    • Constructor Detail

      • DeletePopupView

        public DeletePopupView()
    • Method Detail

      • show

        public void show​(String mainTitleText,
                         String mainQuestionText,
                         String text1Text,
                         String textQuestionText,
                         String textDangerText,
                         String okDeleteButtonText,
                         org.uberfire.mvp.Command okDeleteCommand)
        Description copied from interface: DeletePopup
        Makes the DeletePopup visible with OK/Cancel buttons.
        Specified by:
        show in interface DeletePopup