Package io.vertigo.ui.core
Class UiFileInfoList<F extends io.vertigo.datastore.filestore.model.FileInfo>
- Type Parameters:
O- the type of entity
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<UiFileInfo<F>>,Collection<UiFileInfo<F>>,List<UiFileInfo<F>>,RandomAccess
public final class UiFileInfoList<F extends io.vertigo.datastore.filestore.model.FileInfo>
extends ArrayList<UiFileInfo<F>>
Wrapper d'affichage des listes d'objets métier.
- Author:
- npiedeloup
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
UiFileInfoList
Constructeur.- Parameters:
dtList- Liste à encapsuler
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractCollection<UiFileInfo<F extends io.vertigo.datastore.filestore.model.FileInfo>>
-
add
-
remove
public boolean remove(io.vertigo.datastore.filestore.model.FileInfoURI uri) -
get
-