Windchill Client Architecture Common Components
Tag participantPicker


Participant Picker Common component.


Tag Information
Tag Classcom.ptc.windchill.enterprise.tags.picker.PrincipalPickerTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
actionClasstruetruejava.lang.StringName of the action class that needs to be invoked for processing the selected Participants.
actionMethodtruetruejava.lang.StringName of the action method that needs to be invoked for processing the selected Participants.
selectfalsetruejava.lang.StringThis can take values "single" / "multi". When this is set to "single", one can select only one Participant at a time. Default is "multi". If this attribute is not passed or set to "multi", Picker will enable to select multiple Participants.
participantTypefalsetruejava.lang.StringUse this to set the default to any Participant type. The class com.ptc.core.components.beans.PrincipalBean has four string constants defined, which one can pass to this attribute. The constants are ALL_PARTICIPANT, USER, GROUP, ORG.
singleParticipantTypefalsetruejava.lang.StringUse this to set the default Participant type specified above as the only supported type. This takes value true/false. When set to true, it will restrict to single type specified as in the attribute participantType. When set to false or left unspecified, the picker supports participant types ALL_PARTICIPANT, USER, GROUP, ORG.
associationMapfalsetruejava.util.HashMapThis map contains key, value pairs of association to be displayed in association drop down list. Keys are Java String literals that are returned to the user upon selection of any association. Value is a localized string that is displayed in association drop down list.
defaultAssociationfalsetruejava.lang.StringThe default association should be passed in this attribute.
associationLabelfalsetruejava.lang.StringThe localized string for Display Label of the association.
emailAllowedfalsetruejava.lang.StringSet this to "true" for the email TextBox to be rendered. Default is "false".
contextMapfalsetruejava.util.LinkedHashMapThe List of Context in which one wants to perform Search In.
defaultContextfalsetruejava.lang.StringThe default Context should be passed in this attribute.
serviceMapfalsetruejava.util.LinkedHashMapLDAP server's list is passed, to perform search. Default this attribute is not supplied.
includeInternalfalsetruejava.lang.StringSet this to "true" to search for internal groups. Default is "false".

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.