org.displaytag.sample
public class: ReportList [javadoc |
source]
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.displaytag.sample.ReportList
All Implemented Interfaces:
List, Serializable, RandomAccess, Cloneable, Collection
Just a utility class for testing out the table and column tags. This List fills itself with objects and sorts them as
though it where pulling data from a report. This list is used to show the various report oriented examples (such as
grouping, callbacks, and data exports).
- author:
epesh -
- author:
Fabrizio - Giustina
- version:
$ - Revision$ ($Author$)
| Methods from java.util.ArrayList: |
|---|
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
| Methods from java.util.AbstractList: |
|---|
|
add, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList |
| Methods from java.util.AbstractCollection: |
|---|
|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |