Uses of Class
org.jdesktop.beansbinding.Binding.ValueResult
Packages that use Binding.ValueResult
Package
Description
Provides support for defining properties and creating bindings between
sets of two properties.
-
Uses of Binding.ValueResult in org.jdesktop.beansbinding
Methods in org.jdesktop.beansbinding that return Binding.ValueResultModifier and TypeMethodDescriptionfinal Binding.ValueResult<TV>
Binding.getSourceValueForTarget()
Fetches the value of the source property for the source object and returns aValueResult
representing that value in terms that can be set on the target property for the target object.final Binding.ValueResult<SV>
Binding.getTargetValueForSource()
Fetches the value of the target property for the target object and returns aValueResult
representing that value in terms that can be set on the source property for the source object.