|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.contrib.table.model.simple.SimpleTableSessionStateManager
public class SimpleTableSessionStateManager
A ITableSessionStateManager
implementation that saves only the paging and sorting state of the table model
into the session.
| Constructor Summary | |
|---|---|
SimpleTableSessionStateManager(ITableDataModel objDataModel,
ITableColumnModel objColumnModel)
|
|
| 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 SimpleTableSessionStateManager(ITableDataModel objDataModel,
ITableColumnModel objColumnModel)
| Method Detail |
|---|
public java.io.Serializable getSessionState(ITableModel objModel)
ITableSessionStateManager
getSessionState in interface ITableSessionStateManagerobjModel - the table model to extract the session state from
ITableSessionStateManager.getSessionState(ITableModel)public ITableModel recreateTableModel(java.io.Serializable objState)
ITableSessionStateManager
recreateTableModel in interface ITableSessionStateManagerobjState - the saved session state
ITableSessionStateManager.recreateTableModel(Serializable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||