Uses of Interface
org.apache.tapestry5.grid.GridPaginationModel
-
Packages that use GridPaginationModel Package Description org.apache.tapestry5.corelib.components The set of core components available in all Tapestry applicationsorg.apache.tapestry5.grid Support classes for theGrid
component, which presents tabular data in an (X)HTML table. -
-
Uses of GridPaginationModel in org.apache.tapestry5.corelib.components
Methods in org.apache.tapestry5.corelib.components that return GridPaginationModel Modifier and Type Method Description GridPaginationModel
Grid. getDefaultPaginationModel()
-
Uses of GridPaginationModel in org.apache.tapestry5.grid
Classes in org.apache.tapestry5.grid that implement GridPaginationModel Modifier and Type Class Description class
GridPaginationModelImpl
Standard implementation ofGridPaginationModel
.
-