What's the usage of setBindingContext() and the difference from element binding?
问题 In the 1.5.2.3 Defining a Binding Path section of OpenUI5 demokit: A context exists either for each entry of the aggregation in case of aggregation binding or can be set explicitly for a control by using the setBindingContext method. In the 1.5.3.3 Element Binding section of OpenUI5 demokit: Element binding allows to bind elements to a specific object in the model data, which will create a binding context and allow relative binding within the control and all of its children. It seems to me