|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
abstract ITableSessionStateManager |
TableView.getTableSessionStateManager()
|
ITableSessionStateManager |
TableView.getDefaultTableSessionStateManager()
The default session state manager to be used in case no such manager is provided by the corresponding parameter. |
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()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |