Is there a simple way to add a keyboard listener to a flextable?
I am targeting a multiple row selection solution for the flextable.
Cheers.
1 ) Subclass the flextable to accept browser events. See this thread
for info how to do that:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/c0c4a502ae2fd3fa/034184f854f54420?lnk=gst&q=mouseover+on+hyperlink&rnum=2#034184f854f54420
2) Pop it into a FocusPanel
Subclass Flextable
On Sep 13, 1:43 pm, "Les Harris" <orphean...@gmail.com> wrote:
> Two options come to my mind:
>
> 1 ) Subclass the flextable to accept browser events. See this thread
> for info how to do that:http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>
> 2) Pop it into a FocusPanel
>
> Subclass Flextable
>
This! If it needs keyboard events, it needs focus!