Class ListEditor<T,E extends Editor<? super T>>

java.lang.Object
com.google.gwt.editor.client.adapters.ListEditor<T,E>
Type Parameters:
T - The type of data being managed
E - The type of Editor
All Implemented Interfaces:
CompositeEditor<List<T>,T,E>, Editor<List<T>>, HasEditorDelegate<List<T>>, ValueAwareEditor<List<T>>
Direct Known Subclasses:
HasDataEditor

public class ListEditor<T,E extends Editor<? super T>> extends Object implements CompositeEditor<List<T>,T,E>
Manages a list of objects and their associated Editors.

The ListEditor will have no backing list until setValue(List) is called with a non-null value.