gpt4 book ai didi

java - GWT 单元树,选择太多选项!

转载 作者:行者123 更新时间:2023-12-02 08:26:13 24 4
gpt4 key购买 nike

我正在使用 gwt 单元树,我只想在整个树中选择一个节点,但正在选择许多节点。

我也在尝试这个

S1= new SelectionModel();......
S1.setSelected(S1.getSelected(),false); but using this technique nothing is being selected.

我遇到以下问题:alt text

有人可以帮忙吗?

最佳答案

也许 SingleSelectionModel 对您有帮助;

SingleSelectionModel selectionModel = new SingleSelectionModel();

参见Google Example 2SingleSelectionModel用法。

关于java - GWT 单元树,选择太多选项!,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4482559/

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