public class GridPaginationModelImpl extends BaseOptimizedSessionPersistedObject implements GridPaginationModel
GridPaginationModel
.Constructor and Description |
---|
GridPaginationModelImpl() |
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 |
toString() |
checkAndResetDirtyMarker, markDirty
public GridPaginationModelImpl()
public String getSortColumnId()
getSortColumnId
in interface GridPaginationModel
public void setSortColumnId(String sortColumnId)
setSortColumnId
in interface GridPaginationModel
public Boolean getSortAscending()
getSortAscending
in interface GridPaginationModel
public void setSortAscending(Boolean sortAscending)
setSortAscending
in interface GridPaginationModel
public Integer getCurrentPage()
getCurrentPage
in interface GridPaginationModel
public void setCurrentPage(Integer currentPage)
setCurrentPage
in interface GridPaginationModel
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.