I am glad to see that GWT team has introduced Drag and Drop support in GWT 2.4. We have been using SmartGWT just for Drag and Drop functionality in one module. We are just switching to GWT 2.4 and tried to implement DnD functionality using GWT 2.4 API. Most of the API seems pretty friendly. But I am highly surprised to learn that none of the panels (except SimplePanel) supports drag & drop. Panels (Absolute, Vertical, etc.) play an extremely importat role in GWT. Was it an oversight not support drag and drop for complex panels? In our requirements, panels act as drop targets.
I understand GWT drag and drop is still an experimental/developmental API. I hope my above coments would help improve it further. Can anybody suggest any panel or widget that could act as drop target and also can hold (as parent) for several child widgets? Alternatively, is there a simple way to introduce drag and drop behavior to AbsolutePanel? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
