自定义点
AttributePanelConfig 特性
可通过对 AttributePanelConfig 类使用方法来设置以下参数。
参数
默认值
可能的值
必需?
说明
id
"attributePanel"
任意字符串
为面板 ComponentDefinition 指定的 id。也会显示在包围组件的 HTML div 名称中。如果已指定 id,则需要使用面板的自定义视图 JSP,并将此 id 作为 "compId" 参数传递到 <mvc:attribubtePanel><mvc:simpleAttributePanel> 标记。
视图 (JSP)
<Windchill>\codebase\WEB-INF\jsp\components\attributePanel.jsp.
任意 JSP
视图将接收由构建器和控制器定义的 ComponentDefinition,并对其进行呈现。
componentMode
ComponentMode.VIEW
除非属性配置被覆盖,否则将会对其应用面板配置的值
componentType
ComponentMode.TABLE
除非属性配置被覆盖,否则将会对其应用面板配置的值
targetObject
默认情况下,基准对象为目标对象
除非属性配置被覆盖,否则将会对其应用面板配置的值
父接口上的以下参数不适用于 AttributePanelConfigs
helpContext
actionModel
label
type
这对您有帮助吗?