static <SS,SV,TS,TV> AutoBinding<SS,SV,TS,TV> |
Bindings.createAutoBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
Property<SS,SV> sourceProperty,
TS targetObject,
Property<TS,TV> targetProperty) |
Creates an instance of AutoBinding that binds a property of a source object to a property of a target object.
|
static <SS,SV,TS,TV> AutoBinding<SS,SV,TS,TV> |
Bindings.createAutoBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
Property<SS,SV> sourceProperty,
TS targetObject,
Property<TS,TV> targetProperty,
java.lang.String name) |
Creates a named instance of AutoBinding that binds a property of a source object to a property of a target object.
|
static <SS,TS,TV> AutoBinding<SS,SS,TS,TV> |
Bindings.createAutoBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
TS targetObject,
Property<TS,TV> targetProperty) |
Creates an instance of AutoBinding that binds a source object to a property of a target object.
|
static <SS,TS,TV> AutoBinding<SS,SS,TS,TV> |
Bindings.createAutoBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
TS targetObject,
Property<TS,TV> targetProperty,
java.lang.String name) |
Creates a named instance of AutoBinding that binds a source object to a property of a target object.
|