com.ptc.core.ca.co.client.element
Interface CoContainer

All Superinterfaces:
CoModelDriven
All Known Subinterfaces:
CoCompositeComponent, CoFooterHolder, CoLayout, CoNavBar, CoPropertyPanel
All Known Implementing Classes:
CoAbstractLayout, CoActionList, CoCompositeFrame, CoCompositeLayout, CoCompositeNavBar, CoCompositePropertyPanel, CoCompositeTable, CoCompositeTree, CoConnector, com.ptc.core.ca.co.client.primitive.CoDataDrivenEnumerator, CoEnumerator, CoFrame, CoLayoutRow, CoList, CoNavBarRow, CoPlugin, CoProperty, CoRow, CoSelectList, com.ptc.core.ca.co.client.propertyPanel.CoSeparatedProperty, CoSimpleFrame, CoSimpleLayout, CoSimpleNavBar, CoSimplePropertyPanel, CoSimpleTable, CoTable, CoTree, CoTreeNode, CoWizard, CoWizardStepList, WebActionList, WebCompositeFrame, WebCompositeLayout, WebCompositeNavBar, WebCompositePropertyPanel, WebCompositeTable, WebCompositeTree, WebConnector, WebDataDrivenEnumerator, WebEnumerator, WebLayoutRow, WebList, WebNavBarRow, WebPlugin, WebProperty, WebRow, WebSelectList, WebSeparatedProperty, WebSimpleFrame, WebSimpleLayout, WebSimpleNavBar, WebSimplePropertyPanel, WebSimpleTable, WebTreeNode, WebWizard, WebWizardStepList

Deprecated.

@Deprecated
public interface CoContainer
extends CoModelDriven

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

CHILDREN

static final String CHILDREN
Deprecated. 
Label for the attribute; the map of child elements. Adresses of child elements CoAddress are used as keys.

Supported API: true

See Also:
Constant Field Values
Method Detail

getChildren

Map getChildren()
Deprecated. 
Gets the value of the attribute: CHILDREN. the map of child elements. Adresses of child elements CoAddress are used as keys.

Supported API: true

Returns:
Map

setChildren

void setChildren(Map a_Children)
Deprecated. 
Sets the value of the attribute: CHILDREN. the map of child elements. Adresses of child elements CoAddress are used as keys.

Supported API: true

Parameters:
a_Children -

updateChildren

void updateChildren(CoEnvData envData)
                    throws WTException
Deprecated. 
Updates sub-elements. After the execution of the method the element's model and children map should contain sub-elements according to the configuration specification and data from the data aquisition layer.

Supported API: true

Parameters:
envData -
Throws:
WTException

pruneChildren

void pruneChildren(CoEnvData envData)
                   throws WTException
Deprecated. 
Removes sub-elements that do not have to be maintained and can easily be restored during new drawing.

Supported API: true

Parameters:
envData -
Throws:
WTException