SAP ABAP Class CL_OO_INHERIT_TREE_MANAGER (Class Display in Tree Control)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-CLA (Application Component) Class Builder
⤷
SEOE (Package) ABAP Objects Class Builder

⤷

⤷

Properties
Class | CL_OO_INHERIT_TREE_MANAGER | |
Short Description | Class Display in Tree Control | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SEOE | ABAP Objects Class Builder |
Created | 19990511 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_OO_INHERIT_TREE_MANAGER has no interface implemented.
Friends
Class CL_OO_INHERIT_TREE_MANAGER 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) | SEOC_CLIF_KEYS | History for Navigation | 19990511 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SEOCLSNAME | Class name | 19990511 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SEOCLSTYPE | Class or Interface | 19990511 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_OO_CLASS_RELATIONS | Class Relations | 19990511 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TREEV_NODE-NODE_KEY | Expanded Nodes | 19990511 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_OO_IF_RELATIONS | Interface Relations | 19990511 | ||
7 | ![]() |
Instance attribute | Private | See coding | Item Table for Tree | 19990511 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TREEV_NTAB | Node Table for Tree | 19990511 | ||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_COLUMN_TREE | Tree Control Class | 19990511 | ||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container Class for Tree Control | 19990511 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Creates the Internal Table for the Tree Control | 19990511 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 19990511 |
3 | ![]() |
Instance method | Public | Method | Creates the Tree | 19990511 |
4 | ![]() |
Instance method | Public | Method | Dispatches the Tree Control Events | 19990511 |
5 | ![]() |
Instance method | Private | Event handling method | Event Handler for ITEM_CONTEXT_MENU_REQUEST | 19990511 |
6 | ![]() |
Instance method | Private | Event handling method | Event Handler for ITEM_CONTEXT_MENU_SELECT | 19990511 |
7 | ![]() |
Instance method | Private | Event handling method | Event Handler for ITEM_DOUBLE_CLICK | 19990511 |
Events
Class CL_OO_INHERIT_TREE_MANAGER has no event.
Types
Class CL_OO_INHERIT_TREE_MANAGER has no local type.
Method Signatures
Method BUILD_NODE_TABLE Signature
Method BUILD_NODE_TABLE on class CL_OO_INHERIT_TREE_MANAGER has no parameter.
Method BUILD_NODE_TABLE on class CL_OO_INHERIT_TREE_MANAGER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IMP_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | class/interface - name | 19990511 |
Method CONSTRUCTOR on class CL_OO_INHERIT_TREE_MANAGER has no exception.
Method CREATE_TREE Signature
Method CREATE_TREE on class CL_OO_INHERIT_TREE_MANAGER has no parameter.
Method CREATE_TREE on class CL_OO_INHERIT_TREE_MANAGER has no exception.
Method DISPATCH_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OK_CODE | Call by reference | Type reference (TYPE) | SY-UCOMM | ok_code | 19990511 |
Method DISPATCH_EVENTS on class CL_OO_INHERIT_TREE_MANAGER has no exception.
Method ON_ITEM_CONTEXT_MENU_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITEM_NAME | Call by reference | Type reference (TYPE) | >INVALID< | 19990511 | |||
2 | ![]() |
MENU | Call by reference | Type reference (TYPE) | 19990511 | ||||
3 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | 19990511 |
Method ON_ITEM_CONTEXT_MENU_REQUEST on class CL_OO_INHERIT_TREE_MANAGER has no exception.
Method ON_ITEM_CONTEXT_MENU_SELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Call by reference | Type reference (TYPE) | 19990511 | ||||
2 | ![]() |
ITEM_NAME | Call by reference | Type reference (TYPE) | 19990511 | ||||
3 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | 19990511 |
Method ON_ITEM_CONTEXT_MENU_SELECT on class CL_OO_INHERIT_TREE_MANAGER has no exception.
Method ON_ITEM_DOUBLE_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITEM_NAME | Call by reference | Type reference (TYPE) | >INVALID< | 19990511 | |||
2 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | 19990511 |
Method ON_ITEM_DOUBLE_CLICK on class CL_OO_INHERIT_TREE_MANAGER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |