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

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
com.google.gwt.editor.client.adapters.ListEditorWrapper<T,E>
Type Parameters:
T - the type of data being edited
E - the type of Editor
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>

class ListEditorWrapper<T,E extends Editor<? super T>> extends AbstractList<T>
Synchronizes a list of objects and a list of Editors.