无法检索绑定上下文

时间:2017-11-23 16:19:12

标签: sapui5

我需要能够从列表中的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
  // ...
},

1 个答案:

答案 0 :(得分:0)

您使用过命名模型吗?那就是:

oSource.getBindingContext("modelName");