q
Tag dynamicTreeStructure


This tag is used to specify a dynamic tree structure. The hierarchy in the dynamic tree structure is defined by specifying the expression for retrieving child nodes of a given node. You should place the staticTreeStructure tag into the treeTable tag.


Tag Information
Tag Classteamdev.jsf.taglib.DynamicTreeStructureJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
nodeChildrentruejava.lang.StringonlynullThe expression for retrieving child nodes of a given node. This expression should provide a list of child node data objects for the parent node. The parent node whose children should be retrieved can be identified through request-scope variables whose names are specified with the "var", "nodePathVar", "nodeLevelVar", or "nodeHasChildrenVar" attributes of the treeTable tag.
nodeHasChildrenfalsebooleanonlynullA flag that indicates whether the node has children or not. This information is needed to know whether the expansion toggle button (- and +) should be displayed near the node.
nodeKeyfalseObjectonlynullThe key node object that must uniquely identify the appropriate node.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.