org.apache.tapestry.contrib.tree.model
Interface ITreeRowSource

All Known Implementing Classes:
TreeDataView, TreeTableDataView

public interface ITreeRowSource

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: ITreeRowSource.java 243791 2004-02-19 17:38:13Z hlship $
Author:
tsvetelin

Field Summary
static String TREE_ROW_SOURCE_ATTRIBUTE
           
 
Method Summary
 TreeRowObject getTreeRow()
          Method getTreeRow
 

Field Detail

TREE_ROW_SOURCE_ATTRIBUTE

static final String TREE_ROW_SOURCE_ATTRIBUTE
See Also:
Constant Field Values
Method Detail

getTreeRow

TreeRowObject getTreeRow()
Method getTreeRow

Returns:
Object the current tree row object.