Uses of Class
org.apache.tapestry.contrib.tree.model.TreeRowObject

Packages that use TreeRowObject
org.apache.tapestry.contrib.tree.components

The tapestry contributed tree component. 

org.apache.tapestry.contrib.tree.components.table

Tree rendering components. 

org.apache.tapestry.contrib.tree.model

Tree model classes/interfaces. 

 

Uses of TreeRowObject in org.apache.tapestry.contrib.tree.components
 

Methods in org.apache.tapestry.contrib.tree.components that return TreeRowObject
 TreeRowObject TreeDataView.getTreeRow()
           
 TreeRowObject TreeDataView.getTreeRowObject()
           
 

Methods in org.apache.tapestry.contrib.tree.components with parameters of type TreeRowObject
 void TreeDataView.setTreeRowObject(TreeRowObject object)
           
 

Uses of TreeRowObject in org.apache.tapestry.contrib.tree.components.table
 

Methods in org.apache.tapestry.contrib.tree.components.table that return TreeRowObject
 TreeRowObject TreeTableDataView.getTreeRow()
           
 TreeRowObject TreeTableDataView.getTreeRowObject()
           
 

Methods in org.apache.tapestry.contrib.tree.components.table with parameters of type TreeRowObject
 void TreeTableDataView.setTreeRowObject(TreeRowObject object)
           
 

Uses of TreeRowObject in org.apache.tapestry.contrib.tree.model
 

Methods in org.apache.tapestry.contrib.tree.model that return TreeRowObject
 TreeRowObject ITreeRowSource.getTreeRow()
          Method getTreeRow.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.