Package org.apache.tapestry.contrib.table.model

Interface Summary
ITableColumn The interface defining a table column.
ITableColumnModel Defines a list model of ITableColumn objects
ITableDataModel A model containing the data within the table.
ITableDataModelListener  
ITableModel The main interface defining the abstraction containing the table data and state
ITableModelSource A Tapestry component that provides the current table model.
ITablePagingState An interface defining the management of the table's paging state.
ITableRendererListener  
ITableRendererSource This interface provides a renderer to present the data in a table column.
ITableRowSource A Tapestry component that provides the current row value.
ITableSessionStateManager An interface responsible for determining what data would be stored in the session between requests.
ITableSessionStoreManager An interface responsible for determining where the session state will be saved between requests.
ITableSortingState An interface defining the management of the table's sorting state.
 

Class Summary
CTableDataModelEvent