Re: Doubleclick event handling

2009-06-04 Thread Liv
Don't know, if it's the correct way, but for me (and extending ListBox) this was the only thing I had to do to make DoubleClick- handling work: ...extends ListBox implements HasDoubleClickHandlers... public HandlerRegistration addDoubleClickHandler(DoubleClickHandler handler) { return addDo

Doubleclick event handling

2009-06-03 Thread nina
Could I please get some clarification on how to use the double click event handling? The classes are there (e.g. http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/event/dom/client/HasDoubleClickHandlers.html) but don't seem to be implemented anywhere. I would like to add dou