Uses of Class
org.jdesktop.beansbinding.Validator.Result
Packages that use Validator.Result
Package
Description
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.ResultModifier and TypeMethodDescriptionBinding.SyncFailure.getValidationResult()
Returns the result that was returned from theBinding's
validator if this failure represents a validation failure.Validates a value; returnsnull
for a valid value, and aResult
object describing the problem for an invalid value.