http://gwt-code-reviews.appspot.com/955801/diff/1/2
File user/javadoc/com/google/gwt/examples/cell/CellExample.java (right):

http://gwt-code-reviews.appspot.com/955801/diff/1/2#newcode77
user/javadoc/com/google/gwt/examples/cell/CellExample.java:77:
super("click", "keydown");
Which class would it take?  ClickEvent is a GWT logical wrapper around
the native click event, and we don't want to tie Cells to the event
system.  We have a TODO to enumerate the event types so you could use
something like EventType.CLICK instead of having to spell it out every
time.

http://gwt-code-reviews.appspot.com/955801/show

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to