public interface BindingHelper<T>
BindUsing annotation to a class.BindUsing| Modifier and Type | Method and Description |
|---|---|
T |
getPropertyValue(java.lang.Object obj,
java.lang.String propertyName,
DataBindingSource source)
The value returned from this method will be bound to
the property specified by propertyName.
|
T getPropertyValue(java.lang.Object obj, java.lang.String propertyName, DataBindingSource source)
obj - The object that data binding is being applied topropertyName - The name of the property data binding is being applied tosource - The Map containing all of the values being bound to this object