com.ptc.core.ca.co.client.property
Class CoAbstractPropertyHandler
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.property.CoPropertyHandler
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
|
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. |
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