Hi,

I am create an component where in on singleClick of the grid cell I
have to show an alert message displaying metadata of image. And, on
doubleClick have to display the image in new window. For that I had
created a class "MyHandler" which implements clickHandler and
DoubleClickHandler and added an instance of "MyHandler" to
addClickHandler of the Grid.

The problem is that whenever I double click on the Grid cell; onClick
() caught the event and no DoubleClick event is generated.
Could anyone provide any pointer for differentiating between
singleClick and doubleClick on the Grid cell in the application?

Any pointer on this issue will be helpfull.

Thank you.

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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=.


Reply via email to