【发布时间】:2017-11-23 16:19:12
【问题描述】:
我需要能够从列表中的 StandardListItem 检索绑定上下文 + 路径。
但是,getBindingContext() 返回 undefined...
我用oSource 的oEvent 搜索oBindingContexts 属性,它就在那里。
onJobPress: function(oEvent) {
var oSource = oEvent.getSource();
var oBindingContext = oSource.getBindingContext(); // undefined
var oPath = oBindingContext.getPath(); // error
var data = oBindingContext.getProperty(oPath); // error
// ...
},
【问题讨论】:
标签: sapui5