Binding.SyncFailure |
Binding.ValueResult.getFailure() |
Returns the failure if this ValueResult represents
a failure and throws UnsupportedOperationException
otherwise.
|
Binding.SyncFailure |
Binding.refresh() |
Fetches the value of the source property for the source object and sets
it as the value of the target property for the target object.
|
Binding.SyncFailure |
Binding.refreshAndNotify() |
The same as Binding.refresh() with the additional
behavior of notifying all registered BindingListeners
with synced if refresh returns null
or syncFailed if refresh returns a
SyncFailure .
|
protected Binding.SyncFailure |
Binding.refreshAndNotifyUnmanaged() |
A protected version of Binding.refreshAndNotify() that allows managed
subclasses to refresh and notify without throwing an exception
for being managed.
|
protected Binding.SyncFailure |
Binding.refreshUnmanaged() |
A protected version of Binding.refresh() that allows managed
subclasses to refresh without throwing an exception
for being managed.
|
Binding.SyncFailure |
Binding.save() |
Fetches the value of the target property for the target object and sets
it as the value of the source property for the source object.
|
Binding.SyncFailure |
Binding.saveAndNotify() |
The same as Binding.save() with the additional
behavior of notifying all registered BindingListeners
with synced if save returns null
or syncFailed if save returns a
SyncFailure .
|
protected Binding.SyncFailure |
Binding.saveAndNotifyUnmanaged() |
A protected version of Binding.saveAndNotify() that allows managed
subclasses to save and notify without throwing an exception
for being managed.
|
protected Binding.SyncFailure |
Binding.saveUnmanaged() |
A protected version of Binding.save() that allows managed
subclasses to save without throwing an exception
for being managed.
|