SAP ABAP Class CL_DB6_EVENT_RECEIVER_TREE (DB6: Event Receiver for DB6 Column Tree)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_EVENT_RECEIVER_BASE CL_DB6_EVENT_RECEIVER_BASE 20050228
Properties
Class CL_DB6_EVENT_RECEIVER_TREE  
Short Description DB6: Event Receiver for DB6 Column Tree    
Super Class CL_DB6_EVENT_RECEIVER_BASE CL_DB6_EVENT_RECEIVER_BASE 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20050228   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DB6_EVENT_RECEIVER_TREE has no interface implemented.
Friends
Class CL_DB6_EVENT_RECEIVER_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENT_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE DB6: simple ALV tree abstraction 20050228
2 EVENT_ITEM_CHECKED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20061122
3 EVENT_ITEM_NAME Instance attribute Private Type reference (TYPE) TV_ITMNAME Tree Control: Column Name / Item Name 20050308
4 EVENT_NODE_KEY Instance attribute Private Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20050308
5 SEL_EVENT_NODE_KEYS Instance attribute Private Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20080214
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_SELECTION_SET Instance method Public Method 20081028
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050228
3 GET_EVENT_ITEM_CHECKED Instance method Public Method 20061124
4 GET_EVENT_ITEM_NAME Instance method Public Method returns the item name of the last received event 20050308
5 GET_EVENT_NODE_KEY Instance method Public Method returns the node key of the last received event 20050308
6 GET_SEL_EVENT_NODE_KEYS Instance method Public Method returns the node key list of the last received event 20080214
7 HANDLE_BUTTON_CLICK Instance method Public Event handling method handle button click inside tree 20050302
8 HANDLE_CHECKBOX_CHANGED Instance method Public Event handling method handle changed checkbox 20061122
9 HANDLE_EXPAND_NO_CHILDREN Instance method Public Event handling method 20110809
10 HANDLE_ITEM_DOUBLE_CLICK Instance method Public Event handling method handle double click on tree item 20050302
11 HANDLE_ITEM_KEYPRESS Instance method Public Event handling method 20090518
12 HANDLE_LINK_CLICK Instance method Public Event handling method handle click on link item 20060516
13 HANDLE_NODE_DOUBLE_CLICK Instance method Public Event handling method handle double click on tree node 20050302
14 SET_EVENT_NODE_KEY Instance method Public Method 20090206
15 SET_SELECTED_NODE Instance method Public Method 20081028
Events
Class CL_DB6_EVENT_RECEIVER_TREE has no event.
Types
Class CL_DB6_EVENT_RECEIVER_TREE has no local type.
Method Signatures

Method CLEAR_SELECTION_SET Signature

Method CLEAR_SELECTION_SET on class CL_DB6_EVENT_RECEIVER_TREE has no parameter.
Method CLEAR_SELECTION_SET on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TREE Call by reference Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE DB6: Einfache ALV-Tree-Verschalung 20050228

Method CONSTRUCTOR on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method GET_EVENT_ITEM_CHECKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHECKED Value transfer Type reference (TYPE) ABAP_BOOL 20061124

Method GET_EVENT_ITEM_CHECKED on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method GET_EVENT_ITEM_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ITEM_NAME Value transfer Type reference (TYPE) TV_ITMNAME Tree Control: Spaltenname / Item-Name 20050308

Method GET_EVENT_ITEM_NAME on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method GET_EVENT_NODE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY Tree Control: Knotenschlüssel 20050308

Method GET_EVENT_NODE_KEY on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method GET_SEL_EVENT_NODE_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TAB_NODE_KEYS Value transfer Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20080214

Method GET_SEL_EVENT_NODE_KEYS on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method HANDLE_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20050302
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050302

Method HANDLE_BUTTON_CLICK on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method HANDLE_CHECKBOX_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKED Call by reference Attribute reference (LIKE) 20061122
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20061122
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20061122

Method HANDLE_CHECKBOX_CHANGED on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method HANDLE_EXPAND_NO_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20110809

Method HANDLE_EXPAND_NO_CHILDREN on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method HANDLE_ITEM_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20050302
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050302

Method HANDLE_ITEM_DOUBLE_CLICK on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method HANDLE_ITEM_KEYPRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20090518
2 Importing KEY Call by reference Attribute reference (LIKE) 20090518
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20090518

Method HANDLE_ITEM_KEYPRESS on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method HANDLE_LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20060516
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20060516

Method HANDLE_LINK_CLICK on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050302

Method HANDLE_NODE_DOUBLE_CLICK on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method SET_EVENT_NODE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) STRING 20090206

Method SET_EVENT_NODE_KEY on class CL_DB6_EVENT_RECEIVER_TREE has no exception.

Method SET_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) CLIKE 20081028

Method SET_SELECTED_NODE on class CL_DB6_EVENT_RECEIVER_TREE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710