具有多列和复选框的智能 gwt 树网格

发布于 2024-12-20 01:35:05 字数 165 浏览 2 评论 0 原文

我们需要一个具有多列和复选框的智能 gwt 树网格。

经过一些初步调查似乎 1. Treegrid可以支持单列的树,并且可以支持checkbox。但这仅适用于单列。 2. Treegrid可以支持多列数据源。但是,不支持基于复选框的选择。

对于使用什么组件来满足此要求有什么建议吗?

We need a Smart gwt tree grid with multiple columns and check box.

After some initial investigation it seems
1. Treegrid can support a tree for single columns and can support checkbox. But this is only for single column.
2. Treegrid can support multiple columns with datasource. However checkbox based selection is not supported..

Any suggestions on what component to use for this requirement?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一指流沙 2024-12-27 01:35:05

这两个功能协同工作。采取任何多列树样本,例如这个:

http://www.smartclient.com/ smartgwt/showcase/#tree_appearance_multicolumns

并调用

employeeTreeGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);

Both features work together. Take any multi-column tree sample, eg this one:

http://www.smartclient.com/smartgwt/showcase/#tree_appearance_multicolumns

and just call

employeeTreeGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文