Windchill Client Architecture Common Components
Tag renderTableInPane


Renders a table similar to the renderTable tag, but without the excess left margin space.


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

Attributes
NameRequiredRequest-timeTypeDescription
varfalsetruejava.lang.StringThe name of the page-scoped variable to assign the NmHTMLTable to. If this is not specified, then the table 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 NmHTMLTable from. If unspecified, then an NmHTMLTable must be specified using the table attribute.
tablefalsetruecom.ptc.netmarkets.util.table.NmHTMLTableThe NmHTMLTable to render. If this is not specified, then a ComponentModel must be specified from which a table will be created.
showCountfalsetruebooleanoptionally show the count of objects in the table title area.
showPagingLinksfalsetruebooleanDetermines whether or not the table is paged.
pageLimitfalsetrueintthe number of rows to display per page in the table
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.
viewAllLinkfalsetruejava.lang.Stringoptionally show a view all link at the bottom of the table. The value is the url to the view all page.
helpContextfalsetruejava.lang.StringThe help context for this table
useTrailfalsetruebooleanWhether or not to trail-enable links in the table
preferenceContextfalsetruejava.lang.StringThe preference context for this table
tableBeanClassfalsefalsejava.lang.StringThe bean class to use for constructing the NmHTMLTable. Must be a subclass of TableBean. If not specified, TableBean will be used.
singleSelectfalsetruebooleanSingle Select mode. Use Radio buttons or checkboxes for the row selection.

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.