| BeanComparator |
Implementation of Comparator to compare POJO.
|
| BeanUtils |
Utilities to retrieves values of POJO with the property name.
|
| DefaultSortProcessor |
Default implementation of sort.
|
| PageListHelper |
Helper to create implementation of PageResult from a Java
List.
|
| PageLoaderList |
|
| PageResult<T> |
Page result used to store pagination result information :
the total elements
the paginated list
|
| PageResultContentProvider |
Implementation of IPageContentProvider to retrieves pagination
information (total elements and paginated list) from the pagination structure
PageResult.
|
| PageResultLoaderList<T> |
|