Package org.apache.tapestry5.grid
Class GridPaginationModelImpl
java.lang.Object
org.apache.tapestry5.BaseOptimizedSessionPersistedObject
org.apache.tapestry5.grid.GridPaginationModelImpl
- All Implemented Interfaces:
Serializable
,GridPaginationModel
,OptimizedSessionPersistedObject
public class GridPaginationModelImpl
extends BaseOptimizedSessionPersistedObject
implements GridPaginationModel
Standard implementation of
GridPaginationModel
.- Since:
- 5.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCurrentPage
(Integer currentPage) void
setSortAscending
(Boolean sortAscending) void
setSortColumnId
(String sortColumnId) toString()
Methods inherited from class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
checkAndResetDirtyMarker, markDirty
-
Constructor Details
-
GridPaginationModelImpl
public GridPaginationModelImpl()
-
-
Method Details
-
getSortColumnId
- Specified by:
getSortColumnId
in interfaceGridPaginationModel
-
setSortColumnId
- Specified by:
setSortColumnId
in interfaceGridPaginationModel
-
getSortAscending
- Specified by:
getSortAscending
in interfaceGridPaginationModel
-
setSortAscending
- Specified by:
setSortAscending
in interfaceGridPaginationModel
-
getCurrentPage
- Specified by:
getCurrentPage
in interfaceGridPaginationModel
-
setCurrentPage
- Specified by:
setCurrentPage
in interfaceGridPaginationModel
-
toString
-