Uses of Class
org.jdesktop.beansbinding.Validator.Result
-
Packages that use Validator.Result Package Description org.jdesktop.beansbinding -
-
Uses of Validator.Result in org.jdesktop.beansbinding
Methods in org.jdesktop.beansbinding that return Validator.Result Modifier and Type Method Description Validator.ResultBinding.SyncFailure. getValidationResult()Returns the result that was returned from theBinding'svalidator if this failure represents a validation failure.abstract Validator.ResultValidator. validate(T value)Validates a value; returnsnullfor a valid value, and aResultobject describing the problem for an invalid value.
-