Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A


B


C


D

DisplayTagPaginatedListAdapter - Class in org.devnull.util.pagination.adapter
DisplayTagPaginatedListAdapter(Pagination) - Constructor in DisplayTagPaginatedListAdapter

E


F


G

getFilter() - Method in Pagination
Key value pairs used to limit reset set.
getFirstSort() - Method in DisplayTagPaginatedListAdapter
getFullListSize() - Method in DisplayTagPaginatedListAdapter
getList() - Method in DisplayTagPaginatedListAdapter
getMax() - Method in Pagination
The max number of responses that can be fetched per request.
getObjectsPerPage() - Method in DisplayTagPaginatedListAdapter
getPage() - Method in Pagination
Current page (slice) of the total results.
getPageNumber() - Method in DisplayTagPaginatedListAdapter
getResults() - Method in Pagination
Contains a subset of the requested rows.
getSearchId() - Method in DisplayTagPaginatedListAdapter
getSortCriterion() - Method in DisplayTagPaginatedListAdapter
getSortDirection() - Method in DisplayTagPaginatedListAdapter
getSorts() - Method in Pagination
The field names to sort on
getTotal() - Method in Pagination
Total results available regardless of current results size.

H

HttpRequestPagination - Class in org.devnull.util.pagination
Helps bind http request parameters to pagination fields.
HttpRequestPagination(HttpServletRequest) - Constructor in HttpRequestPagination

I


J


K


L


M


N


O


P

Pagination - Interface in org.devnull.util.pagination
Utility class used for pagination of result sets
parseSortParams(HttpServletRequest) - Method in HttpRequestPagination
Uses request parameters {@value PARAM_SORT} and {@value PARAM_DIRECTION} to build Sort criteria.

Q


R


S

setResults(List) - Method in Pagination
setTotal(Long) - Method in Pagination
SimplePagination - Class in org.devnull.util.pagination
Utility class used for pagination of result sets
Sort - Class in org.devnull.util.pagination

T


U


V


W


X


Y


Z


_


Groovy Documentation