SAP ABAP Class CL_CFX_TREE_UI2 (Collaboration Folders: Navigation Tree)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFX_UI (Package) Collaboration Folders: User Interface
⤷
⤷
Properties
| Class | CL_CFX_TREE_UI2 | |
| Short Description | Collaboration Folders: Navigation Tree | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFX_UI | Collaboration Folders: User Interface |
| Created | 20010126 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CFX_TREE_UI2 has no forward declaration.
Interfaces
Class CL_CFX_TREE_UI2 has no interface implemented.
Friends
Class CL_CFX_TREE_UI2 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CFX_TT_NODES | Node Data | 20010126 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | Number of Rows | 20010126 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CFX_TS_TREE | Global Tree Data | 20010126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Node | 20010126 | |
| 2 | Instance method | Public | Constructor | Constructing the Navigation Tree | 20010126 | |
| 3 | Instance method | Public | Method | Get Node Data | 20010126 | |
| 4 | Instance method | Public | Method | Get Number of Nodes | 20010126 | |
| 5 | Instance method | Public | Method | Get Global Tree Data | 20010126 | |
| 6 | Static method | Public | Method | Handles Tree Events | 20010126 | |
| 7 | Instance method | Public | Method | Sets the ID of the Collaboration | 20010126 | |
| 8 | Instance method | Public | Method | Set Node Data | 20010126 |
Events
Class CL_CFX_TREE_UI2 has no event.
Types
Class CL_CFX_TREE_UI2 has no local type.
Method Signatures
Method ADD_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLOSE_WITH_CHILD | Value transfer | Type reference (TYPE) | STRING | Flag. If set, there are children and node is closed | 20010126 | |||
| 2 | I_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Description | 20010126 | |||
| 3 | I_HREF | Value transfer | Type reference (TYPE) | STRING | Link | 20010126 | |||
| 4 | I_INDENTATION | Value transfer | Type reference (TYPE) | STRING | Indentation in pixels | 20010126 | |||
| 5 | I_MARKED | Value transfer | Type reference (TYPE) | STRING | Node has focus | 20010126 | |||
| 6 | I_NO_CHILD | Value transfer | Type reference (TYPE) | STRING | Flag. If set, no child exists. | 20010126 | |||
| 7 | I_OBJECT_ID | Value transfer | Type reference (TYPE) | STRING | Id of the represented object | 20010126 | |||
| 8 | I_OPEN_WITH_CHILD | Value transfer | Type reference (TYPE) | STRING | Flag. If set; there are children and node is expanded | 20010126 | |||
| 9 | I_TEXT | Value transfer | Type reference (TYPE) | STRING | Text of node | 20010126 | |||
| 10 | R_NEW_NODE_INDEX | Value transfer | Type reference (TYPE) | I | Index of new node | 20010126 |
Method ADD_NODE on class CL_CFX_TREE_UI2 has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_CFX_TREE_UI2 has no parameter.
Method CONSTRUCTOR on class CL_CFX_TREE_UI2 has no exception.
Method GET_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CLOSE_WITH_CHILD | Value transfer | Type reference (TYPE) | STRING | Flag. If set, there are children and node is closed | 20010126 | |||
| 2 | E_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Description | 20010126 | |||
| 3 | E_HREF | Value transfer | Type reference (TYPE) | STRING | Link | 20010126 | |||
| 4 | E_INDENTATION | Value transfer | Type reference (TYPE) | STRING | Indentation in pixels | 20010126 | |||
| 5 | E_MARKED | Value transfer | Type reference (TYPE) | STRING | Node has focus | 20010126 | |||
| 6 | E_NO_CHILD | Value transfer | Type reference (TYPE) | STRING | Flag. If set ,no child exists | 20010126 | |||
| 7 | E_OBJECT_ID | Value transfer | Type reference (TYPE) | STRING | Id of the represented object | 20010126 | |||
| 8 | E_OPEN_WITH_CHILD | Value transfer | Type reference (TYPE) | STRING | Flag. If set, there are children and node is expanded | 20010126 | |||
| 9 | E_TEXT | Value transfer | Type reference (TYPE) | STRING | Text of node | 20010126 | |||
| 10 | I_NODE_INDEX | Value transfer | Type reference (TYPE) | I | Index of node | 20010126 |
Method GET_NODE on class CL_CFX_TREE_UI2 has no exception.
Method GET_NODE_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NODE_NUMBER | Value transfer | Type reference (TYPE) | I | Number of nodes | 20010126 |
Method GET_NODE_NUMBER on class CL_CFX_TREE_UI2 has no exception.
Method GET_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TITLE | Value transfer | Type reference (TYPE) | STRING | Title of tree | 20010126 |
Method GET_TREE on class CL_CFX_TREE_UI2 has no exception.
Method HANDLE_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP navigation object | 20010126 | |||
| 2 | IP_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP request | 20010126 | |||
| 3 | R_EVENT_HANDLED | Value transfer | Type reference (TYPE) | STRING | Is set when handler handled the event | 20010126 |
Method HANDLE_EVENTS on class CL_CFX_TREE_UI2 has no exception.
Method SET_COLLABORATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COL_ID | Value transfer | Type reference (TYPE) | STRING | Id der Kollaboration | 20010126 |
Method SET_COLLABORATION on class CL_CFX_TREE_UI2 has no exception.
Method SET_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLOSE_WITH_CHILD | Value transfer | Type reference (TYPE) | STRING | Flag. When set: There are children and node is closed | 20010126 | |||
| 2 | I_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Description | 20010126 | |||
| 3 | I_HREF | Value transfer | Type reference (TYPE) | STRING | Link | 20010126 | |||
| 4 | I_INDENTATION | Value transfer | Type reference (TYPE) | STRING | Indentation (in pixels) | 20010126 | |||
| 5 | I_MARKED | Value transfer | Type reference (TYPE) | STRING | Node has focus | 20010126 | |||
| 6 | I_NODE_INDEX | Value transfer | Type reference (TYPE) | I | Index of node | 20010126 | |||
| 7 | I_NO_CHILD | Value transfer | Type reference (TYPE) | STRING | Flag. When set: No child exists. | 20010126 | |||
| 8 | I_OBJECT_ID | Value transfer | Type reference (TYPE) | STRING | Id of the represented object | 20010126 | |||
| 9 | I_OPEN_WITH_CHILD | Value transfer | Type reference (TYPE) | STRING | Flag. When set: There are children and node is expanded | 20010126 | |||
| 10 | I_TEXT | Value transfer | Type reference (TYPE) | STRING | Text | 20010126 |
Method SET_NODE on class CL_CFX_TREE_UI2 has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 20A |