|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.groovy.binding.AggregateBinding
public class AggregateBinding extends Object implements BindingUpdatable
An aggregation of multiple bindings
| 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 propigated 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 propigated from the source to the target |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean bound
protected Set<BindingUpdatable> bindings
| Constructor Detail |
|---|
public AggregateBinding()
| Method Detail |
|---|
public void addBinding(BindingUpdatable binding)
public void removeBinding(BindingUpdatable binding)
public void bind()
BindingUpdatable
bind in interface BindingUpdatablepublic void unbind()
BindingUpdatable
unbind in interface BindingUpdatablepublic void rebind()
BindingUpdatable
rebind in interface BindingUpdatablepublic void update()
BindingUpdatable
update in interface BindingUpdatablepublic void reverseUpdate()
BindingUpdatable
reverseUpdate in interface BindingUpdatable
|
Copyright © 2003-2010 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||