|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.binding.AbstractFullBinding
org.codehaus.groovy.binding.PropertyPathFullBinding
class PropertyPathFullBinding extends AbstractFullBinding
A property path full binding
Field Summary | |
---|---|
BindPath[] |
bindPaths
The root set of bind paths we are initested in |
boolean |
bound
If we think we are currently bound |
Set |
updateObjects
The set of all objects where a property change does incur a listener-re-check |
Fields inherited from class AbstractFullBinding | |
---|---|
converter, reverseConverter, sourceBinding, targetBinding, validator |
Constructor Summary | |
PropertyPathFullBinding()
|
Method Summary | |
---|---|
void
|
bind()
|
void
|
propertyChange(PropertyChangeEvent evt)
|
void
|
rebind()
|
void
|
unbind()
|
Methods inherited from class AbstractFullBinding | |
---|---|
getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
BindPath[] bindPaths
boolean bound
Set updateObjects
Constructor Detail |
---|
PropertyPathFullBinding()
Method Detail |
---|
public void bind()
public void propertyChange(PropertyChangeEvent evt)
public void rebind()
public void unbind()
Copyright © 2003-2009 The Codehaus. All rights reserved.