|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.tree.CoAbstractTreeModel
@Deprecated public abstract class CoAbstractTreeModel
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.tree.CoTreeModel |
|---|
COLUMNS, ROOT_NODE, ROOT_NODE_INSTANCE, SHOW_ROOT_NODE |
| 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; the list of column elements representing column headers Supported API: true |
CoModelDriven |
getElement()
Deprecated. Gets the object for the association that plays role: element; the element this model belongs to Supported API: true |
CoSimpleLayout |
getFooter()
Deprecated. Gets the value of the attribute: footer; the footer Supported API: true |
CoTreeNode |
getRootNode()
Deprecated. Gets the value of the attribute: rootNode; the root node of a tree Supported API: true |
CoTreeNodeInstance |
getRootNodeInstance()
Deprecated. Gets the value of the attribute: rootNodeInstance; the root node of the data tree. |
int |
getRowIndex()
Deprecated. Gets the value of the attribute: rowIndex; the index of the row being drawn Supported API: true |
CoSelectorType |
getSelectorType()
Deprecated. Gets the value of the attribute: selectorType; the type of selector the element is configured to support. |
void |
init(CoEnvData envData)
Deprecated. The method responsible for the initialization of the model. |
boolean |
isExpanded()
Deprecated. Gets the value of the attribute: expanded; the expansion status of the component. |
boolean |
isShowRootNode()
Deprecated. Gets the value of the attribute: showRootNode; the flag indicating whether root node is presented to the user. |
boolean |
isWasExpanded()
Deprecated. Gets the value of the attribute: wasExpanded; the expansion status of the component in the past. |
void |
setColumns(ArrayList a_Columns)
Deprecated. Sets the value of the attribute: columns; the list of column elements representing column headers Supported API: true |
void |
setElement(CoModelDriven a_Element)
Deprecated. Sets the object for the association that plays role: element; the element this model belongs to Supported API: true |
void |
setExpanded(boolean a_Expanded)
Deprecated. Sets the value of the attribute: expanded; the expansion status of the component. |
void |
setFooter(CoSimpleLayout a_Footer)
Deprecated. Sets the value of the attribute: footer; the footer Supported API: true |
void |
setRootNode(CoTreeNode a_RootNode)
Deprecated. Sets the value of the attribute: rootNode; the root node of a tree Supported API: true |
void |
setRootNodeInstance(CoTreeNodeInstance a_RootNodeInstance)
Deprecated. Sets the value of the attribute: rootNodeInstance; the root node of the data tree. |
void |
setRowIndex(int a_RowIndex)
Deprecated. Sets the value of the attribute: rowIndex; the index of the row being drawn Supported API: true |
void |
setSelectorType(CoSelectorType a_SelectorType)
Deprecated. Sets the value of the attribute: selectorType; the type of selector the element is configured to support. |
void |
setShowRootNode(boolean a_ShowRootNode)
Deprecated. Sets the value of the attribute: showRootNode; the flag indicating whether root node is presented to the user. |
void |
setWasExpanded(boolean a_WasExpanded)
Deprecated. Sets the value of the attribute: wasExpanded; the expansion status of the component in the past. |
void |
update(CoEnvData envData)
Deprecated. The method responsible for the update of the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void init(CoEnvData envData)
throws WTException
init in interface CoModelenvData -
WTException
public void update(CoEnvData envData)
throws WTException
update in interface CoModelenvData -
WTExceptionpublic ArrayList getColumns()
getColumns in interface CoTreeModelpublic void setColumns(ArrayList a_Columns)
setColumns in interface CoTreeModela_Columns - public CoTreeNode getRootNode()
getRootNode in interface CoTreeModelpublic void setRootNode(CoTreeNode a_RootNode)
setRootNode in interface CoTreeModela_RootNode - public CoTreeNodeInstance getRootNodeInstance()
getRootNodeInstance in interface CoTreeModelpublic void setRootNodeInstance(CoTreeNodeInstance a_RootNodeInstance)
setRootNodeInstance in interface CoTreeModela_RootNodeInstance - public boolean isShowRootNode()
isShowRootNode in interface CoTreeModelpublic void setShowRootNode(boolean a_ShowRootNode)
setShowRootNode in interface CoTreeModela_ShowRootNode - public CoSelectorType getSelectorType()
getSelectorType in interface CoSelectorModelpublic void setSelectorType(CoSelectorType a_SelectorType)
setSelectorType in interface CoSelectorModela_SelectorType - public CoModelDriven getElement()
getElement in interface CoModelpublic void setElement(CoModelDriven a_Element)
setElement in interface CoModela_Element - public boolean isExpanded()
isExpanded in interface CoComponentModelpublic void setExpanded(boolean a_Expanded)
setExpanded in interface CoComponentModela_Expanded - public boolean isWasExpanded()
isWasExpanded in interface CoComponentModelpublic void setWasExpanded(boolean a_WasExpanded)
setWasExpanded in interface CoComponentModela_WasExpanded - public CoSimpleLayout getFooter()
getFooter in interface CoFooterHolderModelpublic void setFooter(CoSimpleLayout a_Footer)
setFooter in interface CoFooterHolderModela_Footer - public int getRowIndex()
getRowIndex in interface CoTableLookLikeModelpublic void setRowIndex(int a_RowIndex)
setRowIndex in interface CoTableLookLikeModela_RowIndex -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||