|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITableSessionStateManager | |
---|---|
org.apache.tapestry.contrib.table.components | Components that make up the core of the tapestry contrib's Table component. |
org.apache.tapestry.contrib.table.model.common | Common model classes used in table. |
org.apache.tapestry.contrib.table.model.simple | Simple model classes for table. |
org.apache.tapestry.contrib.tree.components.table | Tree rendering components. |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |