org.apache.tapestry.contrib.table.model.simple
Class SimpleTableState
java.lang.Object
|
+--org.apache.tapestry.contrib.table.model.simple.SimpleTableState
- All Implemented Interfaces:
- Serializable
- public class SimpleTableState
- extends Object
- implements Serializable
A container holding all of the table model states.
- Version:
- $Id: SimpleTableState.java,v 1.1 2003/03/05 23:03:04 hlship Exp $
- Author:
- mindbridge
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTableState
public SimpleTableState()
SimpleTableState
public SimpleTableState(ITablePagingState objPagingState,
ITableSortingState objSortingState)
getPagingState
public ITablePagingState getPagingState()
- Returns the pagingState.
- Returns:
- ITablePagingState
getSortingState
public ITableSortingState getSortingState()
- Returns the sortingState.
- Returns:
- ITableSortingState