Validation

linkki comes with built-in support for basic validation. Every BindingManager contains a ValidationService that it calls after every update to validate the bound model. The validation messages returned by that service are then matched with the bound components via the names of their properties. If a message matches, the according UI component is marked automatically.

validation

Content

  1. ValidationService
  2. Displaying Validation Messages
  3. Error Styles