com.ptc.core.ca.co.client.tree
Class CoCompositeTreeModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.tree.CoAbstractTreeModel
      extended by 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

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.component.CoCompositeComponentModel
HEADER_LAYOUT, TOP_LAYOUT
 
Fields inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel
EXPANDED, WAS_EXPANDED
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.tree.CoTreeModel
COLUMNS, ROOT_NODE, ROOT_NODE_INSTANCE, SHOW_ROOT_NODE
 
Fields inherited from interface com.ptc.core.ca.co.client.selection.CoSelectorModel
SELECTOR_TYPE
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoFooterHolderModel
FOOTER
 
Fields inherited from interface com.ptc.core.ca.co.client.table.CoTableLookLikeModel
ROW_INDEX
 
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
 
Methods inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel
isExpanded, isWasExpanded, setExpanded, setWasExpanded
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Method Detail

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 -