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

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

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

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

Uses of BooleanDefView in wt.clients.iba.widgets
 

Fields in wt.clients.iba.widgets declared as BooleanDefView
private  BooleanDefView InlineBooleanValueEditorWidget.definition
           
 

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

Uses of BooleanDefView in wt.iba.definition
 

Methods in wt.iba.definition with parameters of type BooleanDefView
static BooleanDefinitionReference BooleanDefinitionReference.newBooleanDefinitionReference(BooleanDefView definition)
          

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

Uses of BooleanDefView in wt.iba.definition.litedefinition
 

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

Uses of BooleanDefView in wt.iba.value.litevalue
 

Fields in wt.iba.value.litevalue declared as BooleanDefView
private  BooleanDefView BooleanValueDefaultView.booleanDefinition
           
 

Methods in wt.iba.value.litevalue that return BooleanDefView
 BooleanDefView BooleanValueDefaultView.getBooleanDefinition()
          Gets the value of the attribute: booleanDefinition.
 

Methods in wt.iba.value.litevalue with parameters of type BooleanDefView
 void BooleanValueDefaultView.setBooleanDefinition(BooleanDefView a_BooleanDefinition)
          Sets the value of the attribute: booleanDefinition.
 

Constructors in wt.iba.value.litevalue with parameters of type BooleanDefView
BooleanValueDefaultView(BooleanDefView attributeDefinition)
          

Supported API: false
BooleanValueDefaultView(BooleanDefView attributeDefinition, boolean value)
          

Supported API: false
BooleanValueDefaultView(BooleanDefView attributeDefinition, ReferenceValueDefaultView referenceValue, boolean value, ObjectIdentifier objectID, int updateCount)
          

Supported API: false