Hi
I want to know if drag and drop is in the roadmap.
Thanks
Aniceto Perez
Hi
I want to know if drag and drop is in the roadmap.
Thanks
Aniceto Perez
First version of drag and drop is scheduled for 6.2 which is due next month. I’m not quite sure what this first version of d’n’d will include, but a more comprehensive implementation should be implemented at a later point of time.
Hi,
I see that 6.2 has been released couple of days earlier. But I could not find any comments about drag n drop in release notes. Is it available ? or will be in any maintenance release of 6.2 ?
Drag and drop support was postponed to 6.3, but this forum thread had not been updated.
There will be 6.2 maintenance releases every two weeks, but as a general rule, no new features are introduced in such releases.
If one wants to implement drag and drop within their own widgets, there is nothing preventing to do that today. You can use
GWT-DND
to help with the implementation. Vaadin DND support is only needed to drag and dropping between the widgets (for example dragging tree nodes to panel).
Thanks Guys for the update.
Infact, I am gona use the GWT-DND, but the native support from Vaadin will be perfect fit.
Hi,
Unfortunately the drag and drop functionality was rescheduled to 6.3.
http://dev.vaadin.com/ticket/119
.
Check out Kim’s example for a simple reference:
http://kim.virtuallypreinstalled.com/DragSortableVerticalLayout
cheers,
matti
Hi,
Does anyone have any other implementation of drag and drop? for example: from one drigLayout to another, from one Table to another…
Drag and drop is being implemented to the core product, for more information, see the following links