@Deprecated public class PropertyPathFullBinding extends AbstractFullBinding implements PropertyChangeListener
converter, reverseConverter, sourceBinding, targetBinding, validator| Constructor and Description | 
|---|
PropertyPathFullBinding()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
bind()
Deprecated.  
Causes automatic updating of bound values to be turned on. 
 | 
void | 
propertyChange(PropertyChangeEvent evt)
Deprecated.  
  | 
void | 
rebind()
Deprecated.  
Causes the current bindings to be reset. 
 | 
void | 
unbind()
Deprecated.  
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