Thanks Thomas, I already have an extended SuggestionDisplay, so I implemented your hint and it now works as expected!
Am Samstag, 9. März 2013 18:35:43 UTC+1 schrieb Thomas Broyer: > SuggestionDisplay's > showSuggestions<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/SuggestBox.SuggestionDisplay.html#showSuggestions(com.google.gwt.user.client.ui.SuggestBox,+java.util.Collection,+boolean,+boolean,+com.google.gwt.user.client.ui.SuggestBox.SuggestionCallback)>is > passed the Collection of suggestions, you can thus easily extend > DefaultSuggestionDisplay and store the collection's size in a field to > retrieve it later. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
