Uses of Class
org.jdesktop.beansbinding.Validator.Result

Packages that use Validator.Result
org.jdesktop.beansbinding Provides support for defining properties and creating bindings between sets of two properties. 
 

Uses of Validator.Result in org.jdesktop.beansbinding
 

Methods in org.jdesktop.beansbinding that return Validator.Result
 Validator.Result Binding.SyncFailure.getValidationResult()
          Returns the result that was returned from the Binding's validator if this failure represents a validation failure.
abstract  Validator.Result Validator.validate(T value)
          Validates a value; returns null for a valid value, and a Result object describing the problem for an invalid value.