Class ListPageElement.SelectionSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.apache.empire.commons.ArraySet<Object[]>
org.apache.empire.jsf2.pageelements.ListPageElement.SelectionSet
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Object[]>,Collection<Object[]>,List<Object[]>,RandomAccess,Set<Object[]>
- Enclosing class:
- ListPageElement<T>
SelectionSet
Contains the key of all items implementing "SelectableItem"
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidvoidputAll(Collection<Object[]> list) booleanbooleanvoidsetInvertSelection(boolean invertSelection) voidsetSingleSelection(boolean singleSelection) Methods inherited from class org.apache.empire.commons.ArraySet
add, fastAdd, fastAdd, immutable, indexOf, indexOfArray, lastIndexOf, toStringMethods inherited from class java.util.ArrayList
addAll, addAll, clear, clone, ensureCapacity, equals, forEach, get, hashCode, isEmpty, iterator, listIterator, listIterator, 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, removeIf, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
SelectionSet
public SelectionSet() -
SelectionSet
public SelectionSet(int size)
-
-
Method Details
-
isSingleSelection
public boolean isSingleSelection() -
setSingleSelection
public void setSingleSelection(boolean singleSelection) -
isInvertSelection
public boolean isInvertSelection() -
set
-
add
-
put
-
putAll
-
remove
-
setInvertSelection
public void setInvertSelection(boolean invertSelection) -
contains
-