SuggestBox has so many dependencies, also some protected which means I would have to copy a whole bunch of original gwt classes in my project. That's no option...
2013/3/9 Juan Pablo Gardella <[email protected]> > Copy this class in your project and modify this method and make it public. > > > 2013/3/9 membersound <[email protected]> > >> HI, >> >> I have a SuggestBox, and want to know how many items are currently >> displayed. >> There is a private int SuggestionMenu.getNumItems() which would return >> this number. How can I access this or similar method to return the >> suggestions list size? >> >> -- >> 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. >> >> >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google Web Toolkit" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-web-toolkit/EFYPPXQn3OY/unsubscribe?hl=en > . > To unsubscribe from this group and all its topics, 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. > > > -- 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.
