Class ListValidationEditorWrapper<T,​E extends com.google.gwt.editor.client.Editor<? super T>>

  • Type Parameters:
    T - the type of data being edited
    E - the type of Editor
    All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<T>

    public class ListValidationEditorWrapper<T,​E extends com.google.gwt.editor.client.Editor<? super T>>
    extends AbstractList<T>
    Synchronizes a list of objects and a list of Editors.
    • Constructor Detail

      • ListValidationEditorWrapper

        public ListValidationEditorWrapper​(List<T> backing,
                                           com.google.gwt.editor.client.CompositeEditor.EditorChain<T,​E> chain,
                                           com.google.gwt.editor.client.adapters.EditorSource<E> editorSource,
                                           BeanValidationEditorDriver<?,​?> pparentDriver)
        constructor.
        Parameters:
        backing - list of data entries.
        chain - editor deligator
        editorSource - editor source
        pparentDriver - parent driver