I wrote a ComboBox based on the GWT 1.6 SuggestBox back in 2008. There have been a lot of changes since then, so I would be surprised if my implementation works with newer versions. The code is Apache 2.0 licensed. If you want to use any of that old code according to the terms of that license, here it is:
http://code.google.com/p/simple-gwt/wiki/ComboBoxModule http://code.google.com/p/simple-gwt/source/browse/trunk/src/core/com/googlecode/simplegwt/combobox/client/ui/ComboBox.java On Mon, Apr 18, 2011 at 6:16 AM, tanteanni <tantea...@hotmail.com> wrote: > how to make a suggestBox with a clickable drop down menu (showing > suggestion on click). the use case for this is a user who don't know > what text to put in to get a suggestion. > > i already tried listbox - no text input :-( and suggestBox with own > "MultiWordSuggestion" and own "SuggestOracle" but how to get an widget > that combines both? (probably by provideing a special "textboxbase"?) > > -- > 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. > > -- 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.