Modifier and Type | Class and Description |
---|---|
class |
TableViewSessionStateManager
Acts like
FullTableSessionStateManager
if the model is provided via the tableModel parameter;
saves only the model state otherwise. |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTableSessionStateManager
A
ITableSessionStateManager
implementation that saves only the paging and sorting state of the table model
into the session. |
Modifier and Type | Method and Description |
---|---|
ITableSessionStateManager |
TreeTableDataView.getTableSessionStateManager() |