com.ptc.core.ca.co.client.tree
Class CoCompositeTreeModel
java.lang.Object
com.ptc.core.ca.co.client.tree.CoAbstractTreeModel
com.ptc.core.ca.co.client.tree.CoCompositeTreeModel
- All Implemented Interfaces:
- CoComponentModel, CoCompositeComponentModel, CoFooterHolderModel, CoModel, CoSelectorModel, CoTableLookLikeModel, CoTreeModel, Externalizable, Serializable
- Direct Known Subclasses:
- CoDefaultCompositeTreeModel
Deprecated.
@Deprecated
public abstract class CoCompositeTreeModel
- extends CoAbstractTreeModel
- implements CoCompositeComponentModel, Externalizable
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
ELEMENT |
|
Method Summary |
CoSimpleLayout |
getHeaderLayout()
Deprecated. Gets the value of the attribute: headerLayout; the header layout of
the composite component. |
CoSimpleLayout |
getTopLayout()
Deprecated. Gets the value of the attribute: topLayout; the top layout of the
composite component. |
void |
setHeaderLayout(CoSimpleLayout a_HeaderLayout)
Deprecated. Sets the value of the attribute: headerLayout; the header layout of
the composite component. |
void |
setTopLayout(CoSimpleLayout a_TopLayout)
Deprecated. Sets the value of the attribute: topLayout; the top layout of the
composite component. |
| Methods inherited from class com.ptc.core.ca.co.client.tree.CoAbstractTreeModel |
getColumns, getElement, getFooter, getRootNode, getRootNodeInstance, getRowIndex, getSelectorType, init, isExpanded, isShowRootNode, isWasExpanded, setColumns, setElement, setExpanded, setFooter, setRootNode, setRootNodeInstance, setRowIndex, setSelectorType, setShowRootNode, setWasExpanded, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getHeaderLayout
public CoSimpleLayout getHeaderLayout()
- Deprecated.
- Gets the value of the attribute: headerLayout; the header layout of
the composite component. When composite element is contracted, its
header layout remains visible.
Supported API: true
- Specified by:
getHeaderLayout in interface CoCompositeComponentModel
- Returns:
- CoSimpleLayout
setHeaderLayout
public void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
- Deprecated.
- Sets the value of the attribute: headerLayout; the header layout of
the composite component. When composite element is contracted, its
header layout remains visible.
Supported API: true
- Specified by:
setHeaderLayout in interface CoCompositeComponentModel
- Parameters:
a_HeaderLayout -
getTopLayout
public CoSimpleLayout getTopLayout()
- Deprecated.
- Gets the value of the attribute: topLayout; the top layout of the
composite component. When composite element is contracted, its top
layout disappears.
Supported API: true
- Specified by:
getTopLayout in interface CoCompositeComponentModel
- Returns:
- CoSimpleLayout
setTopLayout
public void setTopLayout(CoSimpleLayout a_TopLayout)
- Deprecated.
- Sets the value of the attribute: topLayout; the top layout of the
composite component. When composite element is contracted, its top
layout disappears.
Supported API: true
- Specified by:
setTopLayout in interface CoCompositeComponentModel
- Parameters:
a_TopLayout -