On 7 avr, 15:38, smiletolead <[email protected]> wrote: > Hi All, > I have observed that com.google.gwt.user.client.ui.HTMLTable is > sinking only ONCLICK events. If I want KEYEVENTS also, how can I do > that?
wrap your Grid within a FocusPanel ? (or eventually extend Grid to sink KEYEVENTS yourself, though I'm really not sure, as keyboard events are directed to the currently focused DOM element, so your grid would have to be focusable as well, or you'd only get keyboard events from focusable child widgets (that don't "eat" those events themselves and let them propagate up the DOM tree)) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
