org.rcfaces.core.model
Class AbstractFilteredList
java.lang.Object
org.rcfaces.core.model.AbstractFilteredCollection
org.rcfaces.core.model.AbstractFilteredList
- All Implemented Interfaces:
- Iterable, Collection, List, IFiltredCollection, IFiltredCollection2
public abstract class AbstractFilteredList
- extends AbstractFilteredCollection
- implements List
- Version:
- $Revision: 1.18 $ $Date: 2011/06/16 09:29:41 $
- Author:
- Olivier Oeuillot (latest modification by $Author: jbmeslin $)
| Methods inherited from class org.rcfaces.core.model.AbstractFilteredCollection |
accept, add, addAll, clear, contains, containsAll, isEmpty, iterator, iterator, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.List |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
EMPTY_LIST
public static final List EMPTY_LIST
AbstractFilteredList
public AbstractFilteredList()
AbstractFilteredList
public AbstractFilteredList(List list)
AbstractFilteredList
public AbstractFilteredList(SelectItem[] selectItem)
get
public Object get(int index)
- Specified by:
get in interface List
remove
public Object remove(int index)
- Specified by:
remove in interface List
add
public void add(int index,
Object element)
- Specified by:
add in interface List
indexOf
public int indexOf(Object o)
- Specified by:
indexOf in interface List
lastIndexOf
public int lastIndexOf(Object o)
- Specified by:
lastIndexOf in interface List
addAll
public boolean addAll(int index,
Collection c)
- Specified by:
addAll in interface List
subList
public List subList(int fromIndex,
int toIndex)
- Specified by:
subList in interface List
listIterator
public ListIterator listIterator()
- Specified by:
listIterator in interface List
listIterator
public ListIterator listIterator(int index)
- Specified by:
listIterator in interface List
set
public Object set(int index,
Object element)
- Specified by:
set in interface List
Copyright © 2006-2011 Vedana. All Rights Reserved.