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

Packages that use org.apache.tapestry.contrib.table.model
org.apache.tapestry.contrib.table.components

Components that make up the core of the tapestry contrib's Table component. 

org.apache.tapestry.contrib.table.components.inserted

Table components that are dynamically inserted. 

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.ognl

Utiltity model classes that are based on working with objects using OGNL syntax. 

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. 

org.apache.tapestry.contrib.tree.components.table

Tree rendering components. 

 

Classes in org.apache.tapestry.contrib.table.model used by org.apache.tapestry.contrib.table.components
IAdvancedTableColumn
           
IAdvancedTableColumnSource
           
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.
ITableModel
          The main interface defining the abstraction containing the table data and state.
ITableModelSource
          A Tapestry component that provides the current table model.
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.
 

Classes in org.apache.tapestry.contrib.table.model used by org.apache.tapestry.contrib.table.components.inserted
ITableAction
          A Table action that needs to be executed at a later time.
ITableColumn
          The interface defining a table column.
ITableModel
          The main interface defining the abstraction containing the table data and state.
ITableModelSource
          A Tapestry component that provides the current table model.
ITableRendererListener
           
 

Classes in org.apache.tapestry.contrib.table.model used by org.apache.tapestry.contrib.table.model
CTableDataModelEvent
           
IAdvancedTableColumn
           
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.
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.
ITableRendererSource
          This interface provides a renderer to present the data in a table column.
ITableSortingState
          An interface defining the management of the table's sorting state.
 

Classes in org.apache.tapestry.contrib.table.model used by org.apache.tapestry.contrib.table.model.common
CTableDataModelEvent
           
IAdvancedTableColumn
           
IBasicTableModel
          A simplified version of the table model that concerns itself only with providing the data on the current page.
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.
ITableSessionStateManager
          An interface responsible for determining what data would be stored in the session between requests.
ITableSortingState
          An interface defining the management of the table's sorting state.
 

Classes in org.apache.tapestry.contrib.table.model used by org.apache.tapestry.contrib.table.model.ognl
IAdvancedTableColumn
           
ITableColumn
          The interface defining a table column.
ITableColumnModel
          Defines a list model of ITableColumn objects.
 

Classes in org.apache.tapestry.contrib.table.model used by org.apache.tapestry.contrib.table.model.simple
CTableDataModelEvent
           
IAdvancedTableColumn
           
IFullTableModel
          An extension of ITableModel that provides the ability to get the full list of row objects, rather than just the displayed ones.
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.
ITableRendererSource
          This interface provides a renderer to present the data in a table column.
ITableSessionStateManager
          An interface responsible for determining what data would be stored in the session between requests.
ITableSortingState
          An interface defining the management of the table's sorting state.
 

Classes in org.apache.tapestry.contrib.table.model used by org.apache.tapestry.contrib.table.model.sql
IAdvancedTableColumn
           
ITableColumn
          The interface defining a table column.
ITableColumnModel
          Defines a list model of ITableColumn objects.
ITableModel
          The main interface defining the abstraction containing the table data and state.
ITablePagingState
          An interface defining the management of the table's paging state.
ITableSortingState
          An interface defining the management of the table's sorting state.
 

Classes in org.apache.tapestry.contrib.table.model used by org.apache.tapestry.contrib.tree.components.table
IAdvancedTableColumn
           
ITableColumn
          The interface defining a table column.
ITableModel
          The main interface defining the abstraction containing the table data and state.
ITableModelSource
          A Tapestry component that provides the current table model.
ITableRendererListener
           
ITableRendererSource
          This interface provides a renderer to present the data in a table column.
ITableSessionStateManager
          An interface responsible for determining what data would be stored in the session between requests.
 



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