Field Validation Class Diagram


Below is the FieldValidator class diagram:

A FieldValidator is composed of three main fields:

  • syncValidator : a collection of ValidationMetaData related to synchronous validators
  • asyncValidator : a collection a ValidationMetaData related to synchrounous validator
  • updateOn : applied to asyncValidator and specifies when the validation shoud be performed (ex. blur)