Class ChangeTaskAttributesBuilder
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
com.ptc.windchill.enterprise.change2.mvc.builders.tables.ChangeTaskAttributesBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,com.ptc.mvc.components.ComponentConfigFactoryAware,ComponentDataBuilder,TypedAttrLayOutFactoryAware
@TypeBased("wt.change2.WTChangeActivity2")
public class ChangeTaskAttributesBuilder
extends ChangeAttributesBuilder
This builder supports "wt.change2.WTChangeActivity2" 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 "/changetask/create_details.jsp" when the wizard mode is create.Methods inherited from class com.ptc.windchill.enterprise.change2.mvc.builders.tables.ChangeAttributesBuilder
buildAttributePanelConfigMethods 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 "/changetask/create_details.jsp" when the wizard mode is create.
Supported API: true- Overrides:
getViewin classChangeAttributesBuilder- Parameters:
params-- Returns:
- the view for the config
-