Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个页面上有两列的树表。第一个是父母,第二个是孩子。子表显示为命令链接,当我单击这些链接时,它应该获取子表的 ID 并根据 ID 在下一页上显示数据。
问题是,当我选择任何一个孩子时,它会导航到下一页并仅显示与第一个孩子相关的数据,这意味着它在所有情况下都采用第一个孩子的 Id。
我希望这对你有帮助
//TreeViewer viewer use your viewer IStructuredSelection selection = (IStructuredSelection)viewer.getSelection();