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