Windchill Client Architecture Common Components
Tag renderTableTree


Renders a netmarkets tree. 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.RenderTableTreeTag
TagExtraInfo ClassNone
Body Contentscriptless
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.treetable.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
useTrailfalsetruebooleanWhether or not to trail-enable links in the tree
preferenceContextfalsetruejava.lang.StringThe preference context for this tree
singleSelectfalsetruebooleanSingle Select mode. Use Radio buttons or checkboxes for the row selection.
showCustomViewLinkfalsetruebooleanDetermines whether or not to show The customize view link in the view drop down.
scrollfalsetruejava.lang.StringSpecifies that the table should use scrollbars to keep the header and actions in view when looking down at the items in the bottom of the table.
showCountfalsetruebooleanoptionally show the count of objects in the table title area.
rowBasedObjectHandlefalsetruebooleanWhether objectHandles are needed for each row. By default the value of this attribute is false. Set to true to render a table for creating/editing multiple objects in a create/edit wizard.
afterJSfalsefalsejava.lang.StringJavaScript method to execute after the table has been rendered or re-rendered as a result of sorting etc.
showPagingLinksfalsetruebooleanDetermines whether or not the table is paged.
pageLimitfalsetrueintThe number of rows to display per page in the table. If this was specified by the getIeModel tag, it does not need to be respecified here.
fullListLimitfalsetrueintThe maximum number of rows to display per page in the table when the full list actions is clicked. The number can be set to a level so as to keep the browser from crashing.
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.