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 ofGridPaginationModel.- Since:
 - 5.4
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GridPaginationModelImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetCurrentPage()BooleangetSortAscending()StringgetSortColumnId()voidsetCurrentPage(Integer currentPage)voidsetSortAscending(Boolean sortAscending)voidsetSortColumnId(String sortColumnId)StringtoString()- 
Methods inherited from class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
checkAndResetDirtyMarker, markDirty 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
GridPaginationModelImpl
public GridPaginationModelImpl()
 
 - 
 
- 
Method Detail
- 
getSortColumnId
public String getSortColumnId()
- Specified by:
 getSortColumnIdin interfaceGridPaginationModel
 
- 
setSortColumnId
public void setSortColumnId(String sortColumnId)
- Specified by:
 setSortColumnIdin interfaceGridPaginationModel
 
- 
getSortAscending
public Boolean getSortAscending()
- Specified by:
 getSortAscendingin interfaceGridPaginationModel
 
- 
setSortAscending
public void setSortAscending(Boolean sortAscending)
- Specified by:
 setSortAscendingin interfaceGridPaginationModel
 
- 
getCurrentPage
public Integer getCurrentPage()
- Specified by:
 getCurrentPagein interfaceGridPaginationModel
 
- 
setCurrentPage
public void setCurrentPage(Integer currentPage)
- Specified by:
 setCurrentPagein interfaceGridPaginationModel
 
 - 
 
 -