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