Class ImpactIntentDataUtility
java.lang.Object
com.ptc.core.components.factory.AbstractDataUtility
com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility
com.ptc.windchill.enterprise.change2.dataUtilities.ImpactIntentDataUtility
- All Implemented Interfaces:
DataUtility
Displays the Impact Intent attribute on the Summary and Resulting Items table.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility
ChangeLinkAttributeDataUtility.LinkType -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractGuiComponentcreateGuiComponent(String component_id, Object datum, ChangeLinkAttributeBean linkBean) Creates the gui component display for the baseline intent.Methods inherited from class com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility
getDataValue, getGUIComponentId, getLabel, processExistingLinks, setNumericEventListenerMethods inherited from class com.ptc.core.components.factory.AbstractDataUtility
getColumnDescriptor, getToolTip
-
Method Details
-
createGuiComponent
protected AbstractGuiComponent createGuiComponent(String component_id, Object datum, ChangeLinkAttributeBean linkBean) throws WTException Creates the gui component display for the baseline intent.
Supported API: true- Overrides:
createGuiComponentin classChangeLinkAttributeDataUtility- Returns:
- GUI component
- Throws:
WTException
-