|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITablePagingState | |
---|---|
org.apache.tapestry.contrib.table.model | All of the model interfaces defining the interactions for some of the table component semantics. |
org.apache.tapestry.contrib.table.model.common | Common model classes used in table. |
org.apache.tapestry.contrib.table.model.simple | Simple model classes for table. |
org.apache.tapestry.contrib.table.model.sql | Model classes based on sql semantics. |
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 String |
SimpleSqlTableDataSource.generateLimitClause(ITablePagingState objPagingState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |