com.ptc.core.ca.co.client.property
Interface CoPropertyModel

All Superinterfaces:
CoFacePlateHolderModel, CoModel
All Known Subinterfaces:
CoSimplePropertyModel
All Known Implementing Classes:
CoAbstractCompositePropertyModel, CoAbstractSimplePropertyModel, CoDefaultSimplePropertyModel, CoEnumeratedPropertyModel, CoPickerPropertyModel

Deprecated.

@Deprecated
public interface CoPropertyModel
extends CoFacePlateHolderModel

The interface the model of a property element implements.

Supported API: true

Extendable: false


Field Summary
static String CHILDREN
          Deprecated. Label for the attribute; the list of child elements of the property element.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
FACE_PLATE_TYPE, IMAGE, LABEL, TOOL_TIP
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 ArrayList getChildren()
          Deprecated. Gets the value of the attribute: CHILDREN.
 void setChildren(ArrayList a_Children)
          Deprecated. Sets the value of the attribute: CHILDREN.
 void updateInstance(com.infoengine.object.factory.Element ieElement, CoEnvData envData)
          Deprecated. Updates attribute(s) in I*E element using value(s) from property model.
 void updateModel(com.infoengine.object.factory.Element ieElement, CoEnvData envData)
          Deprecated. Updates a model of the property element using attribute(s) from I*E element and value(s) from user preferences.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
getFacePlateType, getImage, getLabel, getToolTip, setFacePlateType, setImage, setLabel, setToolTip
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

CHILDREN

static final String CHILDREN
Deprecated. 
Label for the attribute; the list of child elements of the property element.

Supported API: true

See Also:
Constant Field Values
Method Detail

updateModel

void updateModel(com.infoengine.object.factory.Element ieElement,
                 CoEnvData envData)
                 throws WTException
Deprecated. 
Updates a model of the property element using attribute(s) from I*E element and value(s) from user preferences.

Supported API: true

Parameters:
ieElement -
envData -
Throws:
WTException

updateInstance

void updateInstance(com.infoengine.object.factory.Element ieElement,
                    CoEnvData envData)
                    throws WTException
Deprecated. 
Updates attribute(s) in I*E element using value(s) from property model.

Supported API: true

Parameters:
ieElement -
envData -
Throws:
WTException

getChildren

ArrayList getChildren()
Deprecated. 
Gets the value of the attribute: CHILDREN. the list of child elements of the property element.

Supported API: true

Returns:
ArrayList

setChildren

void setChildren(ArrayList a_Children)
Deprecated. 
Sets the value of the attribute: CHILDREN. the list of child elements of the property element.

Supported API: true

Parameters:
a_Children -