com.ptc.windchill.enterprise.patternForPicker.client
Class CoPickerPropertyModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.property.CoAbstractSimplePropertyModel
      extended by com.ptc.core.ca.co.client.property.CoDefaultSimplePropertyModel
          extended by com.ptc.windchill.enterprise.patternForPicker.client.CoPickerPropertyModel
All Implemented Interfaces:
CoFacePlateHolderModel, CoModel, CoPropertyModel, CoSimplePropertyModel, Externalizable, Serializable

public class CoPickerPropertyModel
extends CoDefaultSimplePropertyModel



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.property.CoSimplePropertyModel
ATTRIBUTE_TYPE_SUMMARY, ATTRIBUTE_VALUE
 
Fields inherited from interface com.ptc.core.ca.co.client.property.CoPropertyModel
CHILDREN
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
FACE_PLATE_TYPE, IMAGE, LABEL, TOOL_TIP
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 void init(CoEnvData envData)
          The method responsible for the initialization of the model.
 
Methods inherited from class com.ptc.core.ca.co.client.property.CoAbstractSimplePropertyModel
getAttributeTypeSummary, getAttributeValue, getChildren, getElement, getFacePlateType, getImage, getLabel, getToolTip, setAttributeTypeSummary, setAttributeValue, setChildren, setElement, setFacePlateType, setImage, setLabel, setToolTip, update, updateInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init(CoEnvData envData)
          throws WTException
The method responsible for the initialization of the model.

Supported API: true

Specified by:
init in interface CoModel
Overrides:
init in class CoAbstractSimplePropertyModel
Parameters:
envData -
Throws:
WTException