| Class | Description |
|---|---|
| ElementValidations |
This class associate a list of
HasValidation.Validator with a FormElement and allow running all
of the validators and return the result in fail-fast style. |
| InputAutoValidator<E extends elemental2.dom.HTMLElement> |
this class attach an
ValueBox.AutoValidate to a component
and bind the validation the EventType.blur |
| MinLengthValidator |
A predefined validator that validate the minimum value of a field
|
| RequiredValidator |
A predefined validator that validates a required field as not empty
|
| ValidationResult |
This class represent the result of a single validation logic
|
Copyright © 2019–2022 Dominokit. All rights reserved.