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

All Known Implementing Classes:
TableRows

public interface ITableRowSource

A Tapestry component that provides the current row value. This interface is used for obtaining the row source by components wrapped by the row source

Version:
$Id: ITableRowSource.java,v 1.3 2004/02/19 17:38:04 hlship Exp $
Author:
mindbridge

Field Summary
static String TABLE_ROW_SOURCE_ATTRIBUTE
           
 
Method Summary
 Object getTableRow()
          Method getTableRow
 

Field Detail

TABLE_ROW_SOURCE_ATTRIBUTE

public static final String TABLE_ROW_SOURCE_ATTRIBUTE
See Also:
Constant Field Values
Method Detail

getTableRow

public Object getTableRow()
Method getTableRow

Returns:
Object the current table row object