如何根据节点选择性地允许 SmartGWT TreeGrid 重定父级
我的 SmartGWT TreeGrid 对象中有以下数据。
Home
|-Room 1
|-Room 2
|-Table
|-Chair
通过调用 treeGrid.setCanReparentNodes(true);
允许重新设置父级
;我只想允许选择性重新设置父级:例如,应该可以将表移动(拖放)到 Room 1,但它应该无法将 Room 1 移至 Room2 或将椅子移至 Home。
如何根据节点类型(或节点的属性)有选择地允许重新设置父级?
I have the following data in a SmartGWT TreeGrid object.
Home
|-Room 1
|-Room 2
|-Table
|-Chair
Reparenting is allowed by calling treeGrid.setCanReparentNodes(true);
I want to allow selectiv reparenting only: for example, it should be possible to move (drag&drop) the Table to Room 1, but it should not be possible to move the Room 1 into Room2 or the Chair into Home.
How can I selectively allow reparenting depending on the node type (or a node's attribute)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论