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

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
              extended by com.ptc.core.ca.co.client.property.CoSimplePropertyHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoBinaryPropertyHandler, CoDateTimePropertyHandler, CoEnumeratedPropertyHandler, CoHyperlinkPropertyHandler, CoIntegerPropertyHandler, CoRealPropertyHandler, CoStringPropertyHandler

Deprecated.

@Deprecated
public abstract class CoSimplePropertyHandler
extends CoAbstractPropertyHandler

This class implements a property handler for the property element presenting a single attribute.

Supported API: true

Extendable: false


Field Summary
 
Fields inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler
ATTRIBUTE_TAG
 
Method Summary
protected  CoPropertyModel newModel()
          Deprecated. Creates the instance of CoDefaultSimplePropertyModel model.
 void updateInstance(CoProperty property, Object value, CoEnvData envData)
          Deprecated. The method DCA uses to update the property element and a corresponding attribute of I*E element using user's input value.
 
Methods inherited from class com.ptc.core.ca.co.client.property.CoAbstractPropertyHandler
updateModel
 
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

newModel

protected CoPropertyModel newModel()
                            throws WTException
Deprecated. 
Creates the instance of CoDefaultSimplePropertyModel model.

Supported API: true

Specified by:
newModel in class CoAbstractPropertyHandler
Returns:
CoPropertyModel
Throws:
WTException

updateInstance

public void updateInstance(CoProperty property,
                           Object value,
                           CoEnvData envData)
                    throws WTException
Deprecated. 
The method DCA uses to update the property element and a corresponding attribute of I*E element using user's input value.

Supported API: true

Parameters:
property -
value -
envData -
Throws:
WTException