|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.table.CoDefaultRowModel
com.ptc.core.ca.co.client.tree.CoDefaultTreeNodeModel
@Deprecated public class CoDefaultTreeNodeModel
Supported API: true
Extendable: false
| 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 |
|---|
public void init(CoEnvData envData)
throws WTException
init in interface CoModelinit in class CoDefaultRowModelenvData -
WTException
public void update(CoEnvData envData)
throws WTException
update in interface CoModelupdate in class CoDefaultRowModelenvData -
WTExceptionpublic CoTreeNodeInstance getNodeInstance()
getNodeInstance in interface CoTreeNodeModelpublic void setNodeInstance(CoTreeNodeInstance a_NodeInstance)
setNodeInstance in interface CoTreeNodeModela_NodeInstance - public ArrayList getNodes()
getNodes in interface CoTreeNodeModelpublic void setNodes(ArrayList a_Nodes)
setNodes in interface CoTreeNodeModela_Nodes -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||