Uses of Class
wt.iba.definition.litedefinition.TimestampDefView

Packages that use TimestampDefView
com.ptc.windchill.uwgm.common.attributes   
wt.clients.iba.widgets   
wt.iba.definition   
wt.iba.definition.litedefinition   
wt.iba.value.litevalue   
 

Uses of TimestampDefView in com.ptc.windchill.uwgm.common.attributes
 

Methods in com.ptc.windchill.uwgm.common.attributes with parameters of type TimestampDefView
private  AbstractValueView IBAHelper.createAttributeValue(TimestampDefView attrDef, String value)
           
 

Uses of TimestampDefView in wt.clients.iba.widgets
 

Fields in wt.clients.iba.widgets declared as TimestampDefView
private  TimestampDefView InlineTimestampValueEditorWidget.definition
           
 

Constructors in wt.clients.iba.widgets with parameters of type TimestampDefView
InlineTimestampValueEditorWidget(TimestampDefView definition)
          Create the widget with the parameter DefinitionDefDefaultView.
 

Uses of TimestampDefView in wt.iba.definition
 

Methods in wt.iba.definition with parameters of type TimestampDefView
static TimestampDefinitionReference TimestampDefinitionReference.newTimestampDefinitionReference(TimestampDefView definition)
          

Supported API: false
protected  void TimestampDefinitionReference.initialize(TimestampDefView definition)
          Supports initialization, following construction of an instance.
 

Uses of TimestampDefView in wt.iba.definition.litedefinition
 

Methods in wt.iba.definition.litedefinition with parameters of type TimestampDefView
protected  boolean TimestampDefView.readVersion(TimestampDefView thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of TimestampDefView in wt.iba.value.litevalue
 

Fields in wt.iba.value.litevalue declared as TimestampDefView
private  TimestampDefView TimestampValueDefaultView.timestampDefinition
           
 

Methods in wt.iba.value.litevalue that return TimestampDefView
 TimestampDefView TimestampValueDefaultView.getTimestampDefinition()
          Gets the value of the attribute: timestampDefinition.
 

Methods in wt.iba.value.litevalue with parameters of type TimestampDefView
 void TimestampValueDefaultView.setTimestampDefinition(TimestampDefView a_TimestampDefinition)
          Sets the value of the attribute: timestampDefinition.
 

Constructors in wt.iba.value.litevalue with parameters of type TimestampDefView
TimestampValueDefaultView(TimestampDefView attributeDefinition)
          

Supported API: false
TimestampValueDefaultView(TimestampDefView attributeDefinition, Timestamp value)
          

Supported API: false
TimestampValueDefaultView(TimestampDefView attributeDefinition, ReferenceValueDefaultView referenceValue, Timestamp value, ObjectIdentifier objectID, int updateCount)
          

Supported API: false