com.ptc.core.ca.co.client.property
Class CoAbstractPropertyHandler

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.co.client.property.CoPropertyHandler
          extended by com.ptc.core.ca.co.client.property.CoAbstractPropertyHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoSimplePropertyHandler

Deprecated.

@Deprecated
public abstract class CoAbstractPropertyHandler
extends CoPropertyHandler

The class implementing property handler for the conceptual property element and a given I*E element. Updates face plate and delegates the update of the model to the model by calling updateModel on it.

Supported API: true

Extendable: false


Field Summary
 
Fields inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler
ATTRIBUTE_TAG
 
Method Summary
protected abstract  CoPropertyModel newModel()
          Deprecated. The method responsible for the creation of the model.
protected  void updateModel(CoProperty property, com.infoengine.object.factory.Element ieElement, CoEnvData envData)
          Deprecated. Delegates the creation of the model to the abstract newModel method.
 
Methods inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler
updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateModel

protected void updateModel(CoProperty property,
                           com.infoengine.object.factory.Element ieElement,
                           CoEnvData envData)
                    throws WTException
Deprecated. 
Delegates the creation of the model to the abstract newModel method. Updates face plate of the property element. Delegate the update of the property model to the model by calling updateModel on it.

Supported API: true

Specified by:
updateModel in class CoPropertyHandler
Parameters:
property -
ieElement -
envData -
Throws:
WTException

newModel

protected abstract CoPropertyModel newModel()
                                     throws WTException
Deprecated. 
The method responsible for the creation of the model.

Supported API: true

Returns:
CoPropertyModel
Throws:
WTException