Windchill Client Architecture Common Components
Tag describeAttributesTable


Creates a component descriptor for an attributes table. This is a 2-column table of an object's attributes. Attribute labels are in the left column and attribute values in the right column.


Tag Information
Tag Classcom.ptc.core.components.tags.components.DescribeAttributesTableTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringThe identifier for this attributes table descriptor.
vartruetruejava.lang.StringName of the exported scoped variable for the table descriptor. The type of the variable is com.ptc.core.components.descriptor.ComponentDescriptor.
scopefalsetruejava.lang.StringThe name of the scope to export the var attribute to. The scope can be (case-insensitive): "page","request","session", or "application"
typefalsetruejava.lang.StringType of object displayed in this table. This is used to construct AttributeTypeIdentifiers if no object is provided.
labelfalsetruejava.lang.StringA localized display label for this table
modefalsetruejava.lang.StringThe String form of one of the modes defined in the com.ptc.core.ui.resoureces.ComponentMode enum. VIEW is the default if not specified.
componentTypefalsetruejava.lang.StringThe String form of one of the modes defined in the com.ptc.core.ui.resoureces.ComponentType enum. TABLE is the default if not specified.
toolbarNamefalsetruejava.lang.StringThe name of the action model to use for the toolbar actions.
menubarNamefalsetruejava.lang.StringThe name of the action model to use for the menubar actions.
helpContextfalsetruejava.lang.StringThe help context for this table. No help icon will be displayed if no help context is specified.
targetObjectfalsetruejava.lang.StringThe target object to use for the table, if not otherwise specified. It is not necessary to add this attribute if the CreateAndEditModelGetter class is being used to get the table model.
standardNameSortfalsetruebooleanFor VIEW mode only. When true, the name column is sorted like any other column. When false, the name column is sorted per the order in the JSP page. Defaults to true.

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.