public class PropertyPathFullBinding extends AbstractFullBinding implements PropertyChangeListener
converter, reverseConverter, sourceBinding, targetBinding, validator
Constructor and Description |
---|
PropertyPathFullBinding() |
Modifier and Type | Method and 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, update
public void bind()
BindingUpdatable
bind
in interface BindingUpdatable
public void unbind()
BindingUpdatable
unbind
in interface BindingUpdatable
public void rebind()
BindingUpdatable
rebind
in interface BindingUpdatable
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener