On 2 avr, 17:25, Дмитрий Николаев <[email protected]> wrote:
> Javadoc 
> fromhttp://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g...
>
> Class KeyEvent<H extends EventHandler>
>
> There is no
> static DomEvent.Type<DoubleClickHandler>  getType()
> in class, mayme something wrong ?

No, it's an abstract class serving as a base class for KeyCodeEvent
(abstact base class of KeyUpEvent and KeyDownevent) and KeyPressEvent.
Only "leaf" (concrete) classes have a getType() method (AFAICT).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to