在GWT-EXT checkboxtree中如何处理树节点的单选?
我正在使用 Java 开发 GWT-EXT 2.0.3 中的 checkBoxTree。我的目标是获得一个选择模型,它允许我一次仅选择(检查)一个 TreeNode 。如果我在选择一个 TreeNode 后选择另一个 TreeNode,则应取消选中前一个 TreeNode。我尝试过将 DefaultSelectionModel 与 TreePanel 一起使用,但要么我没有正确使用它,要么它仅适用于选择 TreeNode,而不适用于检查 TreeNode。有人能帮我吗?或者即使有人可以告诉我如何检查 TreeNode 的复选框是否被选中,那么也可以。
提前致谢。
I'm working on checkBoxTree in GWT-EXT 2.0.3 with Java. My aim is to get a selectionModel which allows me to select(check) only one TreeNode at a time. If I select another TreeNode after selecting one then, the previous one should be unchecked. I've tried using DefaultSelectionModel with TreePanel, but either I've not used it properly or it's working only for selection of TreeNode not for checking a TreeNode. Can anyone help me in this? Or even if anyone could tell me how can I check whether a TreeNode's checkbox is checked or not, then it would also be fine.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的。我得到了一件事。如何检查 TreeNode 的复选框是否被选中。
&切换它
ok. I got one Thing. How to check whether a TreeNode's checkBox is checked or not.
& to toggle it