Class PopupsUtil


  • @ApplicationScoped
    public class PopupsUtil
    extends Object
    • Constructor Detail

      • PopupsUtil

        public PopupsUtil()
    • Method Detail

      • showInformationPopup

        public void showInformationPopup​(String message)
      • showErrorPopup

        public void showErrorPopup​(String message)
      • showYesNoPopup

        public void showYesNoPopup​(String title,
                                   String message,
                                   org.uberfire.mvp.Command yesCommand,
                                   String yesButtonText,
                                   org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
                                   org.uberfire.mvp.Command noCommand,
                                   String noButtonText,
                                   org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType)
      • showValidationMessages

        public void showValidationMessages​(List<org.guvnor.common.services.shared.validation.model.ValidationMessage> messages)