See: Description
| Interface | Description |
|---|---|
| ValidationMessage |
Interface to define basic contract for validation message
|
| Validator<T> |
Interface defining the contract for validation of specific component
This interface is a
BiFunction which when given the control and its current value
computes the validation result |
| Class | Description |
|---|---|
| ValidateEvent | |
| ValidationResult |
Validation result.
|
| ValidationSupport |
Provides validation support for UI components.
|
| Enum | Description |
|---|---|
| Severity |
Defines severity of validation messages
|