| Class | Description |
|---|---|
| ValidateAllOrNone |
ValidateAllOrNone validates if at least ALL of the given
UIInput components have been
filled out or that NONE of the given UIInput components have been filled out. |
| ValidateEqual |
ValidateEqual validates if ALL of the given
UIInput components have the same value. |
| ValidateMultipleFields |
Base class which is to be shared between all multi field validators.
|
| ValidateOneOrMore |
ValidateOneOrMore validates if at least ONE of the given
UIInput components has been
filled out. |
| ValidateOrder |
ValidateOrder validates if the values of the given
UIInput components are in the order
from least to greatest without duplicates, exactly as specified in the components attribute. |
| ValidateUnique |
ValidateUnique validates if ALL of the given
UIInput components have an unique value. |
| ValidatorFamily |
Base class which is to be shared between all components of the Validator family.
|