shahid
shahid

Reputation:

GWT Simple Drag and Drop for custom widgets

Are there any GWT gurus out there who can guide me on how to start with Drag and Drop in GWT for custom widgets. I have a build a simple tree structure by putting custom widgets inside an HTMLPanel (table rows) and want to be able to drag and drop each widget above or below other widgets but don't know where to start I am using 1.6. I need someone to guide me or point me in the right direction. thanks

Upvotes: 1

Views: 10736

Answers (2)

Bilousme
Bilousme

Reputation: 11

You can also look at drag-and-drop plugin of gwtquery. documentation : http://code.google.com/p/gwtquery-plugins/wiki/DragAndDropPluginForGWTDeveloppers

Upvotes: 1

Saeed Zarinfam
Saeed Zarinfam

Reputation: 10180

gwt-dnd providing easy to use drag-and-drop capabilities to Google Web Toolkit (GWT) projects. I encourage you for using this library. You can see a complete demo with source code about gwt-dnd in this site .

Upvotes: 7

Related Questions