SAP ABAP Class CL_WDY_WB_VD_EVENT_HANDLER (General Event Handler)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_DWB_TOOL_VIEWDESIGNER (Package) Web Dynpro View Designer
Properties
Class CL_WDY_WB_VD_EVENT_HANDLER  
Short Description General Event Handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_DWB_TOOL_VIEWDESIGNER   Web Dynpro View Designer 
Created 20080627   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDY_WB_VD_EVENT_HANDLER has no forward declaration.
Interfaces
Class CL_WDY_WB_VD_EVENT_HANDLER has no interface implemented.
Friends
Class CL_WDY_WB_VD_EVENT_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EDIT_MODE Instance attribute Private Type reference (TYPE) CHAR01 Character Field of Length 1 20080627
2 MENU_PROVIDER Instance attribute Private Object reference (TYPE REF TO) CL_WDY_WB_VD_CTX_MENU_PROVIDER Display Texts for the ViewDesigner 20080630
3 M_VIEWDESIGNER_VIS Instance attribute Private Object reference (TYPE REF TO) CL_WDY_WB_VIEWDESIGNER_VIS Web Dynpro: View Designer 20080627
4 TEST_MODE Instance attribute Private Type reference (TYPE) FLAG Test Mode 20080919
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20080627
2 GET_CONTEXT_MENU_INFO Instance method Public Method Compile Context Menu 20080627
3 GET_COPIED_STATUS Instance method Private Method Provides status about copied or cut element 20080919
4 HANDLE_CONTEXT_MENU_SELECT Instance method Public Method Editing from Context Menu Entries 20080716
5 HANDLE_KEY_PRESSED_COPY Instance method Public Method Copy Element Using Key Combination 20080703
6 HANDLE_KEY_PRESSED_COPY_PASTE Instance method Public Method Insertion of Key Combination 20080710
7 HANDLE_KEY_PRESSED_CUT Instance method Public Method Cut Out Element Using Key Combination 20080704
8 HANDLE_KEY_PRESSED_CUT_PASTE Instance method Public Method Insertion of Key Combination 20080710
9 HANDLE_KEY_PRESSED_DEL Instance method Public Method Deletion by Keystroke 20080630
10 HANDLE_KEY_PRESSED_ENTER Instance method Public Method Call of Property Box of an Element 20080708
11 HANDLE_KEY_PRESSED_F1 Instance method Public Method Display of Element Documentation 20080708
12 HANDLE_KEY_PRESSED_INS Instance method Public Method Insertion by Keystroke 20080630
13 HANDLE_KEY_PRESSED_MOVE Instance method Public Method Move Element Using Button in the Preview 20080703
14 HANDLE_KEY_PRESSED_RENAME Instance method Public Method Renaming of Element 20080723
15 HANDLE_KEY_PRESSED_SEL Instance method Public Method Pushbutton Selection of Element in the Preview 20080703
Events
Class CL_WDY_WB_VD_EVENT_HANDLER has no event.
Types
Class CL_WDY_WB_VD_EVENT_HANDLER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEWDESIGNER Call by reference Object reference (TYPE REF TO) CL_WDY_WB_VIEWDESIGNER_VIS WebDynpro: View Designer 20080627

Method CONSTRUCTOR on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method GET_CONTEXT_MENU_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CTX_MENU Value transfer Type reference (TYPE) WDY_VD_CTX_MENU_TABLE Tabelle mit dem Kontextmenü eines Elements 20080630
2 Importing ELEMENT_NAME Call by reference Type reference (TYPE) STRING 20080627

Method GET_CONTEXT_MENU_INFO on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method GET_COPIED_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COPIED_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080919
2 Exporting IS_CUT Call by reference Type reference (TYPE) FLAG allgemeines flag 20080919

Method GET_COPIED_STATUS on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_CONTEXT_MENU_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080716
2 Importing FCODE Value transfer Type reference (TYPE) STRING Funktionscode, der PAI ausgelöst hat 20080716

Method HANDLE_CONTEXT_MENU_SELECT on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080703

Method HANDLE_KEY_PRESSED_COPY on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_COPY_PASTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080710

Method HANDLE_KEY_PRESSED_COPY_PASTE on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_CUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080704

Method HANDLE_KEY_PRESSED_CUT on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_CUT_PASTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080710

Method HANDLE_KEY_PRESSED_CUT_PASTE on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080630

Method HANDLE_KEY_PRESSED_DEL on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_ENTER 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) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20080708

Method HANDLE_KEY_PRESSED_ENTER on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_F1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080708

Method HANDLE_KEY_PRESSED_F1 on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_INS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080630

Method HANDLE_KEY_PRESSED_INS on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_MOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080703
2 Importing FCODE Call by reference Type reference (TYPE) STRING 20080703

Method HANDLE_KEY_PRESSED_MOVE on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_RENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080723

Method HANDLE_KEY_PRESSED_RENAME on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.

Method HANDLE_KEY_PRESSED_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080703
2 Importing FCODE Call by reference Type reference (TYPE) STRING 20080703

Method HANDLE_KEY_PRESSED_SEL on class CL_WDY_WB_VD_EVENT_HANDLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 712