org.jboss.seam.util
Class WrappingArrayList<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.jboss.seam.util.WrappingArrayList<E>
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess
public class WrappingArrayList<E>
- extends ArrayList<E>
Like a normal array list, but supports the storage of additional List data.
It was necessary to create an object like this for the SelectItems dirty
checking. Where as ListDataModel has this functionality, no built-in
type supported similar functionality for SelectItems.
- Author:
- Jim Hazen
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
WrappingArrayList
public WrappingArrayList()
setWrappedData
public void setWrappedData(List data)
getWrappedData
public List getWrappedData()