Class | Description |
---|---|
AbstractPaginatedListSelector<R> |
PaginatedSelector that implements ListSelectOperation features. |
PaginatedListSelector<R> |
AbstractPaginatedListSelector that is implemented with ArrayListSelectOperation . |
PaginatedSelector<R,C> |
The base class for all selectors that return pages of rows using some
SelectOperation . |
Exception | Description |
---|---|
SelectorException |
Exception that originates in the selector package.
|
PaginatedListSelector
. Create
a custom selector by implementing PaginatedSelector
.