Class ChangeEditDetailsWizStepBuilder
java.lang.Object
com.ptc.mvc.components.AbstractComponentConfigBuilder
com.ptc.mvc.components.AbstractComponentBuilder
com.ptc.jca.mvc.components.AbstractWizStepBuilder
com.ptc.jca.mvc.builders.DefaultEditAttributesWizStepBuilder
com.ptc.windchill.enterprise.change2.mvc.builders.wizards.ChangeEditDetailsWizStepBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,com.ptc.mvc.components.ComponentConfigFactoryAware,ComponentDataBuilder
- Direct Known Subclasses:
ChangeTaskEditDetailsWizStepBuilder
@TypeBased({"wt.change2.WTChangeIssue","wt.change2.WTChangeReview","wt.change2.WTChangeRequest2","wt.change2.WTChangeOrder2","wt.change2.WTVariance"})
public class ChangeEditDetailsWizStepBuilder
extends DefaultEditAttributesWizStepBuilder
Defines the property panel and sets the view for the edit change wizards
attributes tables. This builder supports "wt.change2.WTChangeIssue",
"wt.change2.WTChangeRequest2", "wt.change2.WTChangeOrder2" and
"wt.change2.WTVariance" type objects.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from class com.ptc.jca.mvc.components.AbstractWizStepBuilder
PROPERTY_PANEL_ID, READ_ONLY_ATTRIBUTES_PANEL_ID -
Method Summary
Modifier and TypeMethodDescriptionprotected AttributePanelConfigDefines a property panel with the type, org and revision as read only attributes.protected StringgetView(ComponentParams params) Sets the change attributes wizard table view to "/change/edit_details.jsp".Methods inherited from class com.ptc.jca.mvc.builders.DefaultEditAttributesWizStepBuilder
getModeMethods inherited from class com.ptc.jca.mvc.components.AbstractWizStepBuilder
buildComponentConfig, buildComponentData, getContainerAttributeConfigMethods inherited from class com.ptc.mvc.components.AbstractComponentConfigBuilder
getComponentConfigFactory, getMessageSource, setComponentConfigFactory
-
Method Details
-
buildReadOnlyAttributePanelConfig
protected AttributePanelConfig buildReadOnlyAttributePanelConfig(ComponentParams params) throws WTException Defines a property panel with the type, org and revision as read only attributes. To override these attributes the property panel config needs to have the "edit.change.propertyPanelConfig".
Supported API: true- Overrides:
buildReadOnlyAttributePanelConfigin classDefaultEditAttributesWizStepBuilder- Returns:
- AttributePanelConfig
- Throws:
WTException
-
getView
Sets the change attributes wizard table view to "/change/edit_details.jsp".
Supported API: true- Overrides:
getViewin classAbstractWizStepBuilder- Parameters:
params-- Returns:
-