Class EquivalenceNetworkDataUtility
java.lang.Object
com.ptc.core.components.factory.AbstractDataUtility
com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility
com.ptc.windchill.enterprise.associativity.asb.dataUtilities.EquivalenceNetworkDataUtility
- All Implemented Interfaces:
DataUtility,com.ptc.core.components.descriptor.GuiComponentFactory,LogicSeparatedDataUtility,com.ptc.core.components.factory.dataUtilities.AttributeGuiComponentFactory
public class EquivalenceNetworkDataUtility
extends com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility
DataUtility for Equivalence Network display for Associative
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from interface com.ptc.core.components.descriptor.LogicSeparatedDataUtility
ASSIGNED_OPTIONALITY_CELL_RENDERER, BUILDSTATUS_CELL_RENDERER, CURRENT_LIFECYCLE_CELL_RENDERER, GRAPHICAL_ATTRIBUTE_CELL_RENDER, ICON_CELL_RENDERER, JSONOBJECT_CELL_RENDERER, LONG_DATE_MINUS_TIME_RENDER, REPLACEMENT_STATUS_CELL_RENDERER -
Method Summary
Modifier and TypeMethodDescriptiongetDataValue(String componentId, Object datum, ModelContext mc) This method gets called for JCA attribute rendering Supported API: truegetPlainDataValue(String component_id, Object object, ModelContext mc) Method gets called for individual objects and in GWT application Supported API: trueMethods inherited from class com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility
convertToGuiValue, createAttributeDisplayCompositeComponent, createAttributeDisplayCompositeComponent, createAttributeInputCompositeComponent, createAttributeInputCompositeComponent, createComponentFactory, createSingleValueDisplayComponent, createSingleValueDisplayComponent, createSingleValueInputComponent, createSingleValueInputComponent, createSingleValueInputComponent, createSingleValueInputComponent, createSingleValueTextDisplayComponent, createSingleValueTextDisplayComponent, createValueDisplayComponent, createValueDisplayComponent, createValueInputComponent, createValueInputComponent, getBackingObject, getComponentFactory, getDefaultTruncationLength, getDefaultTruncationLength, getGuiComponent, getGuiValue, getInfoPageTruncationLength, getInfoPageTruncationLength, getTruncationLength, getTruncationLength, initialize, setGuiComponentProperties, setGuiComponentPropertiesMethods inherited from class com.ptc.core.components.factory.AbstractDataUtility
getColumnDescriptor, getComponentBasedLabel, getIntrospectionBasedLabel, getLabel, getLabel, getLabelKey, getMainClassName, getModelAttributes, getPropertyDisplayName, getSoftLabel, getToolTip, initializeDescriptor, resolveJCAObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.core.components.descriptor.DataUtility
getColumnDescriptor, getLabel, getToolTip, initializeDescriptorMethods inherited from interface com.ptc.core.components.descriptor.LogicSeparatedDataUtility
getGWTEditorType, getGWTRendererType
-
Method Details
-
getPlainDataValue
public Object getPlainDataValue(String component_id, Object object, ModelContext mc) throws WTException Method gets called for individual objects and in GWT application Supported API: true- Specified by:
getPlainDataValuein interfaceLogicSeparatedDataUtility- Overrides:
getPlainDataValuein classcom.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility- Parameters:
component_id- The id to build a view object forobject- The object to extract model data frommc- The context in which the component model data is being extracted- Returns:
- An object that can be sent to a view for rendering
- Throws:
WTException- If a problem occurs while extracting the data.
Supported API: true
-
getDataValue
This method gets called for JCA attribute rendering Supported API: true- Specified by:
getDataValuein interfaceDataUtility- Overrides:
getDataValuein classcom.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility- Parameters:
componentId- The id to build a view object fordatum- The object to extract model data frommc- The context in which the component model data is being extracted- Returns:
- An object that can be sent to a view for rendering
- Throws:
WTException- If a problem occurs while extracting the data
-