|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface BindingUpdatable
Method Summary | |
---|---|
void
|
bind()
Causes automatic updating of bound values to be turned on. |
void
|
rebind()
Causes the current bindings to be reset. |
void
|
reverseUpdate()
If supported, Causes the values to be propigated from the target to the source, If not supported, an exception may be thrown |
void
|
unbind()
Causes automatic updating of bound values to be turned off. |
void
|
update()
Causes the values to be propigated from the source to the target |
Method Detail |
---|
public void bind()
public void rebind()
public void reverseUpdate()
public void unbind()
public void update()
Groovy Documentation