Hi Simon, I also need exactly what you are looking for. Have you found a way to do this? Did you re-implement the Oracle?
Thanks, Aldo PS. I had several problems with package-protected methods when using SuggestBox too. Google should create more extensible widgets. On Jun 22, 9:35 am, Simon B <[email protected]> wrote: > Hi Gscholt, > > Thanks for the your response: > > > I find it strange that it's not an easily extendable class myself, but > > yes, you'll need to implement an oracle yourself. > > You can just copy the MultiWordSuggestOracle code and adapt it I guess > > (guessing, not read the copyright notice actually) > > The copyright is the standard gwt copyright, the problem is that the > MultiWordSuggestOracle uses a PrefixTree object whose class is scoped > as friendly for the com.google.gwt.user.client.ui package - which > would mean that I have to copy that implementation and the > MultiWordSuggestOracle implementation which makes me cringe a little. > Thanks anyway for your suggestion. > > Anybody else got any ideas? > > Cheers > Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
