T - the type of data being editedE - the type of Editorpublic class ListValidationEditorWrapper<T,E extends com.google.gwt.editor.client.Editor<? super T>> extends AbstractList<T>
modCount| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T element) |
T |
get(int index) |
T |
remove(int index) |
T |
set(int index,
T element) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic 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)
backing - list of data entries.chain - editor deligatoreditorSource - editor sourcepparentDriver - parent driverpublic void add(int index,
T element)
public T get(int index)
public T remove(int index)
public int size()
size in interface Collection<T>size in interface List<T>size in class AbstractCollection<T>Copyright © 2015–2019. All rights reserved.