Uses of Class
org.jdesktop.beansbinding.Binding.ValueResult
-
Packages that use Binding.ValueResult Package Description org.jdesktop.beansbinding -
-
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 aValueResultrepresenting 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 aValueResultrepresenting that value in terms that can be set on the source property for the source object.
-