public class FullTableSessionStateManager extends java.lang.Object implements ITableSessionStateManager
| Modifier and Type | Field and Description |
|---|---|
static FullTableSessionStateManager |
FULL_STATE_MANAGER |
| Constructor and Description |
|---|
FullTableSessionStateManager() |
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
getSessionState(ITableModel objModel)
Method getSessionState extracts the "persistent" portion of the table model
|
ITableModel |
recreateTableModel(java.io.Serializable objState)
Method recreateTableModel recreates a table model from the saved session state
|
public static final FullTableSessionStateManager FULL_STATE_MANAGER
public FullTableSessionStateManager()
public java.io.Serializable getSessionState(ITableModel objModel)
ITableSessionStateManagergetSessionState in interface ITableSessionStateManagerobjModel - the table model to extract the session state fromITableSessionStateManager.getSessionState(ITableModel)public ITableModel recreateTableModel(java.io.Serializable objState)
ITableSessionStateManagerrecreateTableModel in interface ITableSessionStateManagerobjState - the saved session stateITableSessionStateManager.recreateTableModel(Serializable)