|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.contrib.table.components.TableViewSessionStateManager
public class TableViewSessionStateManager
Acts like FullTableSessionStateManager
if the model is provided via the tableModel parameter;
saves only the model state otherwise.
Constructor Summary | |
---|---|
TableViewSessionStateManager(TableView objView)
|
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 |
Constructor Detail |
---|
public TableViewSessionStateManager(TableView objView)
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(org.apache.tapestry.contrib.table.model.ITableModel)
public ITableModel recreateTableModel(java.io.Serializable objState)
ITableSessionStateManager
recreateTableModel
in interface ITableSessionStateManager
objState
- the saved session state
ITableSessionStateManager.recreateTableModel(java.io.Serializable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |