Have a look at the 
com.google.gwt.editor.client.adapters.ListEditor<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/editor/client/adapters/ListEditor.html>class.
 And if you want to use a CellList (for instance), have a look at the 
HasDataEditor:

   // read-only version:
   HasDataEditor<String> ingredients = HasDataEditor.of(new CellList(new 
TextCell()));

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to