Er, put an AbsolutePanel in a FocusPanel, and add a DropHandler on the 
FocusPanel to handle the drop (and do whatever you want with the wrapped 
AbsolutePanel)?

Note that GWT's support for DnD is via the native browser API/events, so 
you transport "data", not "widgets", so what would a panel do with that? 
See http://dev.w3.org/html5/spec/dnd.html#the-drag-data-store

If you want to drag and drop widgets, you can use gwt-dnd instead (much 
lighter weight than SmartGWT)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/WQcQjZiczx4J.
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.

Reply via email to