📌  相关文章
📜  sapui5 通过 id 获取片段 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:00.538000             🧑  作者: Mango

代码示例1
//It is supposed to by deprecated, but it was the only thing that worked for me
var oControl = sap.ui.getCore().byId("controlId");
var oBinding = oControl.getBinding("items"); //or content or whatever the Control has