Basic Customization > User Interface Customization > Constructing Wizards > Customizing Reusable Wizard Steps > Reusable Wizard Steps > defineItemAttributesWizStep > Customizations > Configure the Type Picker > <configureTypePicker> Tag Parameters
  
<configureTypePicker> Tag Parameters
Parameters to this tag are in the form of pickerParam subtags. All of these parameters are optional. Example syntax:
<jca:configureTypePicker>
      <p:pickerParam name="seedType" value="wt.part.WTPart|org.r_and_d.
SoftPartType1/>
      <p:pickerParam name="filterType"
value="wt.part.WTPart|org.r_and_d.SoftPartType1|org.r_and_d.
SoftPartType1B"/>
<p:pickerParam name="showRoot" value="false"/>
</jca:configureTypePicker>
Parameter
Default Value
Possible Values
Description
seedType
None
any Windchill type identifier string (logical or external)
The top-level type that should be used to generate the list of types. For example, "wt.part.WTPart". May include more than one of these parameters.
defaultType
May be taken from a preference (see table above)
For all other wizards, the base type is used.
any Windchill type identifier string (logical or external)
The type that should be selected by default. For example, "wt.part.WTPart." May be a string, such as "Select a Type" rather than a type name.
filterType
None
any Windchill type identifier string (logical or external)
A type that should be excluded from the type list. For example, "SoftPartType1". The descendants of the filter type are also excluded. May include more than one of these parameters.
displayHierarchy
false
true (to display hierarchy)
false (to display flat list)
Indicates whether the type list should be displayed as a flat list or in hierarchical form.
showRoot
true
true (to display seed types)
false (to not display seed types)
Whether the seedTypes should not be displayed.
adminDomainRefString
The domain associated with the default folder location (see Overview
any administrative domain reference string
String representation of the administrative domain reference that should be used for access-control filtering of the type list. For example, "wt.admin.AdministrativeDomain:7"
Type
BOTH
ROOT_TYPES (only seedTypes will be displayed)
SOFT_TYPES (only subtypes will be displayed)
MODELED_TYPES (only modeled types will be displayed
BOTH (both modeled and subtypes will be displayed)
Indicates the kind of types to be displayed. Value should be one of the enum constants defined in com.ptc.windchill.enterprise.picker.type.server.TypePickerTypes.