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

All of the model interfaces defining the interactions for some of the table component semantics.

See:
          Description

Interface Summary
IAdvancedTableColumn  
IAdvancedTableColumnSource  
IBasicTableModel A simplified version of the table model that concerns itself only with providing the data on the current page.
IFullTableModel An extension of ITableModel that provides the ability to get the full list of row objects, rather than just the displayed ones.
IPrimaryKeyConvertor An interface for converting an object to its primary key and back.
ITableAction A Table action that needs to be executed at a later time.
ITableColumn The interface defining a table column.
ITableColumnModel Defines a list model of ITableColumn objects.
ITableDataModel A model of the table's data This model need not be used.
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  
 

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

All of the model interfaces defining the interactions for some of the table component semantics.

Author:
Howard Lewis Ship hlship@apache.org


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