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.
使用 GXT-2.2.3 的 ListView 组件并尝试了不同的选项来禁用选择。有没有办法做到这一点?
我认为ListView.setEnabled(false);应该为您完成这项工作。
ListView.setEnabled(false);
如果这不起作用,您可以为Select事件添加一个侦听器,并将ListView's selection 设置为 null,但这不会禁用选择,而是撤消它。
Select
ListView