Package io.jmix.flowui.validation
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 TypeMethodDescriptionvoidaddValidators(SupportsValidation<?> component, MetaPropertyPath metaPropertyPath) Adds validators to the component bound to the specified metadata property path.
-
Method Details
-
addValidators
Adds validators to the component bound to the specified metadata property path.- Parameters:
component- value component that supports validationmetaPropertyPath- bound metadata property path
-