|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoTreeModel
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 |
|---|
static final String COLUMNS
static final String ROOT_NODE
static final String ROOT_NODE_INSTANCE
static final String SHOW_ROOT_NODE
| Method Detail |
|---|
ArrayList getColumns()
void setColumns(ArrayList a_Columns)
a_Columns - CoTreeNode getRootNode()
void setRootNode(CoTreeNode a_RootNode)
a_RootNode - CoTreeNodeInstance getRootNodeInstance()
void setRootNodeInstance(CoTreeNodeInstance a_RootNodeInstance)
a_RootNodeInstance - boolean isShowRootNode()
void setShowRootNode(boolean a_ShowRootNode)
a_ShowRootNode -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||