Interface ValueBindingValidationProvider

All Known Implementing Classes:
DynamicValueBindingValidationProvider

@NullMarked public interface ValueBindingValidationProvider
Adds validators to data-bound value components for metadata properties that need custom validation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addValidators(SupportsValidation<?> component, MetaPropertyPath metaPropertyPath)
    Adds validators to the component bound to the specified metadata property path.
  • Method Details

    • addValidators

      void addValidators(SupportsValidation<?> component, MetaPropertyPath metaPropertyPath)
      Adds validators to the component bound to the specified metadata property path.
      Parameters:
      component - value component that supports validation
      metaPropertyPath - bound metadata property path