|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.contrib.table.model.common.FullTableSessionStateManager
public class FullTableSessionStateManager
A simple ITableSessionStateManager implementation that saves the entire table model into the session.
Field Summary | |
---|---|
static FullTableSessionStateManager |
FULL_STATE_MANAGER
|
Constructor Summary | |
---|---|
FullTableSessionStateManager()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FullTableSessionStateManager FULL_STATE_MANAGER
Constructor Detail |
---|
public FullTableSessionStateManager()
Method Detail |
---|
public java.io.Serializable getSessionState(ITableModel objModel)
ITableSessionStateManager
getSessionState
in interface ITableSessionStateManager
objModel
- the table model to extract the session state from
ITableSessionStateManager.getSessionState(ITableModel)
public ITableModel recreateTableModel(java.io.Serializable objState)
ITableSessionStateManager
recreateTableModel
in interface ITableSessionStateManager
objState
- the saved session state
ITableSessionStateManager.recreateTableModel(Serializable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |