com.ptc.core.ca.co.client.tree
Class CoCompositeTree
java.lang.Object
com.ptc.core.ca.co.client.element.CoElement
com.ptc.core.ca.co.client.tree.CoTree
com.ptc.core.ca.co.client.tree.CoCompositeTree
- All Implemented Interfaces:
- CoAddressable, CoComponent, CoCompositeComponent, CoCleanable, CoContainer, CoFooterHolder, com.ptc.core.ca.co.client.element.CoModeDriven, CoModelDriven, CoFrameManaged, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoListManaged, CoSelector, CoTableLookLike, CoWizardStepManaged, Externalizable, Serializable
- Direct Known Subclasses:
- WebCompositeTree
Deprecated.
@Deprecated
public abstract class CoCompositeTree
- extends CoTree
- implements CoCompositeComponent, Externalizable
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoCleanable |
DIRTY |
| Methods inherited from class com.ptc.core.ca.co.client.tree.CoTree |
createDynamicSubElement, createStaticSubElement, getChildren, getModel, getSelected, isDirty, setChildren, setDirty, setModel, setSelected, updateColumns, updateModel, updateRootNode |
| 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 |
newModel
public CoModel newModel()
- Deprecated.
- Returns newly created model of
CoDefaultCompositeTreeModel
class.
Supported API: true
- Specified by:
newModel in interface CoModelDriven
- Returns:
- CoModel
updateChildren
public 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
- Specified by:
updateChildren in interface CoContainer
- Parameters:
envData -
- Throws:
WTException
getColumnsConfiguration
protected ArrayList getColumnsConfiguration(CoEnvData envData)
throws WTException
- Deprecated.
- Returns a list of configuration features describing colums of the
table.
Supported API: true
- Specified by:
getColumnsConfiguration in class CoTree
- Parameters:
envData -
- Returns:
- ArrayList
- Throws:
WTException
pruneChildren
public 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
- Specified by:
pruneChildren in interface CoContainer- Overrides:
pruneChildren in class CoTree
- Parameters:
envData -
- Throws:
WTException