Tuesday, January 24, 2017

Re: Drag and Drop in GWT

Most GWT components support drag and drop event handling.
For example: Labels, Grids, etc.

Not sure if this helps when drawing to a canvas...

HTML h = new HTML("Hello");

HandlerRegistration regHandler = h.addDragStartHandler(....); 


Mike

On Monday, January 23, 2017 at 6:54:29 AM UTC-10, Ani wrote:
HI
 I am working on a Diagram editor with GWT. The requirement is to be able to drag from a palette and draw and connect different shapes.
So using a Canvas component for the drawing part.
 Does GWT have an in built Drag and Drop Framework?

Any help is appreciated

Regards
Ani

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment