How to listen to keyboard events in GWT table?

Posted by Olaf Mertens on Stack Overflow See other posts from Stack Overflow or by Olaf Mertens
Published on 2010-06-05T14:25:09Z Indexed on 2010/06/05 14:32 UTC
Read the original article Hit count: 283

Filed under:
|
|
|

In my GWT program I have a table that has a selected row. I'd like to move the row selection with the up- and down-keys on the keyboard. So I have to catch the key events somehow.

The GWT docs handle key events in input fields only. But I don't have an input field!

Is this possible at all? Maybe it is a DOM/Javascript restriction that GWT cannot work around...

© Stack Overflow or respective owner

Related posts about events

Related posts about gwt