‎2021 Feb 27 11:09 AM
Hi Experts,
What is the diffrence between getBinding and getBindingInfo
‎2021 Feb 27 12:40 PM
The API "getBindingInfo" is protected! I.e. it is NOT intended to be used for application development unless you're extending a ManagedObject (e.g. when creating custom controls).
On the other hand, the API "getBinding" is a public method which you can use to access the existing instance of "sap.ui.model.List/PropertyBinding" depending on which argument was passed.
‎2021 Feb 27 12:40 PM
The API "getBindingInfo" is protected! I.e. it is NOT intended to be used for application development unless you're extending a ManagedObject (e.g. when creating custom controls).
On the other hand, the API "getBinding" is a public method which you can use to access the existing instance of "sap.ui.model.List/PropertyBinding" depending on which argument was passed.
‎2021 Mar 02 6:56 AM