Class ChangeAttributesBuilder
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.enterprise.change2.mvc.builders.tables.ChangeAttributesBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,com.ptc.mvc.components.ComponentConfigFactoryAware,ComponentDataBuilder,TypedAttrLayOutFactoryAware
- Direct Known Subclasses:
ChangeTaskAttributesBuilder
@TypeBased("wt.change2.VersionableChangeItem")
public class ChangeAttributesBuilder
extends TypedAttributesPanelBuilder
This builder describes the config for displaying the attributes in change
wizards and general attributes. builder supports "wt.change2.WTChangeIssue",
"wt.change2.WTChangeRequest2", "wt.change2.WTChangeOrder2" and
"wt.change2.WTVariance" type objects. Sets the view for the create change
wizard attributes tables.
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
-