Jacek Kwiecień
Jacek Kwiecień

Reputation: 12659

Drag drop Image with GWT

I know this question is all over the internet however I got specific needs. My Images are some objects at least in JAVA code. I need the dragged image to inform another image (the one I drop the first one on) that there was such action executed.

Basically I need to work on instances of dragged Image and Image dropped on on the drag'n'drop action execution

Is that even possible?

Upvotes: 0

Views: 289

Answers (1)

Anders R. Bystrup
Anders R. Bystrup

Reputation: 16080

While I haven't tried your specific need, we have been doing drag/drop in GWT with other widget types, using the gwt-dnd library. I would expect it to be of use for you as well.

Cheers,

Upvotes: 2

Related Questions