Windchill Client Architecture Common Components
Tag renderSimpleTree


Renders a simple tree (like a directory hierarchy). If the var attribute is set, then the tag will set a page-scoped attribute with an NmHTMLTableTree based on the supplied ComponentModel. If the var tag is empty, then the NmHTMLTableTree is created and drawn. The tag also supports drawing a pre-built NmHTMLTableTree by specifying the tree attribute.


Tag Information
Tag Classcom.ptc.core.components.tags.components.RenderSimpleTreeTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
varfalsetruejava.lang.StringThe name of the scoped variable to assign the NmHTMLTableTree to. If this is not specified, then the tree is drawn by the tag.
scopefalsetruejava.lang.StringThe name of the scope to export the var attribute to. The scope can be (case-insensitive): "page","request","session", or "application"
modelfalsetruecom.ptc.core.components.descriptor.ComponentModelThe component model to create (and optionally draw) an NmHTMLTableTree from. If unspecified, then an NmHTMLTableTree must be specified using the tree attribute.
treefalsetruecom.ptc.netmarkets.util.table.NmHTMLTableTreeThe NmHTMLTableTree to render. If this is not specified, then a ComponentModel must be specified from which a tree will be created.
helpContextfalsetruejava.lang.StringThe help context for this tree
preferenceContextfalsetruejava.lang.StringThe preference context for this tree
singleSelectfalsetruebooleanSingle Select mode. Use Radio buttons or checkboxes for the row selection.
showTreeLinesfalsetruebooleanDetermines if tree lines will be diplayed to show structure in the tree

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.