I am creating an application with drag drop functionality, using the dnd libraries. Now, i want to connect to objects that are double clicked on consecutively using the connectors from connectors library. This is working fine, but I have to add a double click event for each shape of the shape array that I have used. This shape array consists of the shapes of images that were dragged and dropped .
I want to use a generic method, that listens to a double click event being fired on any shape object from array list of shapes( that I plan to use) , so that I can automatically retrieve the index of the shape which was double clicked and send this to the connection method. Can you please suggest an efficient way to this this, I am relatively new to GWT and even Java .
Thanks,
RD
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment