|
||||||||||
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.PropertyBinding.PropertyFullBinding
class PropertyBinding.PropertyFullBinding
Field Summary | |
---|---|
(package private) boolean |
bound
|
(package private) java.lang.Object |
boundBean
|
(package private) java.lang.Object |
boundProperty
|
(package private) boolean |
boundToProperty
|
Fields inherited from class org.codehaus.groovy.binding.AbstractFullBinding |
---|
converter, reverseConverter, sourceBinding, targetBinding, validator |
Constructor Summary | |
---|---|
PropertyBinding.PropertyFullBinding(SourceBinding source,
TargetBinding target)
|
Method Summary | |
---|---|
void |
bind()
Causes automatic updating of bound values to be turned on. |
void |
propertyChange(java.beans.PropertyChangeEvent event)
|
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.lang.Object boundBean
java.lang.Object boundProperty
boolean bound
boolean boundToProperty
Constructor Detail |
---|
PropertyBinding.PropertyFullBinding(SourceBinding source, TargetBinding target)
Method Detail |
---|
public void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange
in interface java.beans.PropertyChangeListener
public void bind()
BindingUpdatable
bind
in interface BindingUpdatable
public void unbind()
BindingUpdatable
unbind
in interface BindingUpdatable
public void rebind()
BindingUpdatable
rebind
in interface BindingUpdatable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |