Class ValidationPopup

    • Constructor Detail

      • ValidationPopup

        @Inject
        public ValidationPopup​(ValidationPopupView view,
                               ValidationMessageTranslatorUtils validationMessageTranslatorUtils,
                               org.jboss.errai.ui.client.local.spi.TranslationService translationService,
                               javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent)
    • Method Detail

      • showMessages

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

        public AssetValidatedCallback getValidationCallback​(org.uberfire.mvp.Command validationFinishedCommand)
      • showTranslatedMessages

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

        public void showCopyValidationMessages​(org.uberfire.mvp.Command yesCommand,
                                               org.uberfire.mvp.Command cancelCommand,
                                               List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validationMessages)
      • showSaveValidationMessages

        public void showSaveValidationMessages​(org.uberfire.mvp.Command yesCommand,
                                               org.uberfire.mvp.Command cancelCommand,
                                               List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validationMessages)
      • showDeleteValidationMessages

        public void showDeleteValidationMessages​(org.uberfire.mvp.Command yesCommand,
                                                 org.uberfire.mvp.Command cancelCommand,
                                                 List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validationMessages)