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
 java.util.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, getSortingState
 

Method Detail

getRows

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

Returns:
Iterator the iterator for access to the data