Presentation XML · Data controls
Tree Node <treenode>
One level of a tree, bound to a relationship.
Application Designer edits <treenode> through its "Tree Node Properties" dialog, backed by the CTRL_TREENODE object: 13 properties (8 on the General tab, 5 on Advanced), each with the type, length and value list the product itself declares.
In the 204 stock presentations it appears 96 times on 28 screens, inside <tree> (93), <bimtree> (2), <systemlib> (1); it contains <treeattribute> (169).
Where it goes
Sits inside: <tree>, <bimtree>. May contain: <treeattribute>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
displaykeyattribute | boolean | Display Key Attribute. YORN 1. Stock screens: 95 uses on 27 screens, values false (95). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE.DISPLAYKEYATTRIBUTE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#view_tree_node |
displaynodeimage | boolean | Display Node Image. YORN 1. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE.DISPLAYNODEIMAGE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · Advanced tab |
displayobjectname | boolean | Display Object Name. YORN 1. Stock screens: 95 uses on 27 screens, values false (95). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE.DISPLAYOBJECTNAME; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#view_tree_node |
enablereturn | boolean | Enable Return. YORN 1. Stock screens: 27 uses on 6 screens, values false (25), true (2). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE.ENABLERETURN; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#locations_tree_treenode2 |
image | string | Image. ALN 64. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE.IMAGE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab |
keyattribute | string | Key Attribute. UPPER 254. Stock screens: 95 uses on 27 screens, values classstructureuid (37), maxrelationshipid (23), scrattrtreeid (8), maxintobjdetailid (6), wsiotreeid (5) … 14 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE.KEYATTRIBUTE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#view_tree_node |
keyvalue | string | Key Value. ALN 254. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE.KEYVALUE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab |
objectname | string | Object Name. UPPER 30. Stock screens: 48 uses on 18 screens, values CLASSSTRUCTURE (37), SITE (4), LOCATIONS (3), BIMWOTREE (2), ASSET (1) … 6 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE.OBJECTNAME; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#view_tree_node |
returnattribute | string | Return Attribute. UPPER 254. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE.RETURNATTRIBUTE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · Advanced tab |
selectimage | string | Select Image. ALN 64. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE.SELECTIMAGE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · Advanced tab |
Example
<!-- WOTRACK · view_tree_node -->
<treenode displaykeyattribute="false" displayobjectname="false" id="view_tree_node" keyattribute="BIMWOTREEID" objectname="BIMWOTREE">
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREENODE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_treenode; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#view_tree_node