Uses of Interface
org.apache.tapestry.contrib.table.model.ITablePagingState

Packages that use ITablePagingState
org.apache.tapestry.contrib.table.model   
org.apache.tapestry.contrib.table.model.common   
org.apache.tapestry.contrib.table.model.simple   
org.apache.tapestry.contrib.table.model.sql   
 

Uses of ITablePagingState in org.apache.tapestry.contrib.table.model
 

Methods in org.apache.tapestry.contrib.table.model that return ITablePagingState
 ITablePagingState ITableModel.getPagingState()
          Method getPagingState.
 

Uses of ITablePagingState in org.apache.tapestry.contrib.table.model.common
 

Methods in org.apache.tapestry.contrib.table.model.common that return ITablePagingState
 ITablePagingState AbstractTableModel.getPagingState()
           
 

Uses of ITablePagingState in org.apache.tapestry.contrib.table.model.simple
 

Classes in org.apache.tapestry.contrib.table.model.simple that implement ITablePagingState
 class SimpleTablePagingState
          A minimal implementation of ITablePagingState.
 

Methods in org.apache.tapestry.contrib.table.model.simple that return ITablePagingState
 ITablePagingState SimpleTableState.getPagingState()
          Returns the pagingState.
 

Constructors in org.apache.tapestry.contrib.table.model.simple with parameters of type ITablePagingState
SimpleTableState(ITablePagingState objPagingState, ITableSortingState objSortingState)
           
 

Uses of ITablePagingState in org.apache.tapestry.contrib.table.model.sql
 

Methods in org.apache.tapestry.contrib.table.model.sql with parameters of type ITablePagingState
protected  java.lang.String SimpleSqlTableDataSource.generateLimitClause(ITablePagingState objPagingState)