Module org.controlsfx.controls
Package org.controlsfx.validation
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).
-
ClassDescriptionDefines severity of validation messagesInterface to define basic contract for validation messageValidation result.Provides validation support for UI components.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