SAP ABAP Class IF_CONTROL_TREE_NODE (Structural Description of a Control Composite)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CONTROL_TREE_NODE | Control Tree Node | 19990909 |
Properties
| Class | IF_CONTROL_TREE_NODE | |
| Short Description | Structural Description of a Control Composite | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 19990826 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_CONTROL_TREE_NODE has no forward declaration.
Interfaces
Class IF_CONTROL_TREE_NODE has no interface implemented.
Friends
Class IF_CONTROL_TREE_NODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 7 | Type Container | 19990930 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 2 | Type Control | 19990921 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 1 | Type Control Composite | 19990921 | ||
| 4 | Constant | Public | Type reference (TYPE) | I | 8 | Type Control Events | 19990921 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | 3 | Type Control Properties | 19990921 | ||
| 6 | Constant | Public | Type reference (TYPE) | I | 9 | Type Event | 19990921 | ||
| 7 | Constant | Public | Type reference (TYPE) | I | 10 | 20000405 | |||
| 8 | Constant | Public | Type reference (TYPE) | I | 6 | Type Property | 19990921 | ||
| 9 | Constant | Public | Type reference (TYPE) | I | 5 | Type Property List | 19991118 | ||
| 10 | Constant | Public | Type reference (TYPE) | I | 4 | Type Property Tree | 19990921 | ||
| 11 | Constant | Public | Type reference (TYPE) | I | 0 | Type Unknown | 19990921 | ||
| 12 | Constant | Public | Type reference (TYPE) | I | 1 | Type Boole | 19991020 | ||
| 13 | Constant | Public | Type reference (TYPE) | I | 6 | Type Enumeration | 19991020 | ||
| 14 | Constant | Public | Type reference (TYPE) | I | 5 | Type Icon | 19991020 | ||
| 15 | Constant | Public | Type reference (TYPE) | I | 2 | Type Integer | 19991020 | ||
| 16 | Constant | Public | Type reference (TYPE) | I | 3 | Type String | 19991020 | ||
| 17 | Constant | Public | Type reference (TYPE) | I | 4 | Type Text | 19991020 | ||
| 18 | Constant | Public | Type reference (TYPE) | I | 0 | Type Unknown | 19991020 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Creates a New Container Node and Inserts it as a Subnode | 19991103 | |
| 2 | Instance method | Public | Method | Creates a New Control Node and Inserts it as a Subnode | 19991103 | |
| 3 | Instance method | Public | Method | Creates a New Event Node and Inserts it as a Subnode | 19991103 | |
| 4 | Instance method | Public | Method | 20000405 | ||
| 5 | Instance method | Public | Method | Creates a New Property List Node and Inserts it as a Subnode | 19991123 | |
| 6 | Instance method | Public | Method | Creates a New Property Node and Inserts it as a Subnode | 19991103 | |
| 7 | Instance method | Public | Method | Creates a New Property Tree Node and Inserts it as a Subnode | 19991103 | |
| 8 | Instance method | Public | Method | Returns a Value of Boolean Type | 19990927 | |
| 9 | Instance method | Public | Method | Returns a Subnode with Its Name (Can Be Blank) | 19990826 | |
| 10 | Instance method | Public | Method | Returns all Subnodes in Table | 19991025 | |
| 11 | Instance method | Public | Method | Returns the Value of the Class Name Attribute | 20000327 | |
| 12 | Instance method | Public | Method | Returns the Value of the Short Text Attribute | 19991021 | |
| 13 | Instance method | Public | Method | Returns Container Node | 19990930 | |
| 14 | Instance method | Public | Method | Returns a Control Node in a Container | 19990930 | |
| 15 | Instance method | Public | Method | Returns Sub-Tree Nodes of Control-Specific Events | 19990927 | |
| 16 | Instance method | Public | Method | Returns Sub-Tree Nodes of Control-Specific Properties | 19990927 | |
| 17 | Instance method | Public | Method | 20000605 | ||
| 18 | Instance method | Public | Method | Returns Value of Type Enum | 19991020 | |
| 19 | Instance method | Public | Method | Returns Value of Factory Class Name Attribute | 20000328 | |
| 20 | Instance method | Public | Method | Returns First Subnode | 19990826 | |
| 21 | Instance method | Public | Method | Returns Name of Event Handler | 19991028 | |
| 22 | Instance method | Public | Method | Returns Value of Type Icon | 19991020 | |
| 23 | Instance method | Public | Method | Returns Value of Type Integer | 19990927 | |
| 24 | Instance method | Public | Method | Returns Last Subnode | 19991124 | |
| 25 | Instance method | Public | Method | Returns Property Name | 19991021 | |
| 26 | Instance method | Public | Method | Returns Next Same-Level Node | 19990826 | |
| 27 |