Class Summary |
DefaultPagerProcessor |
The default page processor does not process any elements
that you're paging. |
ListPageFetcher |
A PageFetcher which works with a pre-fetched list as the
data backing the fetcher. |
PageControl |
A utility class to wrap up all the paging/sorting options that
are frequently used with finders and other methods that return
lists of things. |
PageFetcher |
A class which abstracts the fetching of the data for the pages
so callers can deal directly with a single object. |
PageList |
A utility class that contains all a "page" of data that is viewable
this list may or may not conain the entire list of information. |
Pager |
Implements a generic pager. |
SortAttribute |
|
StaticPageFetcher |
A fetcher which uses a static array of strings to page
through. |