org.apache.tapestry.contrib.table.model
Interface IFullTableModel

All Superinterfaces:
ITableModel
All Known Implementing Classes:
SimpleTableModel

public interface IFullTableModel
extends ITableModel

An extension of ITableModel that provides the ability to get the full list of row objects, rather than just the displayed ones.

Author:
mb

Method Summary
 Iterator getRows()
          Iterates over all of the rows in the model.
 
Methods inherited from interface org.apache.tapestry.contrib.table.model.ITableModel
getColumnModel, getCurrentPageRows, getPageCount, getPagingState, getRowCount, getSortingState
 

Method Detail

getRows

Iterator getRows()
Iterates over all of the rows in the model.

Returns:
Iterator the iterator for access to the data


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