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

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

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

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

Uses of RatioDefView in wt.clients.iba.widgets
 

Fields in wt.clients.iba.widgets declared as RatioDefView
private  RatioDefView InlineRatioValueEditorWidget.definition
           
 

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

Uses of RatioDefView in wt.iba.definition
 

Methods in wt.iba.definition with parameters of type RatioDefView
static RatioDefinitionReference RatioDefinitionReference.newRatioDefinitionReference(RatioDefView definition)
          

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

Uses of RatioDefView in wt.iba.definition.litedefinition
 

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

Uses of RatioDefView in wt.iba.value.litevalue
 

Fields in wt.iba.value.litevalue declared as RatioDefView
private  RatioDefView RatioValueDefaultView.ratioDefinition
           
 

Methods in wt.iba.value.litevalue that return RatioDefView
 RatioDefView RatioValueDefaultView.getRatioDefinition()
          Gets the value of the attribute: ratioDefinition.
 

Methods in wt.iba.value.litevalue with parameters of type RatioDefView
 void RatioValueDefaultView.setRatioDefinition(RatioDefView a_RatioDefinition)
          Sets the value of the attribute: ratioDefinition.
 

Constructors in wt.iba.value.litevalue with parameters of type RatioDefView
RatioValueDefaultView(RatioDefView attributeDefinition)
          

Supported API: false
RatioValueDefaultView(RatioDefView attributeDefinition, double value, double denominator)
          

Supported API: false
RatioValueDefaultView(RatioDefView attributeDefinition, ReferenceValueDefaultView referenceValue, double value, double denominator, ObjectIdentifier objectID, int updateCount)
          

Supported API: false