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

java.lang.Object
  extended by com.ptc.core.ca.co.client.table.CoDefaultRowModel
      extended by com.ptc.core.ca.co.client.tree.CoDefaultTreeNodeModel
All Implemented Interfaces:
CoInstanceHolderModel, CoModel, CoRowModel, CoTreeNodeModel, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoDefaultTreeNodeModel
extends CoDefaultRowModel
implements CoTreeNodeModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.tree.CoTreeNodeModel
NODE_INSTANCE, NODES
 
Fields inherited from interface com.ptc.core.ca.co.client.table.CoRowModel
CELLS, SELECTABLE
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoInstanceHolderModel
INSTANCE
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoTreeNodeInstance getNodeInstance()
          Deprecated. Gets the value of the attribute: nodeInstance; the corresponding node in the data tree for the tree node element

Supported API: true
 ArrayList getNodes()
          Deprecated. Gets the value of the attribute: nodes; the list of tree node sub-elements

Supported API: true
 void init(CoEnvData envData)
          Deprecated. The method responsible for the initialization of the model.
 void setNodeInstance(CoTreeNodeInstance a_NodeInstance)
          Deprecated. Sets the value of the attribute: nodeInstance; the corresponding node in the data tree for the tree node element

Supported API: true
 void setNodes(ArrayList a_Nodes)
          Deprecated. Sets the value of the attribute: nodes; the list of tree node sub-elements

Supported API: true
 void update(CoEnvData envData)
          Deprecated. The method responsible for the update of the model.
 
Methods inherited from class com.ptc.core.ca.co.client.table.CoDefaultRowModel
getCells, getElement, getInstance, isSelectable, setCells, setElement, setInstance, setSelectable
 
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.table.CoRowModel
getCells, isSelectable, setCells, setSelectable
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoInstanceHolderModel
getInstance, setInstance
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, setElement
 

Method Detail

init

public void init(CoEnvData envData)
          throws WTException
Deprecated. 
The method responsible for the initialization of the model.

Supported API: true

Specified by:
init in interface CoModel
Overrides:
init in class CoDefaultRowModel
Parameters:
envData -
Throws:
WTException

update

public void update(CoEnvData envData)
            throws WTException
Deprecated. 
The method responsible for the update of the model.

Supported API: true

Specified by:
update in interface CoModel
Overrides:
update in class CoDefaultRowModel
Parameters:
envData -
Throws:
WTException

getNodeInstance

public CoTreeNodeInstance getNodeInstance()
Deprecated. 
Gets the value of the attribute: nodeInstance; the corresponding node in the data tree for the tree node element

Supported API: true

Specified by:
getNodeInstance in interface CoTreeNodeModel
Returns:
CoTreeNodeInstance

setNodeInstance

public void setNodeInstance(CoTreeNodeInstance a_NodeInstance)
Deprecated. 
Sets the value of the attribute: nodeInstance; the corresponding node in the data tree for the tree node element

Supported API: true

Specified by:
setNodeInstance in interface CoTreeNodeModel
Parameters:
a_NodeInstance -

getNodes

public ArrayList getNodes()
Deprecated. 
Gets the value of the attribute: nodes; the list of tree node sub-elements

Supported API: true

Specified by:
getNodes in interface CoTreeNodeModel
Returns:
ArrayList

setNodes

public void setNodes(ArrayList a_Nodes)
Deprecated. 
Sets the value of the attribute: nodes; the list of tree node sub-elements

Supported API: true

Specified by:
setNodes in interface CoTreeNodeModel
Parameters:
a_Nodes -