Comment by georgopoulos.georgios:
Hi,
maybe out of scope, but ListBox<T> in GWT Mosaic is a ScrollTable with a
ListModel, see:
http://69.20.122.77/gwt-mosaic/Showcase.html#CwFilterListBox
Having a model will be later useful in data binding, like in beans binding
example:
http://69.20.122.77/gwt-mosaic/Showcase.html#CwListBoxBinding
The ListBoxAdapterProvider is using internally a ListModel to bind a
java.util.List with ListBox. Like in NetBeans with JTable or JList & Benas
Binding.
For more information:
http://code.google.com/p/google-web-toolkit/wiki/DataBackedWidgetsDesign
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors