Uses of Class
org.apache.tapestry.util.ComponentAddress

Packages that use ComponentAddress
org.apache.tapestry.contrib.table.model.common

Common model classes used in table. 

org.apache.tapestry.contrib.tree.components

The tapestry contributed tree component. 

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

Tree rendering components. 

 

Uses of ComponentAddress in org.apache.tapestry.contrib.table.model.common
 

Methods in org.apache.tapestry.contrib.table.model.common that return ComponentAddress
 ComponentAddress BlockTableRendererSource.getBlockAddress()
          Returns the blockAddress.
 ComponentAddress ComponentTableRendererSource.getComponentAddress()
          Returns the listenerAddress.
 ComponentAddress BlockTableRendererSource.getListenerAddress()
          Returns the listenerAddress.
 

Methods in org.apache.tapestry.contrib.table.model.common with parameters of type ComponentAddress
 void BlockTableRendererSource.setBlockAddress(ComponentAddress blockAddress)
          Sets the blockAddress.
 void ComponentTableRendererSource.setComponentAddress(ComponentAddress listenerAddress)
          Sets the listenerAddress.
 void BlockTableRendererSource.setListenerAddress(ComponentAddress listenerAddress)
          Sets the listenerAddress.
 

Constructors in org.apache.tapestry.contrib.table.model.common with parameters of type ComponentAddress
BlockTableRendererSource(ComponentAddress objBlockAddress)
           
BlockTableRendererSource(ComponentAddress objBlockAddress, ComponentAddress objListenerAddress)
           
ComponentTableRendererSource(ComponentAddress objComponentAddress)
           
 

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

Methods in org.apache.tapestry.contrib.tree.components that return ComponentAddress
 ComponentAddress TreeView.getComponentPath()
           
 ComponentAddress ITreeComponent.getComponentPath()
           
 ComponentAddress Tree.getComponentPath()
           
 

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

Methods in org.apache.tapestry.contrib.tree.components.table that return ComponentAddress
 ComponentAddress TreeTable.getComponentPath()
           
 

Constructors in org.apache.tapestry.contrib.tree.components.table with parameters of type ComponentAddress
TreeTableColumn(String arg0, boolean arg1, ComponentAddress objComponentAddress)
           
TreeTableValueRenderSource(ComponentAddress objComponentAddress)
           
 



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