我需要能够从列表中的StandardListItem检索绑定上下文+路径。
但是,getBindingContext()
返回undefined ...
我搜索了oBindingContexts
oSource
oEvent
的{{1}}属性,并且它就在那里。
onJobPress: function(oEvent) {
var oSource = oEvent.getSource();
var oBindingContext = oSource.getBindingContext(); // undefined
var oPath = oBindingContext.getPath(); // error
var data = oBindingContext.getProperty(oPath); // error
// ...
},
答案 0 :(得分:0)
您使用过命名模型吗?那就是:
oSource.getBindingContext("modelName");