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

Packages that use ITableSortingState
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 ITableSortingState in org.apache.tapestry.contrib.table.model
 

Methods in org.apache.tapestry.contrib.table.model that return ITableSortingState
 ITableSortingState ITableModel.getSortingState()
          Method getSortingState.
 

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

Methods in org.apache.tapestry.contrib.table.model.common that return ITableSortingState
 ITableSortingState AbstractTableModel.getSortingState()
           
 

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

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

Methods in org.apache.tapestry.contrib.table.model.simple that return ITableSortingState
 ITableSortingState SimpleTableState.getSortingState()
          Returns the sortingState.
 

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

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

Methods in org.apache.tapestry.contrib.table.model.sql with parameters of type ITableSortingState
protected  java.lang.String SimpleSqlTableDataSource.generateOrderByClause(ITableSortingState objSortingState)