On 19 août, 18:35, nacho <[email protected]> wrote: > I've found this class, but i can't get an example about how to use it. > > http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/g...
HandleAllKeyEvents is an adapter class when you need to listen to all of keydown, keypress and keyup; it's in no way related to your message's subject. What you're looking for is probably Event.addNativePreviewHandler http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/Event.html#addNativePreviewHandler(com.google.gwt.user.client.Event.NativePreviewHandler) -- 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=en.
