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

Packages that use ITableSortingState
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 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  String SimpleSqlTableDataSource.generateOrderByClause(ITableSortingState objSortingState)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.