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
- Author:
- tsvetelin
TREE_ROW_SOURCE_ATTRIBUTE
static final java.lang.String TREE_ROW_SOURCE_ATTRIBUTE
- See Also:
- Constant Field Values
getTreeRow
TreeRowObject getTreeRow()
- Method getTreeRow
- Returns:
- Object the current tree row object.