|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableSessionStateManager
An interface responsible for determining what data would be stored in the session between requests. It could be only the table state, it could be entire table including the data, or it could be nothing at all. It is all determined by the implemention of this interface.
Method Summary | |
---|---|
Serializable |
getSessionState(ITableModel objModel)
Method getSessionState extracts the "persistent" portion of the table model |
ITableModel |
recreateTableModel(Serializable objState)
Method recreateTableModel recreates a table model from the saved session state |
Method Detail |
---|
Serializable getSessionState(ITableModel objModel)
objModel
- the table model to extract the session state from
ITableModel recreateTableModel(Serializable objState)
objState
- the saved session state
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |