Package org.loom.paged

Interface Summary
PagedContainer  
PagedListCriteria Criteria of a requested page
PagedListData<T> The data of a paged list
 

Class Summary
AbstractPagedContainer Parent of both request and response objects
PagedListCriteriaFactory  
PagedListCriteriaImpl Criteria of a requested page
PagedListDataFactory  
PagedListDataImpl<T> The data of a paged list
PagedListItemComparator<T> Compares list items for web layer based sorting and pagination Note that this Comparator class requires that the property used for sorting implements Comparable
 

Enum Summary
SortOrder The sort order of a PagedList request.