org.apache.empire.jsf2.pageelements
Class ListPageElement.SelectionSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<String>
org.apache.empire.jsf2.pageelements.ListPageElement.SelectionSet
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<String>, Collection<String>, Set<String>
- Enclosing class:
- ListPageElement<T>
public static class ListPageElement.SelectionSet
- extends HashSet<String>
- See Also:
- Serialized Form
ListPageElement.SelectionSet
public ListPageElement.SelectionSet()
ListPageElement.SelectionSet
public ListPageElement.SelectionSet(int size)
isInvertSelection
public boolean isInvertSelection()
setInvertSelection
public void setInvertSelection(boolean invertSelection)
contains
public boolean contains(Object item)
- Specified by:
contains
in interface Collection<String>
- Specified by:
contains
in interface Set<String>
- Overrides:
contains
in class HashSet<String>
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.