|
|||||||||
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
An aggregation of multiple bindings
Field Summary | |
---|---|
protected LinkedHashSet<BindingUpdatable> |
bindings
|
protected boolean |
bound
|
Constructor Summary | |
---|---|
AggregateBinding()
|
Method Summary | |
---|---|
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 LinkedHashSet<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 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
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |