|
||||||||||
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.EventTriggerBinding.EventTriggerFullBinding
private class EventTriggerBinding.EventTriggerFullBinding
Field Summary | |
---|---|
(package private) Closure |
handler
|
Fields inherited from class org.codehaus.groovy.binding.AbstractFullBinding |
---|
converter, reverseConverter, sourceBinding, targetBinding, validator |
Constructor Summary | |
---|---|
EventTriggerBinding.EventTriggerFullBinding(SourceBinding sourceBinding,
TargetBinding targetBinding)
|
Method Summary | |
---|---|
void |
bind()
Causes automatic updating of bound values to be turned on. |
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 |
---|
Closure handler
Constructor Detail |
---|
public EventTriggerBinding.EventTriggerFullBinding(SourceBinding sourceBinding, TargetBinding targetBinding)
Method Detail |
---|
public void bind()
BindingUpdatable
public void unbind()
BindingUpdatable
public void rebind()
BindingUpdatable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |