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.
我在 SmartGWT TreeGrid 对象中有以下数据。
Home |-Room 1 |-Room 2 |-Table |-Chair
通过调用允许重新亲子treeGrid.setCanReparentNodes(true);
treeGrid.setCanReparentNodes(true);
我只想允许选择性地重新设置:例如,应该可以将桌子移动(拖放)到房间 1,但不能将房间 1 移动到房间 2 或将椅子移动到家中。
如何根据节点类型(或节点的属性)有选择地允许重新设置父节点?