gwt :拖放树
我需要一个树拖放组件...但该组件没有出现在 gwt 示例中...
我不明白 LGPL 许可下的 Vaadin 是否意味着我需要为我的“商业”应用程序付费?
我可以在 GWT 中开发自己的拖放树组件吗(复杂吗)?
塔克斯
I need a tree drag n drop component...but this component does not appear in gwt samples...
I do not understand if Vaadin, under LGPL licence mean that I will need to pay for my 'commercial' application ?
Can I develop my own drag n drop tree component in GWT (is it complex) ?
Tkx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为 GWT 2.4 将会支持拖放。通过这个新功能,您可以为几乎每个小部件添加拖放支持。目前 2.4 处于测试阶段。在 Google I/O 上,有一个关于 GWT 和拖放的会议。您可以在这里观看:http://www.youtube.com/watch?v=KEkR1ox_K10
In GWT 2.4 there will be drag and drop support I think. With this new feature you can add drag and drop support to almost every widget. Right now 2.4 is in bèta. At Google I/O there was a sessions about GWT and drag and drop. You can watch it here: http://www.youtube.com/watch?v=KEkR1ox_K10
您可以使用 gwt-dnd 在普通 gwt Tree 中实现拖放。这应该很简单,您所需要的只是 gwt-dnd 和 gwt Tree 提供的,只需将事物连接在一起并添加一些逻辑(可以拖动什么,它应该是什么样子,它可以放在哪里以及然后会发生什么等等) 。
You can use gwt-dnd to implement drag-and-drop in ordinary gwt Tree. This should be easy, all you need is provided by gwt-dnd and gwt Tree, just wire things together and add some logic (what can be dragged, how should it look, where can it be dropped and what happens then and so on).