--
You received this message because you are subscribed to the Google Groups "gwt-dnd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gwt-dnd+u...@googlegroups.com.
To post to this group, send email to gwt...@googlegroups.com.
Visit this group at http://groups.google.com/group/gwt-dnd.
For more options, visit https://groups.google.com/d/optout.
gwt-dnd was designed back in the day when all GWT had when it came to UI components was the Widget class and its base classes, so it will only work w in that world.
Nowadays may be better off using HTML5 based dragging.
Widgets should be draggable if their ancestors is the drag container FocusPanel, although gwt-dnd was created before UIBinder, so there may be issues I'm not aware of.
--