No, CellPreviewEvent.Handler runs for every event of the CellTable, 
targetting any of its cells; so you'd sink the contextmenu at the CellTable 
level, and handle it from the CellPrevewEvent.Handler (or in your case 
probably a 
DefaultSelectionEventManager.EventTranslator<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/view/client/DefaultSelectionEventManager.EventTranslator.html>passed
 to DefaultSelectionEventManager.createCustomManager())

-- 
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/-/yQW3VDy0TwQJ.
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