public interface GridPaginationModel
Modifier and Type | Method and Description |
---|---|
Integer |
getCurrentPage() |
Boolean |
getSortAscending() |
String |
getSortColumnId() |
void |
setCurrentPage(Integer currentPage) |
void |
setSortAscending(Boolean sortAscending) |
void |
setSortColumnId(String sortColumnId) |
String getSortColumnId()
void setSortColumnId(String sortColumnId)
Boolean getSortAscending()
void setSortAscending(Boolean sortAscending)
Integer getCurrentPage()
void setCurrentPage(Integer currentPage)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.