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