Form Model interface
Definition of the model for keeping and performing data of your forms.
Implementations
Constructor
Methods
(abstract) async getData
Return all requested fields.
(abstract) submit
Process form data.
(abstract) getValidationDependency
Return fields that need to be sent additionally to validate a field. This method is required for creating group
validators.
(abstract) async isValidRecord
Validate records
Adapters
Form model can be easily obtained from Grid model.
More..