gpt4 book ai didi

sapui5 - UI5 sap.m.Table itemPress 事件

转载 作者:行者123 更新时间:2023-12-02 00:59:45 24 4
gpt4 key购买 nike

我有一个 sap.m.Table,我正在尝试获取行信息。

这是我的 view.xml 表声明:

<Table xmlns="sap.m" id="potiemsTable" inset="false" mode="MultiSelect" itemPress="rowSelectionChanged" >

在 Controller 中我尝试了一切...但仍然没有运气...

rowSelectionChanged: function(oControlEvent)
{
var selectedRowContext = oControlEvent.getParameter("items");
var link = oControlEvent.getSource().getBindingContext();
var fr = oControlEvent.getBindingContext();
var ctx = oControlEvent.getBindingContext();
sap.m.alert(selectedRowContext);
},

表使用bindAggregation 通过提供的 OData 服务检索行。

oTable.bindItems("/purchaseOrderSet(1)/purchaseItems",template);

有人可以告诉我如何检索被单击行的上下文信息吗?

干杯!

乔治斯

最佳答案

请参阅API documentation of itemPress event :

Fires when an item is pressed unless the item's type property is Inactive.

请确保您的 ColumnListItems 确实具有 type 属性,而不是 Inactive,因为 Inactive 是默认值。

关于sapui5 - UI5 sap.m.Table itemPress 事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24342554/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com