javax.beans.binding.ext
Interface BindingTargetProvider
public interface BindingTargetProvider
BindingTargetProvider may be implemented by the target (or
property delegate) of a binding. BindingTargetProvider allows
a target to provide a BindingTarget that can control the binding.
- See Also:
BindingTarget
|
Method Summary |
BindingTarget |
createBindingTarget(java.lang.String property)
Returns the BindingTarget for the specified property, or
null if a BindingTarget is not applicable for the
specified property. |
createBindingTarget
BindingTarget createBindingTarget(java.lang.String property)
- Returns the
BindingTarget for the specified property, or
null if a BindingTarget is not applicable for the
specified property.
- Parameters:
property - the name of the property
- Returns:
- the
BindingTarget, or null if a
BindingTarget should not be used