com.ptc.core.ca.co.client.tree
Interface CoTreeModel

All Superinterfaces:
CoComponentModel, CoFooterHolderModel, CoModel, CoSelectorModel, CoTableLookLikeModel
All Known Implementing Classes:
CoAbstractTreeModel, CoCompositeTreeModel, CoDefaultCompositeTreeModel

Deprecated.

@Deprecated
public interface CoTreeModel
extends CoSelectorModel, CoComponentModel, CoFooterHolderModel, CoTableLookLikeModel

The interface every model of the conceptual tree element implements.

Supported API: true

Extendable: false


Field Summary
static String COLUMNS
          Deprecated. Label for the attribute; the list of column elements representing column headers

Supported API: true
static String ROOT_NODE
          Deprecated. Label for the attribute; the root node of a tree

Supported API: true
static String ROOT_NODE_INSTANCE
          Deprecated. Label for the attribute; the root node of the data tree.
static String SHOW_ROOT_NODE
          Deprecated. Label for the attribute; the flag indicating whether root node is presented to the user.
 
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.CoModel
ELEMENT
 
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.element.CoFooterHolderModel
FOOTER
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.table.CoTableLookLikeModel
ROW_INDEX
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 ArrayList getColumns()
          Deprecated. Gets the value of the attribute: COLUMNS.
 CoTreeNode getRootNode()
          Deprecated. Gets the value of the attribute: ROOT_NODE.
 CoTreeNodeInstance getRootNodeInstance()
          Deprecated. Gets the value of the attribute: ROOT_NODE_INSTANCE.
 boolean isShowRootNode()
          Deprecated. Gets the value of the attribute: SHOW_ROOT_NODE.
 void setColumns(ArrayList a_Columns)
          Deprecated. Sets the value of the attribute: COLUMNS.
 void setRootNode(CoTreeNode a_RootNode)
          Deprecated. Sets the value of the attribute: ROOT_NODE.
 void setRootNodeInstance(CoTreeNodeInstance a_RootNodeInstance)
          Deprecated. Sets the value of the attribute: ROOT_NODE_INSTANCE.
 void setShowRootNode(boolean a_ShowRootNode)
          Deprecated. Sets the value of the attribute: SHOW_ROOT_NODE.
 
Methods inherited from interface com.ptc.core.ca.co.client.selection.CoSelectorModel
getSelectorType, setSelectorType
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 
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
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoFooterHolderModel
getFooter, setFooter
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 
Methods inherited from interface com.ptc.core.ca.co.client.table.CoTableLookLikeModel
getRowIndex, setRowIndex
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

COLUMNS

static final String COLUMNS
Deprecated. 
Label for the attribute; the list of column elements representing column headers

Supported API: true

See Also:
Constant Field Values

ROOT_NODE

static final String ROOT_NODE
Deprecated. 
Label for the attribute; the root node of a tree

Supported API: true

See Also:
Constant Field Values

ROOT_NODE_INSTANCE

static final String ROOT_NODE_INSTANCE
Deprecated. 
Label for the attribute; the root node of the data tree. The tree of conceptual elements is built and maintained based on the data tree.

Supported API: true

See Also:
Constant Field Values

SHOW_ROOT_NODE

static final String SHOW_ROOT_NODE
Deprecated. 
Label for the attribute; the flag indicating whether root node is presented to the user.

Supported API: true

See Also:
Constant Field Values
Method Detail

getColumns

ArrayList getColumns()
Deprecated. 
Gets the value of the attribute: COLUMNS. the list of column elements representing column headers

Supported API: true

Returns:
ArrayList

setColumns

void setColumns(ArrayList a_Columns)
Deprecated. 
Sets the value of the attribute: COLUMNS. the list of column elements representing column headers

Supported API: true

Parameters:
a_Columns -

getRootNode

CoTreeNode getRootNode()
Deprecated. 
Gets the value of the attribute: ROOT_NODE. the root node of a tree

Supported API: true

Returns:
CoTreeNode

setRootNode

void setRootNode(CoTreeNode a_RootNode)
Deprecated. 
Sets the value of the attribute: ROOT_NODE. the root node of a tree

Supported API: true

Parameters:
a_RootNode -

getRootNodeInstance

CoTreeNodeInstance getRootNodeInstance()
Deprecated. 
Gets the value of the attribute: ROOT_NODE_INSTANCE. the root node of the data tree. The tree of conceptual elements is built and maintained based on the data tree.

Supported API: true

Returns:
CoTreeNodeInstance

setRootNodeInstance

void setRootNodeInstance(CoTreeNodeInstance a_RootNodeInstance)
Deprecated. 
Sets the value of the attribute: ROOT_NODE_INSTANCE. the root node of the data tree. The tree of conceptual elements is built and maintained based on the data tree.

Supported API: true

Parameters:
a_RootNodeInstance -

isShowRootNode

boolean isShowRootNode()
Deprecated. 
Gets the value of the attribute: SHOW_ROOT_NODE. the flag indicating whether root node is presented to the user.

Supported API: true

Returns:
boolean

setShowRootNode

void setShowRootNode(boolean a_ShowRootNode)
Deprecated. 
Sets the value of the attribute: SHOW_ROOT_NODE. the flag indicating whether root node is presented to the user.

Supported API: true

Parameters:
a_ShowRootNode -