Uses of Class
wt.templateutil.table.WTAttribute

Packages that use WTAttribute
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.org.electronicIdentity   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.templateutil.table Provides support for PDMLink-like HTML tables and defines several table services:
AssociationListTableService AttributeListTableService BasicTableService ListContentTableService TemplateProcessorTableService
including support for special columns, column headers and table entires with special formatting, etc. 
 

Uses of WTAttribute in wt.eff
 

Subclasses of WTAttribute in wt.eff
 class EffGroupAttribute
           
 

Methods in wt.eff that return WTAttribute
protected  WTAttribute EffHistoryTableModel.newWTAttribute()
           
protected  WTAttribute EffHistoryTableModel.newWTAttribute()
           
 

Uses of WTAttribute in wt.enterprise
 

Fields in wt.enterprise declared as WTAttribute
protected  WTAttribute BasicTemplateProcessor.wtAttribute
          Deprecated. Description of the Field
 

Methods in wt.enterprise that return WTAttribute
 WTAttribute BasicTemplateProcessor.getWTAttribute()
          Deprecated. Gets the wTAttribute attribute of the BasicTemplateProcessor object
 

Uses of WTAttribute in wt.org.electronicIdentity
 

Methods in wt.org.electronicIdentity that return WTAttribute
protected  WTAttribute SignatureLinkTableModel.newWTAttribute()
           
 

Uses of WTAttribute in wt.part
 

Fields in wt.part declared as WTAttribute
private  WTAttribute PartSubstitutesTableModel.wtAttribute
          Deprecated.  
 

Methods in wt.part that return WTAttribute
 WTAttribute WTPartEffDisplayProcessor.getWTAttribute()
           
 WTAttribute PartSubstitutesTableModel.getWtAttribute()
          Deprecated. Gets the value of the attribute: wtAttribute.
 

Methods in wt.part with parameters of type WTAttribute
 void PartSubstitutesTableModel.setWtAttribute(WTAttribute a_WtAttribute)
          Deprecated. Sets the value of the attribute: wtAttribute.
 

Uses of WTAttribute in wt.templateutil.table
 

Fields in wt.templateutil.table declared as WTAttribute
private  WTAttribute RowDataTableModel.theWTAttribute
          Deprecated.  
private  WTAttribute RowDataTableModel.wtAttribute
          Deprecated.  
private  WTAttribute ObjectPropertiesTableModel.wtAttribute
          Deprecated.  
private  WTAttribute AssociationTableModel.wtAttribute
          Deprecated.  
 

Methods in wt.templateutil.table that return WTAttribute
 WTAttribute RowDataTableModel.getWTAttribute()
          Deprecated.  
 WTAttribute RowDataTableModel.getWtAttribute()
          Deprecated.  
protected  WTAttribute RowDataTableModel.newWTAttribute()
          Deprecated.  
 WTAttribute ObjectPropertiesTableModel.getWtAttribute()
          Deprecated.  
 WTAttribute AssociationTableModel.getWtAttribute()
          Deprecated. Gets the WTAttribute object used by the getValueAt method

Supported API: false
protected  WTAttribute AssociationTableModel.newWTAttribute()
          Deprecated.  
 

Methods in wt.templateutil.table with parameters of type WTAttribute
 void RowDataTableModel.setWTAttribute(WTAttribute a_WTAttribute)
          Deprecated.  
private  void RowDataTableModel.theWTAttributeValidate(WTAttribute a_WTAttribute)
          Deprecated.  
 void ObjectPropertiesTableModel.setWtAttribute(WTAttribute a_WtAttribute)
          Deprecated.  
 void AssociationTableModel.setWtAttribute(WTAttribute a_WtAttribute)
          Deprecated. Sets the WTAttribute object used by the getValueAt method

Supported API: false