向导中的高级属性面板
此面板与在高级属性面板示例中使用的面板相同,并且仅在向导中显示。
显示面板的向导步骤由 DefineItemAttributesWizStepBuilder 构建,该构建器可用于为大部分 Windchill 对象创建向导创建设置属性步骤。步骤构建器包含视图 JSP defineItemAttributesWizStep.jsp
该 JSP 包含标记 <mvc:attributesTableWizComponent/>,该标记可使用具有向导对象类型 id ComponentId. ATTRIBUTES_ID 的构建器来创建和显示属性面板。具有 AttributePanelExampleObject 类型的该组件构建器 id 的构建器为 CarambolaAttributePanelBuilder
有关此构建器的详细信息,请参阅高级属性面板
示例的位置
要导航至产品中的此示例,请转至“自定义” > “组件目录” > “属性面板” > “向导中的高级属性面板”
此示例的操作
操作名称
对象类型名称
文件
attributeWizardExample
对象
\config\actions\Carambola-actions.xml
attributePanelWizStep
carambola
\config\actions\Carambola-actions.xml
此示例的操作模型
此示例使用的文件
源文件
说明
\com\ptc\mvc\builders\carambola\CarambolaAttributePanelBuilder
创建面板的配置和基准对象的构建器
codebase\netmarkets\jsp\carambola\customization\examples\wizard\attributeWizardExample.jsp
向导的主 JSP
codebase\WEB-INF\jsp\object\defineItemAttributesWizStep.jsp
大部分 Windchill 创建向导的设置属性向导步骤使用的公用 JSP
\com\ptc\carambola\customization\examples\attributePanel\AttributePanelExampleObject.java
面板中表示的对象类型的 Java 类
codebase\config\actions\Carambola-actions.xml
包含示例的操作
这对您有帮助吗?