public static class ListPageElement.SelectionSet extends HashSet<String>
Constructor and Description |
---|
ListPageElement.SelectionSet() |
ListPageElement.SelectionSet(int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(String e) |
boolean |
contains(Object item) |
boolean |
isInvertSelection() |
boolean |
isSingleSelection() |
boolean |
remove(Object o) |
boolean |
set(String e) |
void |
setInvertSelection(boolean invertSelection) |
void |
setSingleSelection(boolean singleSelection) |
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
public ListPageElement.SelectionSet()
public ListPageElement.SelectionSet(int size)
public boolean isSingleSelection()
public void setSingleSelection(boolean singleSelection)
public boolean isInvertSelection()
public boolean set(String e)
public boolean add(String e)
public boolean remove(Object o)
public void setInvertSelection(boolean invertSelection)
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.