Uses of Package
wt.adapter.attribute

Packages that use wt.adapter.attribute
com.ptc.windchill.enterprise.nativeapp.server   
com.ptc.windchill.enterprise.templates   
wt.adapter Provides the definition for InfoEngine WebjectServices and WebjectDelegates. 
wt.adapter.attribute   
wt.clients.beans   
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. 
 

Classes in wt.adapter.attribute used by com.ptc.windchill.enterprise.nativeapp.server
AttributeHelper
          The AttributeHelper class is a facade class designed to allow classes in other packages easy access to the functionality in the wt.adapter.attribute package.
 

Classes in wt.adapter.attribute used by com.ptc.windchill.enterprise.templates
AttributeHelper
          The AttributeHelper class is a facade class designed to allow classes in other packages easy access to the functionality in the wt.adapter.attribute package.
 

Classes in wt.adapter.attribute used by wt.adapter
AttributeHelper
          The AttributeHelper class is a facade class designed to allow classes in other packages easy access to the functionality in the wt.adapter.attribute package.
 

Classes in wt.adapter.attribute used by wt.adapter.attribute
AttributeDelegate
          Defines the interface for AttributeDelegate classes.
AttributeDelegateFactory
          

Supported API: false

Extendable: false
AttributeHelper
          The AttributeHelper class is a facade class designed to allow classes in other packages easy access to the functionality in the wt.adapter.attribute package.
BasicAttributeDelegate
          Holds convenience methods commonly used by concrete AttributeDelegate classes.
BooleanAttributeDelegate
          Attribute delegate for attributes of type boolean or java.lang.Boolean.
CabinetReferenceAttributeDelegate
          Attribute delegate for attributes of type wt.folder.CabinetReference.
CheckoutInfoAttributeDelegate
          Attribute delegate for attributes of type wt.vc.wip.CheckoutInfo.
ClassAttributeDelegate
          Attribute delegate for java.lang.Class attributes.
DefaultAttributeDelegate
          The 'default' attribute delegate.
DoubleAttributeDelegate
          Attribute delegate for attributes of type double or java.lang.Double.
EnumeratedTypeAttributeDelegate
          Attribute delegate for attributes of type wt.fc.EnumeratedType.
FloatAttributeDelegate
          Attribute delegate for attributes of type float or java.lang.Float.
FolderAttributeDelegate
          Attribute delegate for attributes of type wt.folder.FolderingInfo.
IntegerAttributeDelegate
          Attribute delegate for attributes of type int.
IterationInfoAttributeDelegate
          Attribute delegate for attributes of type wt.vc.IterationInfo.
LifecycleAttributeDelegate
          Attribute delegate for attributes of type wt.lifecycle.LifeCycleState.
LocalizedMessageAttributeDelegate
          Attribute delegate for attributes of type wt.util.LocalizableMessage.
LongAttributeDelegate
          Attribute delegate for attributes of type long or java.lang.Long.
ObjectReferenceAttributeDelegate
          Attribute delegate for wt.fc.ObjectReferences.
PrincipalAttributeDelegate
          Attribute delegate for attributes of type wt.org.WTPrincipalReference.
QuantityAttributeDelegate
          Attribute delegate for attributes of type wt.part.Quantity..
ShortAttributeDelegate
          Attribute delegate for attributes of type short or java.lang.Short.
SqlDateAttributeDelegate
          Attribute delegate for attributes of type java.sql.Date..
StringAttributeDelegate
          Attribute delegate for attributes of type java.lang.String.
TeamTemplateAttributeDelegate
          Attribute delegate for attributes of type wt.team.TeamTemplateReference This attribute delete does not directly read or write this attribute.
TimestampAttributeDelegate
          Attribute delegate for attributes of type java.sql.Timestamp.
UtilDateAttributeDelegate
          Attribute delegate for attributes of type java.util.Date.
VersionInfoAttributeDelegate
          Attribute delegate for attributes of type wt.vc.VersionInfo.
ViewAttributeDelegate
          Attribute delegate for attributes of type wt.vc.views.ViewReference.
 

Classes in wt.adapter.attribute used by wt.clients.beans
AttributeHelper
          The AttributeHelper class is a facade class designed to allow classes in other packages easy access to the functionality in the wt.adapter.attribute package.
 

Classes in wt.adapter.attribute used by wt.templateutil.table
AttributeHelper
          The AttributeHelper class is a facade class designed to allow classes in other packages easy access to the functionality in the wt.adapter.attribute package.
ReflectionHelper
          ReflectionHelper contains methods to obtain the method used to get a specified attribute value for a class.