Overview | Methods | This Package | All Packages
Removes the specified binding.
Syntax
public void removeBinding( DataBinding removeBinding )
public void removeBinding( Object target, String propertyName )
Parameters
removeBinding
A DataBinding object that represents the binding to remove.
target
The object to remove the binding from.
propertyName
The name of the property to remove the binding from.
See Also addBinding, clearBindings