You would have to write a custom SuggestOracle and pass it to the
constructor of your SuggestBox.

Your implementation of SuggestOracle would need to implement the
requestSuggestions() method. In that method, you can put in whatever logic
you want to match strings.


--Sri


2009/9/17 John Restrepo <johnjaime.restr...@gmail.com>

>
> Hi, I noticed the gwt suggest box search word by word, for example if
> I press "p" it shows me "possible" or "just possible" it searches the
> character in the first word or in the second, my question is: Is there
> some way to change this? like just search in the first word and not
> the second. I hope I was clear :P
> 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 google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to