Module org.controlsfx.controls
Package org.controlsfx.validation
A package containing validation-related API (that is, API to allow for developers
to easily validate user input, and to provide visual feedback on the results).
-
Interface Summary Interface Description ValidationMessage Interface to define basic contract for validation messageValidator<T> Interface defining the contract for validation of specific component This interface is aBiFunction
which when given the control and its current value computes the validation result -
Class Summary Class Description ValidationResult Validation result.ValidationSupport Provides validation support for UI components. -
Enum Summary Enum Description Severity Defines severity of validation messages