com.ptc.core.ca.co.client.property.string
Class CoStringPropertyHandler

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
                  extended by com.ptc.core.ca.co.client.property.string.CoStringPropertyHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoTextAreaPropertyHandler, WebContentUploadPathPropertyHandler, WebEmptyPropertyHandler, WebSecondaryContentUploadPathPropertyHandler, WebStringPropertyHandler, WebStringPropertyHandler

Deprecated.

@Deprecated
public abstract class CoStringPropertyHandler
extends CoSimplePropertyHandler

This class defines string property handler for the java.lang.String attribute value type

Supported API: true

Extendable: false


Field Summary
 
Fields inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler
ATTRIBUTE_TAG
 
Method Summary
 void updateModel(CoProperty property, com.infoengine.object.factory.Element ieElement, CoEnvData envData)
          Deprecated. Creates and updates the model of the property using given I*E element.
 
Methods inherited from class com.ptc.core.ca.co.client.property.CoSimplePropertyHandler
newModel, updateInstance
 
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

public void updateModel(CoProperty property,
                        com.infoengine.object.factory.Element ieElement,
                        CoEnvData envData)
                 throws WTException
Deprecated. 
Creates and updates the model of the property using given I*E element.

Supported API: true

Overrides:
updateModel in class CoAbstractPropertyHandler
Parameters:
property -
ieElement -
envData -
Throws:
WTException