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 的使用版本是 3.0.0
如何防止在根级别删除任何节点?在我的树中,我有 3 个根节点,我允许在内部重新排序,但我必须只保留 3 个节点作为根。反馈设置为 BOTH(insert+append) 并且可以放入叶子节点。
问候,亚历克斯
答案,我发现是以适当的方式重载 TreeDropTarget 类的 handleInsert 或 handleAppend 方法。