public class AggregateBinding extends Object implements BindingUpdatable
Modifier and Type | Field and Description |
---|---|
protected Set<BindingUpdatable> |
bindings |
protected boolean |
bound |
Constructor and Description |
---|
AggregateBinding() |
Modifier and Type | Method and Description |
---|---|
void |
addBinding(BindingUpdatable binding) |
void |
bind()
Causes automatic updating of bound values to be turned on.
|
void |
rebind()
Causes the current bindings to be reset.
|
void |
removeBinding(BindingUpdatable binding) |
void |
reverseUpdate()
If supported, Causes the values to be propagated from the target to the source,
If not supported, an exception may be thrown
|
void |
unbind()
Causes automatic updating of bound values to be turned off.
|
void |
update()
Causes the values to be propagated from the source to the target
|
protected boolean bound
protected Set<BindingUpdatable> bindings
public void addBinding(BindingUpdatable binding)
public void removeBinding(BindingUpdatable binding)
public void bind()
BindingUpdatable
bind
in interface BindingUpdatable
public void unbind()
BindingUpdatable
unbind
in interface BindingUpdatable
public void rebind()
BindingUpdatable
rebind
in interface BindingUpdatable
public void update()
BindingUpdatable
update
in interface BindingUpdatable
public void reverseUpdate()
BindingUpdatable
reverseUpdate
in interface BindingUpdatable