There was a SuggestBox enhancement in trunk last month that abstracts out a SuggestionDisplay. You should be able to implement a SuggestionDisplay that gives you the access you need.
On Wed, Feb 10, 2010 at 1:21 PM, phb <[email protected]> wrote: > Okay, as I think about it, this approach won't work anyway, because I > don't want to change the drop down menu here. I only want to fill in > the suggestion textbox, like the Google suggestbox does. So short of > cloning the class and all its support (yuck) I guess this ends up > being a feature request for the base class. It's a tiny change to the > underlying code, but I can't see a way to create the effect from the > outside. > > Still very curious about why the suggestbox wasn't seeing my event > though. I even tried suggestBox.fireEvent() on it, and it seemed to > have no effect. Anybody know how to do this right? > > -- > 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. > > -- 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.
