Uses of Class
org.jdesktop.beansbinding.Binding.ValueResult
-
Packages that use Binding.ValueResult Package Description org.jdesktop.beansbinding 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.ValueResult Modifier and Type Method Description 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.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.
-