Class TypeAwareValidationRenderer

    • Constructor Detail

      • TypeAwareValidationRenderer

        public TypeAwareValidationRenderer()
    • Method Detail

      • getLabel

        public java.lang.String getLabel​(java.lang.Object object,
                                         java.lang.String path)
        Description copied from interface: ValidationRenderer
        Gets a label for violated path of specified object
        Specified by:
        getLabel in interface ValidationRenderer
        Overrides:
        getLabel in class DefaultValidationRenderer
        Parameters:
        object - object being validated
        path - violated path
        Returns:
        user-friendly presentation of path
      • getTypeFacade

        protected TypeFacade getTypeFacade()
      • setTypeFacade

        public void setTypeFacade​(TypeFacade typeFacade)
      • setCockpitLocaleService

        public void setCockpitLocaleService​(CockpitLocaleService cockpitLocaleService)
      • getLabelService

        protected LabelService getLabelService()
      • setLabelService

        public void setLabelService​(LabelService labelService)