|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.element.CoElement
com.ptc.core.ca.co.client.property.CoProperty
@Deprecated public abstract class CoProperty
This class implements conceptual property element.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoContainer |
|---|
CHILDREN |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
MODEL |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
MODEL |
| Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable |
|---|
ADDRESS |
| Method Summary | |
|---|---|
boolean |
canBePruned(CoEnvData envData)
Deprecated. Checks to see if an element can be removed from its parent without the loss of information. |
CoElement |
createDynamicSubElement(String typeId,
CoEnvData envData)
Deprecated. Creates a dynamic sub-element. |
CoElement |
createStaticSubElement(CoConfigFeature subElementConfiguration,
CoEnvData envData)
Deprecated. Creates a static sub-element. |
void |
default_init(CoEnvData envData)
Deprecated. Delegates model update to a property hander. |
Map |
getChildren()
Deprecated. Gets the value of the attribute: children; the map of child elements. |
CoModel |
getModel()
Deprecated. Gets the object for the association that plays role: model; the model of the element Supported API: true |
CoModel |
newModel()
Deprecated. Returns null. |
void |
pruneChildren(CoEnvData envData)
Deprecated. Removes sub-elements that do not have to be maintained and can easily be restored during new drawing. |
void |
setChildren(Map a_Children)
Deprecated. Sets the value of the attribute: children; the map of child elements. |
void |
setModel(CoModel a_Model)
Deprecated. Sets the object for the association that plays role: model; the model of the element Supported API: true |
void |
updateChildren(CoEnvData envData)
Deprecated. Updates sub-elements. |
void |
updateModel(CoEnvData envData)
Deprecated. Throws exception when property handler is not specified. |
| Methods inherited from class com.ptc.core.ca.co.client.element.CoElement |
|---|
default_draw, draw, getAddress, getConfiguration, getFrame, getParent, handleDrawError, isBeingRefreshed, render, setAddress, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void default_init(CoEnvData envData)
throws WTException
default_init in class CoElementenvData -
WTExceptionpublic CoModel newModel()
newModel in interface CoModelDriven
public void updateModel(CoEnvData envData)
throws WTException
updateModel in interface CoModelDrivenenvData -
WTException
public boolean canBePruned(CoEnvData envData)
throws WTException
canBePruned in class CoElementenvData -
WTExceptionpublic CoModel getModel()
getModel in interface CoModelDrivenpublic void setModel(CoModel a_Model)
setModel in interface CoModelDrivena_Model -
public CoElement createStaticSubElement(CoConfigFeature subElementConfiguration,
CoEnvData envData)
throws WTException
subElementConfiguration - envData -
WTException
public CoElement createDynamicSubElement(String typeId,
CoEnvData envData)
throws WTException
typeId - envData -
WTException
public void pruneChildren(CoEnvData envData)
throws WTException
pruneChildren in interface CoContainerenvData -
WTException
public void updateChildren(CoEnvData envData)
throws WTException
children map should contain sub-elements according
to the configuration specification.
updateChildren in interface CoContainerenvData -
WTExceptionpublic Map getChildren()
CoAddress are used as keys.
getChildren in interface CoContainerpublic void setChildren(Map a_Children)
CoAddress are used as keys.
setChildren in interface CoContainera_Children -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||