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).
  • Class
    Description
    Defines severity of validation messages
     
    Interface to define basic contract for validation message
    Validation result.
    Provides validation support for UI components.
    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