|
|||||||||
| 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.tree.CoTree
@Deprecated public abstract class CoTree
This class is used to externalize the basic methods of different implementation
of conceptual tree elements.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.selection.CoSelector |
|---|
SELECTED |
| Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable |
|---|
ADDRESS |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoCleanable |
|---|
DIRTY |
| 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. |
protected abstract ArrayList |
getColumnsConfiguration(CoEnvData envData)
Deprecated. Returns a list of configuration features describing colums of the table. |
CoModel |
getModel()
Deprecated. Gets the object for the association that plays role: model; the model of the element Supported API: true |
ArrayList |
getSelected()
Deprecated. Gets the value of the attribute: selected; the list of selected descendent sub-elements. |
boolean |
isDirty()
Deprecated. Gets the value of the attribute: dirty; the flag indicating whether the element is out of date. |
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 |
setDirty(boolean a_Dirty)
Deprecated. Sets the value of the attribute: dirty; the flag indicating whether the element is out of date. |
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 |
setSelected(ArrayList a_Selected)
Deprecated. Sets the value of the attribute: selected; the list of selected descendent sub-elements. |
protected void |
updateColumns(Map map,
CoEnvData envData)
Deprecated. Updates column sub-elements of this tree element. |
void |
updateModel(CoEnvData envData)
Deprecated. Creates and updates the model of the element. |
protected void |
updateRootNode(Map map,
CoEnvData envData)
Deprecated. Updates root node element of this tree 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 -
WTException
protected abstract ArrayList getColumnsConfiguration(CoEnvData envData)
throws WTException
envData -
WTException
protected void updateColumns(Map map,
CoEnvData envData)
throws WTException
map - envData -
WTException
protected void updateRootNode(Map map,
CoEnvData envData)
throws WTException
map - envData -
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 CoModel getModel()
getModel in interface CoModelDrivenpublic void setModel(CoModel a_Model)
setModel in interface CoModelDrivena_Model - public 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 ArrayList getSelected()
getSelected in interface CoSelectorpublic void setSelected(ArrayList a_Selected)
setSelected in interface CoSelectora_Selected - public boolean isDirty()
isDirty in interface CoCleanablepublic void setDirty(boolean a_Dirty)
setDirty in interface CoCleanablea_Dirty -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||