| Tag Summary |
| describeTable | Describes a table component that can be plugged in to Windchill Client Architecture get and render tags. |
| describeTableTree | Describes a tree component that can be plugged in to Windchill Client Architecture get and render tags. |
| describeColumn | Creates a component description for a column. This tag is typically embedded in a parent describe tag, though if var is specified, it can be used on its own. |
| setComponentProperty | Helper tag that sets properties on the component descriptor managed by a parent describe tag. Alternatively, the component descriptor to configure can be specified using the target attribute. |
| getModel | Creates a component model based on the supplied component descriptor and query parameters. The resulting model is assigned to a scoped variable specified by the var attribute. |
| addServiceArgument | Helper tag that adds method arguments to ServiceModelCommand-based method calls. The tag can either be nested within a GetModel tag, or alternatively the command instance can be passed explicitly to the tag |
| renderTable | Renders a netmarkets table. If the var attribute is set, then the tag will set page-scoped attribute with an NmHTMLTable based on the supplied ComponentModel. If the var tag is empty, then the NmHTMLTable is created and drawn. The tag also supports drawing a pre-built NmHTMLTable by specifying the table attribute. |
| 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. |
| getNonSelectables | To remove the checkbox on certain table rows, use this child tag to set a class and method that will determine the list of NmOids for the special non-selectable rows. The child tag is specified on the renderTable*Tag. |
| renderTableInPane | Renders a table similar to the renderTable tag, but without the excess left margin space. |
| renderTwoPanes | Renders a two-pane display. Calls specified JSPs to render the contents of each pane. |
| 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. |
| describeInfoPage | Creates a component descriptor for an info page that can be plugged in to data acquisition and rendering engines |
| describeStatusGlyph | Subtag of that adds a component descriptor to the parent descriptor. If var is specified, then the component descriptor is added to the page instead of to a parent. |
| describePropertyPanel | Creates a component descriptor for an info page that can be plugged in to data acquisition and rendering engines |
| addProperty | Add a property to renderPropertyPanel tag |
| addPropertyPanel | Add a property panel to renderPropertyPanel tag |
| addPlaceHolder | Add a place holder in a property panel to be filled in dynamically via javascript |
| addSeparator | Add a separator to renderPropertyPanel tag |
| addHeader | Add header text within a renderPropertyPanel tag |
| addPropertyPanelDescriptor | Add a descriptor to describeInfoPage tag |
| renderPropertyPanel | Renders a property panel with multiple models |
| renderPropertyLabel | Renders a property label (e.g. for name "Name:") |
| renderPropertyValue | Renders a property value (e.g. for name "GOLF_CART") |
| renderAccessibilityLink | Renders the hidden link for the 508 support |
| renderThirdLevelNav | renders the 3rd level navigation |
| renderActionsMenu | renders the link for an object's "Actions" menu (used on the info page and in tables) |
| wizardStep | No Description |
| wizard | No Description |
| searchBar | type based lookup for a jsp fragment to be included in the page |
| header | This prints out the standard header including the logo, global links (clipboard, help etc), and the tabs and sub tabs. This tag also invokes the contextBar and searchBar tages This tag is generally included by using begin.jspf rather than invoked on its own. |
| footer | This prints out the standard footer. This tag is generally included by using footer.jspf rather than invoked on its own. |
| includeFormComponent | Includes a jsp file containing one or more input fields in the curernt page and writes a hidden input field to the page specifying the processor class for the input fields. See the javadoc for the class IncludeFormComponent for more information. |
| excludeColumn | This tag may be included as a subtag in a describeColumn tag for a multi-attribute column descriptor like "ALL_SOFT_ATTRIBUTES". It will exclude the specified member attribute from the table. See the javadoc for the class ExcludeColumnTag for more information. |
| excludeProperty | This tag may be included as a subtag in a describeProperty tag for a multi-attribute property descriptor like "ALL_SOFT_ATTRIBUTES". It will exclude the specified member attribute from the table or panel. See the javadoc for the class ExcludeColumnTag for more information. |
| action | Renders an action that is defined in actions.xml |
| participantPicker | Participant Picker Common component. |
| getIeModel | GetModel tag for InfoEngine. Uses the com.ptc.core.components.adapter.GetModelWebjectDelegate to retrieve a ComponentModel for an input ComponentDescriptor. This tag supports nested tags, refer to the documentation of GetModelWebjectDelegate for supported params. |
| initializeItem | Initializes an object being created or edited in a jsp wizard |
| configureTypePicker | Includes and configures the type picker used in item creation wizards. Accepts these optional "pickerParam" subtags: "seedType", "defaultType", "filterType", "adminDomainRefString", and "displayHierarchy." If these are not included, default values will be used. See the javadoc for the ConfigureTypePicker class for more information. |
| propagateComponent | Inserts a Propagate Component checkbox in the current page. |
| 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. |
| describeProperty | Subtag of and
|
| suggestParm | Serves as a child tag to the SuggestTextBoxTag. Allows developers to add parameters that will be sent to their implementation of Suggestable |
| setWizardNavObserver | Registers Observer tasks for wizard step navigation and specifies the function to call upon upon registering an observed event with the listen. |
| getCurrentView | Gets the current table view id and assigns it to a page-scoped variable |
| setSavedSearchView | Sets the saved search view for a given table, and allows the display of the saved search view instead of the user's active view. |
| tabToHighlight | used to set which tab should be highlighted this tag adds request params that will tell the navigation which action in the navigation action model is the tab to highlight |
| setPageTitle | This tag provides an interface for setting a browser window's page title from a JSP file. The tag takes its three attributes and set them in the HttpServletRequest. This data is later used by the DefaultNavigationDelegate to set the browser window's page title. |
| includeConfirmDialog | This tag provides all the framework for a Dojo based JS dialog. The implementer can declare this tag and show the dialog by using the syntax dialogId.show( ); Each dialog included in a page should have a unique ID, however the tag may be included multiple times. |