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

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

Deprecated.

@Deprecated
public class CoTextAreaPropertyHandler
extends CoStringPropertyHandler

This class defines text area 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
 Integer getHeight(CoElement element, CoEnvData envData)
          Deprecated. Returns the height of the text area.
 Integer getWidth(CoElement element, CoEnvData envData)
          Deprecated. Returns the width of the text area.
 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 CoStringPropertyHandler
Parameters:
property -
ieElement -
envData -
Throws:
WTException

getWidth

public Integer getWidth(CoElement element,
                        CoEnvData envData)
                 throws WTException
Deprecated. 
Returns the width of the text area.

Supported API: true

Parameters:
element -
envData -
Returns:
Integer
Throws:
WTException

getHeight

public Integer getHeight(CoElement element,
                         CoEnvData envData)
                  throws WTException
Deprecated. 
Returns the height of the text area.

Supported API: true

Parameters:
element -
envData -
Returns:
Integer
Throws:
WTException