|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoContainer
Creates a dynamic sub-element. Sub-element is considered to be dynamic
when its existence is defined by the configuration specification and
data from the data acquisition layer.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
CHILDREN
Deprecated. Label for the attribute; the map of child elements. |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
MODEL |
| Method Summary | |
|---|---|
Map |
getChildren()
Deprecated. Gets the value of the attribute: CHILDREN. |
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. |
void |
updateChildren(CoEnvData envData)
Deprecated. Updates sub-elements. |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
getModel, newModel, setModel, updateModel |
| Field Detail |
|---|
static final String CHILDREN
CoAddress are used as keys.
| Method Detail |
|---|
Map getChildren()
CoAddress
are used as keys.
void setChildren(Map a_Children)
CoAddress
are used as keys.
a_Children -
void updateChildren(CoEnvData envData)
throws WTException
children map should contain sub-elements according
to the configuration specification and data from the data aquisition
layer.
envData -
WTException
void pruneChildren(CoEnvData envData)
throws WTException
envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||