|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.binding.AbstractFullBinding
org.codehaus.groovy.binding.PropertyPathFullBinding
public class PropertyPathFullBinding
A property path full binding
Field Summary | |
---|---|
(package private) BindPath[] |
bindPaths
The root set of bind paths we are initested in |
(package private) boolean |
bound
If we think we are currently bound |
(package private) java.util.Set |
updateObjects
The set of all objects where a property change does incur a listener-re-check |
Fields inherited from class org.codehaus.groovy.binding.AbstractFullBinding |
---|
converter, reverseConverter, sourceBinding, targetBinding, validator |
Constructor Summary | |
---|---|
PropertyPathFullBinding()
|
Method Summary | |
---|---|
void |
bind()
Causes automatic updating of bound values to be turned on. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
void |
rebind()
Causes the current bindings to be reset. |
void |
unbind()
Causes automatic updating of bound values to be turned off. |
Methods inherited from class org.codehaus.groovy.binding.AbstractFullBinding |
---|
getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.Set updateObjects
BindPath[] bindPaths
boolean bound
Constructor Detail |
---|
public PropertyPathFullBinding()
Method Detail |
---|
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 propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |