Class defineDesignBuilder
java.lang.Object
com.ptc.mvc.components.AbstractComponentConfigBuilder
com.ptc.mvc.components.AbstractComponentBuilder
com.ptc.jca.mvc.components.AbstractAttributesComponentBuilder
com.ptc.jca.mvc.builders.TypedAttributesPanelBuilder
com.ptc.windchill.uwgm.cadx.createecaddesign.mvc.builders.defineDesignBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,com.ptc.mvc.components.ComponentConfigFactoryAware,ComponentDataBuilder,TypedAttrLayOutFactoryAware
@ComponentBuilder("document.defineDesign")
@TypeBased("wt.epm.EPMDocument")
public class defineDesignBuilder
extends TypedAttributesPanelBuilder
Default Builder for "defineItemAttributesWizStep"
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from class com.ptc.jca.mvc.builders.TypedAttributesPanelBuilder
JSON_VIEW -
Method Summary
Modifier and TypeMethodDescriptiongetView(ComponentParams params) Sets the change attributes wizard table view to "/change/create_details.jsp" when the wizard mode is create.Methods inherited from class com.ptc.jca.mvc.builders.TypedAttributesPanelBuilder
buildAttributesComponentConfig, getTypedAttrLayOutFactory, setTypedAttrLayOutFactory, setViewMethods inherited from class com.ptc.jca.mvc.components.AbstractAttributesComponentBuilder
buildComponentConfig, buildComponentData, getComponentMode, getComponentTypeMethods inherited from class com.ptc.mvc.components.AbstractComponentConfigBuilder
getComponentConfigFactory, getMessageSource, setComponentConfigFactory
-
Method Details
-
getView
Sets the change attributes wizard table view to "/change/create_details.jsp" when the wizard mode is create.
Supported API: true- Parameters:
params-- Returns:
- the view for the config
-