org.apache.tapestry.contrib.table.model.simple
Class SimpleTableState

java.lang.Object
  extended by 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.

Author:
mindbridge
See Also:
Serialized Form

Constructor Summary
SimpleTableState()
           
SimpleTableState(int nPageSize, int nCurrentPage, String strSortColumn, boolean bSortOrder)
           
SimpleTableState(ITablePagingState objPagingState, ITableSortingState objSortingState)
           
 
Method Summary
 ITablePagingState getPagingState()
          Returns the pagingState.
 ITableSortingState getSortingState()
          Returns the sortingState.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTableState

public SimpleTableState()

SimpleTableState

public SimpleTableState(ITablePagingState objPagingState,
                        ITableSortingState objSortingState)

SimpleTableState

public SimpleTableState(int nPageSize,
                        int nCurrentPage,
                        String strSortColumn,
                        boolean bSortOrder)
Method Detail

getPagingState

public ITablePagingState getPagingState()
Returns the pagingState.

Returns:
ITablePagingState

getSortingState

public ITableSortingState getSortingState()
Returns the sortingState.

Returns:
ITableSortingState


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.