Package org.apache.tapestry5.grid
Interface GridPaginationModel
- All Known Implementing Classes:
GridPaginationModelImpl
public interface GridPaginationModel
Store pagination information, such as the current page, sort column, and
sort ascending vs. descending.
- Since:
- 5.4
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCurrentPage
(Integer currentPage) void
setSortAscending
(Boolean sortAscending) void
setSortColumnId
(String sortColumnId)
-
Method Details
-
getSortColumnId
-
setSortColumnId
-
getSortAscending
-
setSortAscending
-
getCurrentPage
-
setCurrentPage
-