Uses of Interface
org.apache.tapestry.contrib.table.model.ITableRowSource

Packages that use ITableRowSource
org.apache.tapestry.contrib.table.components   
 

Uses of ITableRowSource in org.apache.tapestry.contrib.table.components
 

Classes in org.apache.tapestry.contrib.table.components that implement ITableRowSource
 class TableFormRows
          A low level Table component that generates the rows of the current page in the table.
 class TableRows
          A low level Table component that generates the rows of the current page in the table.
 

Methods in org.apache.tapestry.contrib.table.components that return ITableRowSource
 ITableRowSource AbstractTableRowComponent.getTableRowSource()