org.apache.tapestry.contrib.table.model
Interface ITableRowSource
- All Known Implementing Classes:
- TableFormRows, 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
- Author:
- mindbridge
Method Summary |
java.lang.Object |
getTableRow()
Method getTableRow |
TABLE_ROW_SOURCE_ATTRIBUTE
static final java.lang.String TABLE_ROW_SOURCE_ATTRIBUTE
- See Also:
- Constant Field Values
getTableRow
java.lang.Object getTableRow()
- Method getTableRow
- Returns:
- Object the current table row object