| Interface | Description |
|---|---|
| IDataProvider<T> |
Interface used to provide data to data views.
|
| Class | Description |
|---|---|
| DataView<T> |
DataView is a basic implementation of
AbstractPageableView. |
| DataViewBase<T> |
Base class for data views.
|
| EmptyDataProvider<T> |
A convenience class to represent an empty data provider.
|
| GridView<T> |
A pageable DataView which breaks the data in the IDataProvider into a number of data-rows,
depending on the column size.
|
| GridView.ItemsIterator<T> |
Iterator that iterates over all items in the cells
|
| ListDataProvider<T extends Serializable> |
Allows the use of lists with
DataView. |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.