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

Packages that use ITableSessionStateManager
org.apache.tapestry.contrib.table.components   
org.apache.tapestry.contrib.table.model.common   
org.apache.tapestry.contrib.table.model.simple   
org.apache.tapestry.contrib.tree.components.table   
 

Uses of ITableSessionStateManager in org.apache.tapestry.contrib.table.components
 

Classes in org.apache.tapestry.contrib.table.components that implement ITableSessionStateManager
 class TableViewSessionStateManager
          Acts like FullTableSessionStateManager if the model is provided via the tableModel parameter; saves only the model state otherwise.
 

Methods in org.apache.tapestry.contrib.table.components that return ITableSessionStateManager
 ITableSessionStateManager TableView.getDefaultTableSessionStateManager()
          The default session state manager to be used in case no such manager is provided by the corresponding parameter.
abstract  ITableSessionStateManager TableView.getTableSessionStateManager()
           
 

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

Classes in org.apache.tapestry.contrib.table.model.common that implement ITableSessionStateManager
 class FullTableSessionStateManager
          A simple ITableSessionStateManager implementation that saves the entire table model into the session.
 class NullTableSessionStateManager
          A simple ITableSessionStateManager implementation that saves nothing at all into the session.
 

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

Classes in org.apache.tapestry.contrib.table.model.simple that implement ITableSessionStateManager
 class SimpleTableSessionStateManager
          A ITableSessionStateManager implementation that saves only the paging and sorting state of the table model into the session.
 

Uses of ITableSessionStateManager in org.apache.tapestry.contrib.tree.components.table
 

Methods in org.apache.tapestry.contrib.tree.components.table that return ITableSessionStateManager
 ITableSessionStateManager TreeTableDataView.getTableSessionStateManager()