PropertyChangeListener, EventListener, BindingUpdatable, FullBindingpublic class PropertyPathFullBinding extends AbstractFullBinding implements PropertyChangeListener
converter, reverseConverter, sourceBinding, targetBinding, validator| Constructor | Description |
|---|---|
PropertyPathFullBinding() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
bind() |
Causes automatic updating of bound values to be turned on.
|
void |
propertyChange(PropertyChangeEvent evt) |
|
void |
rebind() |
Causes the current bindings to be reset.
|
void |
unbind() |
Causes automatic updating of bound values to be turned off.
|
getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, updatepublic void bind()
BindingUpdatablebind in interface BindingUpdatablepublic void unbind()
BindingUpdatableunbind in interface BindingUpdatablepublic void rebind()
BindingUpdatablerebind in interface BindingUpdatablepublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListener