Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Attribute Panels > Customization Points > AttributeConfig Properties
  
AttributeConfig Properties
The following properties are applicable to AttributeConfigs and may be set using methods on that class. Many additional properties are available on the parent interface PropertyConfig. See Attribute Customization for more information on these.
Parameter
Default Value
Possible values
Required?
Description
colPos
1
Any number
no
The column position of the attribute within the group. Only applicable to advanced attribute panels.
colSpan
1
Any positive number
no
Set the number of columns the attribute should span. A “column” is one name:value pair. Only applicable to advanced attribute panels. See the javadoc for AttributeConfig for more information.
componentMode
--
See the javadoc for ComponentMode
no
If not specified, the value for the panel config will used.
id
none
Any string
yes
The identifier for the attribute. See How to Find an Attribute Name/Id
label
none
Any String
no
The label displayed for the attribute. If not specified, the label will be determined as described in Attribute Customization.
rowPos
--
Any number
no
The row position of the attribute within the group. If not specified, attributes will displayed in the order added to the group config. Only applicable to advanced attribute panels.
targetObject
--
no
If not specified, the value for the panel config will be used, if any.
The following parameters on the parent interfaces are NOT applicable to AttributeConfigs:
componentType
helpContext
actionModel
type