public interface BindingUpdatable
| Modifier and Type | Method and Description | 
|---|---|
| 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 propagated 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 propagated from the source to the target | 
void bind()
void unbind()
void rebind()
void update()
void reverseUpdate()