You have to build your own ListBox from scratch as Gwt Listbox accepts only an item as a child. An item is a string.
My advice to you if you want to have your own customized version of the listbox is to build it yourself. Otherwise, as Mariyan said, smartgwt or any other advanced gwt components have already done the work for you. On Mar 1, 8:57 pm, Alexei Telles <[email protected]> wrote: > Hello everybody > > Is possible to put a widget (in my case as image) inside a ListBox? > > I want to create a ListBox of countries, so I would like to have a > flag of the country and the name in each item of the List... > > Is there a way to do that? > > thanks in advance... -- 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.
