validatorΒΆ

Validator classes validate data before their GUI representation is closed by the user. The validator class also takes care of informing the user where the data is invalid.

This prevents the user from entering invalid data into the model or flushing it to the database.

Previous topic

table

Next topic

entity_validator

This Page