Simply said, i have a FlexTable (or a somethings similar which inherits from a FlexTable) and want to add a ClickHandler (or an extended ClickHandler) but NO ClickListener to the FlexTable, and it should be possible to handle "left-Click"- and "right-Click"-events.
I know, that GWT-core doesn't support right-click / ContextMenus, since GWT-dev-teams thinks, web apps should have "usual behavior" on right-mouse-click showing the browsers default context-menu; i totally agree, anyhow i have to implement it for a client. There is an example at http://whatwouldnickdo.com/wordpress/370/gwt-right-click-context-menu/ but this is using GWTs "old event-handling-model". I'm looking for a solution using no deprecated stuff (in GWT 2.0.4).
Thanks in advance for any good hint or "solution"!