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)
isSingleSelection
public boolean isSingleSelection()
setSingleSelection
public void setSingleSelection(boolean singleSelection)
isInvertSelection
public boolean isInvertSelection()
set
public boolean set(String e)
add
public boolean add(String e)
- Specified by:
add in interface Collection<String>- Specified by:
add in interface Set<String>- Overrides:
add in class HashSet<String>
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection<String>- Specified by:
remove in interface Set<String>- Overrides:
remove in class HashSet<String>
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–2014 Apache Software Foundation. All rights reserved.