public class NullTableSessionStateManager extends java.lang.Object implements ITableSessionStateManager
Modifier and Type | Field and Description |
---|---|
static NullTableSessionStateManager |
NULL_STATE_MANAGER |
Constructor and Description |
---|
NullTableSessionStateManager() |
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 NullTableSessionStateManager NULL_STATE_MANAGER
public NullTableSessionStateManager()
public java.io.Serializable getSessionState(ITableModel objModel)
ITableSessionStateManager
getSessionState
in interface ITableSessionStateManager
objModel
- the table model to extract the session state fromITableSessionStateManager.getSessionState(ITableModel)
public ITableModel recreateTableModel(java.io.Serializable objState)
ITableSessionStateManager
recreateTableModel
in interface ITableSessionStateManager
objState
- the saved session stateITableSessionStateManager.recreateTableModel(Serializable)