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 -
Field Summary
Fields inherited from class com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility
referenceLinkMap -
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
getApprovedQuantityTextBox, getDataValue, getGUIComponentId, getLabel, getLinkClass, getMaxLength, getResultingChangeable, getTextDisplayComponent, initializeDescriptor, processExistingLinks, setEventListener, setNumericEventListenerMethods inherited from class com.ptc.core.components.factory.AbstractDataUtility
getColumnDescriptor, getComponentBasedLabel, getIntrospectionBasedLabel, getLabel, getLabelKey, getMainClassName, getModelAttributes, getPropertyDisplayName, getSoftLabel, getToolTip, resolveJCAObject
-
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- Parameters:
component_id-datum-linkBean-- Returns:
- GUI component
- Throws:
WTException
-