Uses of Class
org.jdesktop.beansbinding.Validator
-
Packages that use Validator Package Description org.jdesktop.beansbinding -
-
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 voidBinding. setValidator(Validator<? super SV> validator)Sets theValidatorfor theBinding, which may benull.
-