|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoTreeNodeModel
The interface the model of the tree node element implements.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
NODE_INSTANCE
Deprecated. Label for the attribute; the corresponding node in the data tree for the tree node element Supported API: true |
static String |
NODES
Deprecated. Label for the attribute; the list of tree node sub-elements Supported API: true |
| 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: NODE_INSTANCE. |
ArrayList |
getNodes()
Deprecated. Gets the value of the attribute: NODES. |
void |
setNodeInstance(CoTreeNodeInstance a_NodeInstance)
Deprecated. Sets the value of the attribute: NODE_INSTANCE. |
void |
setNodes(ArrayList a_Nodes)
Deprecated. Sets the value of the attribute: NODES. |
| 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, init, setElement, update |
| Field Detail |
|---|
static final String NODE_INSTANCE
static final String NODES
| Method Detail |
|---|
CoTreeNodeInstance getNodeInstance()
void setNodeInstance(CoTreeNodeInstance a_NodeInstance)
a_NodeInstance - ArrayList getNodes()
void setNodes(ArrayList a_Nodes)
a_Nodes -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||