On Mon, Jan 26, 2009 at 6:08 AM, LEDUQUE Mickaël <[email protected]> wrote: > I need to change the way keyboard navigation works in the Tree object. > But it seems that the methods that should be useful for that > (keyboardNavigation, moveSelectionDown, ...) are all private. > I could probably rewrite the whole onBrowserEvent, but I'm not event > sure I understand it all, and that also means rewriting > keyboardNavigation, moveSelectionDown, maybeCollapse, ... > is there a way to use inheritance with the tree instead?
I'm not sure if it's the best approach, but you could search the list's history for "violator pattern" and see if it helps you. Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
