Uses of Class
org.jdesktop.beansbinding.Validator
Packages that use Validator
Package
Description
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 ValidatorModifier and TypeMethodDescriptionBinding.getValidator()
Returns theBinding's Validator
, which may benull
.Methods in org.jdesktop.beansbinding with parameters of type ValidatorModifier and TypeMethodDescriptionfinal void
Binding.setValidator
(Validator<? super SV> validator) Sets theValidator
for theBinding
, which may benull
.