|
|||||||||
| 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.list.CoList
@Deprecated public abstract class CoList
The conceptual list 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.address.CoAddressable |
|---|
ADDRESS |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
MODEL |
| Method Summary | |
|---|---|
CoElement |
createDynamicSubElement(String typeId,
CoEnvData envData)
Deprecated. Creates a dynamic sub-element. |
CoElement |
createStaticSubElement(CoConfigFeature subElementConfiguration,
CoEnvData envData)
Deprecated. Creates a static sub-element. |
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 newly created model of CoDefaultListModel class. |
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. Creates and updates the model of the element. |
| Methods inherited from class com.ptc.core.ca.co.client.element.CoElement |
|---|
canBePruned, default_draw, default_init, 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 |
| Methods inherited from interface com.ptc.core.ca.co.client.address.CoAddressable |
|---|
getAddress, setAddress |
| Method Detail |
|---|
public void updateModel(CoEnvData envData)
throws WTException
updateModel in interface CoModelDrivenenvData -
WTExceptionpublic CoModel newModel()
CoDefaultListModel class.
newModel in interface CoModelDriven
public void updateChildren(CoEnvData envData)
throws WTException
children map should contain sub-elements according
to the configuration specification.
updateChildren in interface CoContainerenvData -
WTException
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 -
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 - public CoModel getModel()
getModel in interface CoModelDrivenpublic void setModel(CoModel a_Model)
setModel in interface CoModelDrivena_Model -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||