public interface ITableSessionStateManager
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
|
java.io.Serializable getSessionState(ITableModel objModel)
objModel
- the table model to extract the session state fromITableModel recreateTableModel(java.io.Serializable objState)
objState
- the saved session state