|
|||||||||
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 |
---|
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 |
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 |