com.ptc.core.ca.co.client.property.string
Class CoTextAreaPropertyHandler
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
com.ptc.core.ca.co.client.property.CoSimplePropertyHandler
com.ptc.core.ca.co.client.property.string.CoStringPropertyHandler
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
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