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

All Known Subinterfaces:
CoActionListHolder, CoCleanable, CoComponent, CoCompositeComponent, CoContainer, CoDynamic, CoFacePlateHolder, CoFooterHolder, CoInstanceHolder, CoInstanceListHolder, CoLayout, CoNavBar, CoPropertyPanel, CoSelector, CoTableLookLike, CoURLContent
All Known Implementing Classes:
CoAbstractLayout, CoAction, CoActionList, CoColumn, CoCompositeFrame, CoCompositeLayout, CoCompositeNavBar, CoCompositePropertyPanel, CoCompositeTable, CoCompositeTree, CoConnector, com.ptc.core.ca.co.client.primitive.CoDataDrivenEnumerator, CoEmbeddedURLContent, CoEnumerator, CoFrame, CoHyperLink, CoLabel, CoLayoutRow, CoList, CoNavBarRow, CoPlugin, CoProperty, CoRow, CoSelectList, com.ptc.core.ca.co.client.propertyPanel.CoSeparatedProperty, CoSimpleColumn, CoSimpleFrame, CoSimpleLayout, CoSimpleNavBar, CoSimplePropertyPanel, CoSimpleTable, CoTable, CoTree, CoTreeNode, CoWizard, CoWizardStepList, WebAction, WebActionList, WebCompositeFrame, WebCompositeLayout, WebCompositeNavBar, WebCompositePropertyPanel, WebCompositeTable, WebCompositeTree, WebConnector, WebDataDrivenEnumerator, WebEmbeddedURLContent, WebEnumerator, WebHyperLink, WebLabel, WebLayoutRow, WebList, WebNavBarRow, WebPlugin, WebProperty, WebRow, WebSelectList, WebSeparatedProperty, WebSimpleColumn, WebSimpleFrame, WebSimpleLayout, WebSimpleNavBar, WebSimplePropertyPanel, WebSimpleTable, WebTreeNode, WebWizard, WebWizardStepList

Deprecated.

@Deprecated
public interface CoModelDriven

CoModelDriven is the interface every element that has a model implements.

Supported API: true

Extendable: false


Field Summary
static String MODEL
          Deprecated. Label for the attribute; the model of the element

Supported API: true
 
Method Summary
 CoModel getModel()
          Deprecated. Gets the object for the association that plays role: MODEL.
 CoModel newModel()
          Deprecated. Returns newly created model.
 void setModel(CoModel a_Model)
          Deprecated. Sets the object for the association that plays role: MODEL.
 void updateModel(CoEnvData envData)
          Deprecated. Creates and updates the model of the element.
 

Field Detail

MODEL

static final String MODEL
Deprecated. 
Label for the attribute; the model of the element

Supported API: true

See Also:
Constant Field Values
Method Detail

getModel

CoModel getModel()
Deprecated. 
Gets the object for the association that plays role: MODEL. the model of the element

Supported API: true

Returns:
CoModel

setModel

void setModel(CoModel a_Model)
Deprecated. 
Sets the object for the association that plays role: MODEL. the model of the element

Supported API: true

Parameters:
a_Model -

updateModel

void updateModel(CoEnvData envData)
                 throws WTException
Deprecated. 
Creates and updates the model of the element.

Supported API: true

Parameters:
envData -
Throws:
WTException

newModel

CoModel newModel()
Deprecated. 
Returns newly created model.

Supported API: true

Returns:
CoModel