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
  • 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:
      getPlainDataValue in interface LogicSeparatedDataUtility
      Overrides:
      getPlainDataValue in class com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility
      Parameters:
      component_id - The id to build a view object for
      object - The object to extract model data from
      mc - 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

      public Object getDataValue(String componentId, Object datum, ModelContext mc) throws WTException
      This method gets called for JCA attribute rendering Supported API: true
      Specified by:
      getDataValue in interface DataUtility
      Overrides:
      getDataValue in class com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility
      Parameters:
      componentId - The id to build a view object for
      datum - The object to extract model data from
      mc - 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