Uses of Class
org.jdesktop.beansbinding.Validator
-
Packages that use Validator Package Description org.jdesktop.beansbinding Provides support for defining properties and creating bindings between sets of two properties. -
-
Uses of Validator in org.jdesktop.beansbinding
Methods in org.jdesktop.beansbinding that return Validator Modifier and Type Method Description Validator<? super SV>
Binding. getValidator()
Returns theBinding's Validator
, which may benull
.Methods in org.jdesktop.beansbinding with parameters of type Validator Modifier and Type Method Description void
Binding. setValidator(Validator<? super SV> validator)
Sets theValidator
for theBinding
, which may benull
.
-