org.apache.tapestry.contrib.tree.components
Class Tree

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.Tree
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 Tree
extends org.apache.tapestry.BaseComponent
implements ITreeComponent

Author:
ceco

Constructor Summary
Tree()
           
 
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

Tree

public Tree()
Method Detail

getComponentPath

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

getTreeModelSource

public ITreeModelSource getTreeModelSource()
Specified by:
getTreeModelSource in interface ITreeComponent
See Also:
ITreeComponent.getTreeModelSource()

resetState

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

getTreeRowSource

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