com.ptc.core.ca.co.client.element
Interface CoModel
- All Known Subinterfaces:
- CoActionListHolderModel, CoActionListModel, CoActionModel, CoColumnModel, CoComponentModel, CoCompositeComponentModel, CoCompositeFrameModel, CoCompositeLayoutModel, CoCompositePropertyPanelModel, CoCompositeTableModel, CoConnectorModel, CoEmbeddedURLContentModel, CoEnumeratorModel, CoFacePlateHolderModel, CoFooterHolderModel, CoFrameModel, CoHyperLinkModel, CoInstanceHolderModel, CoInstanceListHolderModel, CoLabelModel, CoLayoutModel, CoLayoutRowModel, CoListModel, CoNavBarRowModel, CoPluginModel, CoPropertyModel, CoPropertyPanelModel, CoRowModel, CoSelectorModel, CoSimpleColumnModel, CoSimpleFrameModel, CoSimpleLayoutModel, CoSimplePropertyModel, CoSimplePropertyPanelModel, CoSimpleTableModel, CoTableLookLikeModel, CoTableModel, CoTreeModel, CoTreeNodeModel, CoURLContentModel, CoWizardModel, CoWizardStepListModel, WebHyperLinkModel
- All Known Implementing Classes:
- CoAbstractActionModel, CoAbstractCompositePropertyModel, CoAbstractSimplePropertyModel, CoAbstractTreeModel, CoCompositeTreeModel, CoDefaultActionListModel, CoDefaultCompositeFrameModel, CoDefaultCompositeLayoutModel, CoDefaultCompositePropertyPanelModel, CoDefaultCompositeTableModel, CoDefaultCompositeTreeModel, CoDefaultConnectorModel, CoDefaultEmbeddedURLContentModel, CoDefaultEnumeratorModel, CoDefaultHyperLinkModel, CoDefaultLabelModel, CoDefaultLayoutRowModel, CoDefaultListModel, CoDefaultNavBarRowModel, CoDefaultPluginModel, CoDefaultRowModel, CoDefaultSelectListModel, CoDefaultSimpleColumnModel, CoDefaultSimpleFrameModel, CoDefaultSimpleLayoutModel, CoDefaultSimplePropertyModel, CoDefaultSimplePropertyPanelModel, CoDefaultSimpleTableModel, CoDefaultTreeNodeModel, CoDefaultWizardModel, CoDefaultWizardStepListModel, CoEnumeratedPropertyModel, CoGoToActionModel, CoInPlaceActionModel, CoNewFrameActionModel, CoNewTemporaryFrameActionModel, CoPickerActionModel, CoPickerPropertyModel, CoTreeNodeActionModel, WebDefaultHyperLinkModel, WebNewFrameActionModel, WebNewTemporaryFrameActionModel, WebPickerActionModel, WebTreeNodeActionModel, WebWizardStepActionModel
Deprecated.
@Deprecated
public interface CoModel
CoModel is the interface every model of the element implements.
Supported API: true
Extendable: false
|
Field Summary |
static String |
ELEMENT
Deprecated. Label for the attribute; the element this model belongs to
Supported API: true |
|
Method Summary |
CoModelDriven |
getElement()
Deprecated. Gets the object for the association that plays role: ELEMENT. |
void |
init(CoEnvData envData)
Deprecated. The method responsible for the initialization of the model. |
void |
setElement(CoModelDriven a_Element)
Deprecated. Sets the object for the association that plays role: ELEMENT. |
void |
update(CoEnvData envData)
Deprecated. The method responsible for the update of the model. |
ELEMENT
static final String ELEMENT
- Deprecated.
- Label for the attribute; the element this model belongs to
Supported API: true
- See Also:
- Constant Field Values
getElement
CoModelDriven getElement()
- Deprecated.
- Gets the object for the association that plays role: ELEMENT.
the element this model belongs to
Supported API: true
- Returns:
- CoModelDriven
setElement
void setElement(CoModelDriven a_Element)
- Deprecated.
- Sets the object for the association that plays role: ELEMENT.
the element this model belongs to
Supported API: true
- Parameters:
a_Element -
init
void init(CoEnvData envData)
throws WTException
- Deprecated.
- The method responsible for the initialization of the model.
Supported API: true
- Parameters:
envData -
- Throws:
WTException
update
void update(CoEnvData envData)
throws WTException
- Deprecated.
- The method responsible for the update of the model.
Supported API: true
- Parameters:
envData -
- Throws:
WTException