net.sf.flock.webapp.tree
Class MyTree

java.lang.Object
  |
  +--net.sf.tapestry.AbstractComponent
        |
        +--net.sf.flock.webapp.tree.Tree
              |
              +--net.sf.flock.webapp.tree.MyTree
All Implemented Interfaces:
net.sf.tapestry.IComponent, net.sf.tapestry.IRender

public class MyTree
extends Tree

Version:
$Revision: 1.8 $
Author:
$Author: phraktle $

Field Summary
 
Fields inherited from class net.sf.tapestry.AbstractComponent
id, page, specification, wrapped, wrappedCount
 
Constructor Summary
MyTree()
           
 
Method Summary
protected  void enterChildren(net.sf.tapestry.IMarkupWriter writer, net.sf.tapestry.IRequestCycle cycle)
           
protected  void enterNode(net.sf.tapestry.IMarkupWriter writer, net.sf.tapestry.IRequestCycle cycle)
           
protected  void leaveChildren(net.sf.tapestry.IMarkupWriter writer, net.sf.tapestry.IRequestCycle cycle)
           
protected  void leaveNode(net.sf.tapestry.IMarkupWriter writer, net.sf.tapestry.IRequestCycle cycle)
           
 
Methods inherited from class net.sf.flock.webapp.tree.Tree
getDepth, getRootNode, getValue, getValueBinding, renderComponent, renderCurrentNode, renderNodes, setRootNode, setValueBinding
 
Methods inherited from class net.sf.tapestry.AbstractComponent
addAsset, addBody, addComponent, addWrapped, cleanupAfterRender, finishLoad, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, formatString, formatString, formatString, formatString, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getNamespace, getPage, getSpecification, getString, prepareForRender, render, renderBody, renderWrapped, setBinding, setContainer, setId, setNamespace, setPage, setSpecification, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyTree

public MyTree()
Method Detail

enterNode

protected void enterNode(net.sf.tapestry.IMarkupWriter writer,
                         net.sf.tapestry.IRequestCycle cycle)
                  throws net.sf.tapestry.RequestCycleException
Overrides:
enterNode in class Tree
net.sf.tapestry.RequestCycleException

leaveNode

protected void leaveNode(net.sf.tapestry.IMarkupWriter writer,
                         net.sf.tapestry.IRequestCycle cycle)
                  throws net.sf.tapestry.RequestCycleException
Overrides:
leaveNode in class Tree
net.sf.tapestry.RequestCycleException

enterChildren

protected void enterChildren(net.sf.tapestry.IMarkupWriter writer,
                             net.sf.tapestry.IRequestCycle cycle)
                      throws net.sf.tapestry.RequestCycleException
Overrides:
enterChildren in class Tree
net.sf.tapestry.RequestCycleException

leaveChildren

protected void leaveChildren(net.sf.tapestry.IMarkupWriter writer,
                             net.sf.tapestry.IRequestCycle cycle)
                      throws net.sf.tapestry.RequestCycleException
Overrides:
leaveChildren in class Tree
net.sf.tapestry.RequestCycleException


Copyright © 2002-2003 Presence Inc. All Rights Reserved.