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 243791 2004-02-19 17:38:13Z hlship $
- 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