I'm building a GWT app.
I want to associate a list of items (List < String >) to an editor.
Is there any built in widgets that support editing list of items?
Something that will show comma separated values and will know how to render them back to the proxy.
You can use the
CellListwidget to display a list of items. If you want to present them horizontal addfloat:leftas style to the individual items in the Celllist style items:cellListEvenItemandcellListOddItem.