将 table 中的选定行数据发送到下一页 (Vaadin)

Send selected row data in table to next page (Vaadin)

如何将 table 中选定的行数据发送到下一页并将每一列写入 TextField 中?

您可以使用 table 的 getValue() 方法获取 select 行。 这 returns 您是 selected 行的 itemId。

剩下的应该不是问题