Modifier and Type | Method and Description |
---|---|
<T> Page<T> |
View.queryPage(int rowsPerPage,
java.lang.String param,
java.lang.Class<T> classOfT)
Queries a view for pagination, returns a next or a previous page, this method
figures out which page to return based on the given param that is generated by an
earlier call to this method, quering the first page is done by passing a
null param. |
Copyright © 2011-2017. All Rights Reserved.