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

java.lang.Object
  extended byorg.apache.hivemind.impl.BaseLocatable
      extended byorg.apache.tapestry.AbstractComponent
          extended byorg.apache.tapestry.BaseComponent
              extended byorg.apache.tapestry.contrib.tree.components.table.TreeTable
All Implemented Interfaces:
org.apache.tapestry.IComponent, org.apache.tapestry.IRender, org.apache.tapestry.ITemplateComponent, ITreeComponent, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public abstract class TreeTable
extends org.apache.tapestry.BaseComponent
implements ITreeComponent

Author:
ceco

Constructor Summary
TreeTable()
           
 
Method Summary
 org.apache.tapestry.util.ComponentAddress getComponentPath()
           
 ITreeModelSource getTreeModelSource()
           
 ITreeRowSource getTreeRowSource()
           
 void resetState()
           
 
Methods inherited from class org.apache.tapestry.BaseComponent
addOuter, finishLoad, renderComponent
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, enterActiveState, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty
 
Methods inherited from interface org.apache.tapestry.IRender
render
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Constructor Detail

TreeTable

public TreeTable()
Method Detail

getTreeModelSource

public ITreeModelSource getTreeModelSource()
Specified by:
getTreeModelSource in interface ITreeComponent

resetState

public void resetState()
Specified by:
resetState in interface ITreeComponent
See Also:
ITreeComponent.resetState()

getComponentPath

public org.apache.tapestry.util.ComponentAddress getComponentPath()
Specified by:
getComponentPath in interface ITreeComponent
See Also:
ITreeComponent.getComponentPath()

getTreeRowSource

public ITreeRowSource getTreeRowSource()
Specified by:
getTreeRowSource in interface ITreeComponent
See Also:
ITreeComponent.getTreeRowSource()