public class PropertyPathFullBinding
extends AbstractFullBinding
implements PropertyChangeListener
A full binding that watches an entire property path rather than a single observable bean property.
| Fields inherited from class | Fields |
|---|---|
class AbstractFullBinding |
converter, reverseConverter, sourceBinding, targetBinding, validator |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
bind()Attaches listeners across every configured bind path. |
|
public void |
propertyChange(PropertyChangeEvent evt)Refreshes bind-path listeners and propagates the resulting value change. |
|
public void |
rebind()Rebuilds listener registrations when the binding is currently active. |
|
public void |
unbind()Removes listeners from every configured bind path. |
| Methods inherited from class | Name |
|---|---|
class AbstractFullBinding |
getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
Attaches listeners across every configured bind path.
Refreshes bind-path listeners and propagates the resulting value change.
evt - the property change event that triggered the refreshRebuilds listener registrations when the binding is currently active.
Removes listeners from every configured bind path.