Hi vduong,
The plan for the most used and matured widgets in the incubator is to
eventually have them graduate to GWT proper. In the case of the ScrollTable,
part of that transition should involve bringing it into the new GWT 1.6
event architecture and having it implement some of the handlers that make
sense for a ScrollTable (e.g. key handlers).

There isn't an issue created for this in the Issue Tracker just yet, so I
invite you to report it so that we can get it tracked and so that you will
be emailed updates on the issue.

GWT Issue Tracker:
http://code.google.com/p/google-web-toolkit/issues/list

Cheers,
-Sumit Chandel

On Mon, Jun 8, 2009 at 12:57 PM, vduong <[email protected]> wrote:

>
> Hi all,
>
> I'm trying to listen for keyboard events (specifically key down) from
> a scrolltable to enable selection of a cell and/or row and moving that
> selection around using the arrow keys. Currently, we have this working
> just by putting the entire scrolltable in a focus panel and adding a
> KeyDownHandler to that focus panel, but then we have to explicitly set
> the focus back on to the focus panel anytime it loses focus (e.g. for
> popups, cell editors), in order to begin handling the key events
> again.
>
> Is there any better way to listen for key events on the table? I tried
> sinkEvents(Event.ONKEYDOWN) from our subclass of PagingScrollTable,
> but my class doesn't seem to be getting the ONKEYDOWN events in
> onBrowserEvent. Any suggestions?
>
> Thanks!
> >
>

--~--~---------~--~----~------------~-------~--~----~
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