SAP ABAP Class CL_WD_GAC_EVENT (CL_WD_GAC_EVENT)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_GENERIC_ACTIVE_COMP (Package) UIE Library "GenericActiveComponent"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_VIEW_ELEMENT Perforce Change= / 20040604-141028 20071029
Properties
Class CL_WD_GAC_EVENT  
Short Description    
Super Class CL_WD_VIEW_ELEMENT Perforce Change= / 20040604-141028 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_GENERIC_ACTIVE_COMP   UIE Library "GenericActiveComponent" 
Created 20071029   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_WD_GAC_EVENT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20110729 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20110729 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CC_EVENT_PARAMETERS Instance attribute Public Type reference (TYPE) I 20080125
2 CH_EVENT_PARAMETERS Instance attribute Protected Type reference (TYPE) CL_WD_GAC_EVENT_PARAMETER=>TT_GAC_EVENT_PARAMETER 20080125
3 CID_GAC_EVENT Constant Public Type reference (TYPE) GUID 'DC862CB098D820F1AF2400127991401D' 20071029
4 MP_ON_ACTION Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20071029
5 VL_NAME Instance attribute Protected Type reference (TYPE) STRING 20071029
6 VL_ON_ACTION Instance attribute Protected Type reference (TYPE) STRING 20071029
Methods
# Method Level Visibility Method type Description Created on
1 ADD_EVENT_PARAMETER Instance method Public Method 20080125
2 CONSTRUCTOR Instance method Public Constructor 20071029
3 GET_EVENT_PARAMETER Instance method Public Method 20080125
4 GET_EVENT_PARAMETERS Instance method Public Method 20080125
5 GET_NAME Instance method Public Method 20071029
6 GET_ON_ACTION Instance method Public Method 20071029
7 HAS_EVENT_PARAMETERS Instance method Public Method 20080125
8 MAPPED_ON_ACTION Instance method Public Method 20071029
9 MAP_ON_ACTION Instance method Public Method 20071029
10 NEW_GAC_EVENT Static method Public Method 20071029
11 NUMBER_OF_EVENT_PARAMETERS Instance method Public Method 20080125
12 REMOVE_ALL_EVENT_PARAMETERS Instance method Public Method 20080125
13 REMOVE_EVENT_PARAMETER Instance method Public Method 20080125
14 SET_NAME Instance method Public Method 20071029
15 SET_ON_ACTION Instance method Public Method 20071029
Events
Class CL_WD_GAC_EVENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_GAC_EVENT Public See coding 20071029 tt_GAC_EVENT TYPE TABLE OF REF TO CL_WD_GAC_EVENT WITH DEFAULT KEY
Method Signatures

Method ADD_EVENT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20080125
2 Importing THE_EVENT_PARAMETER Call by reference Object reference (TYPE REF TO) CL_WD_GAC_EVENT_PARAMETER 20080125

Method ADD_EVENT_PARAMETER on class CL_WD_GAC_EVENT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20071029
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20071029

Method CONSTRUCTOR on class CL_WD_GAC_EVENT has no exception.

Method GET_EVENT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20080125
2 Importing INDEX Call by reference Type reference (TYPE) I 20080125
3 Returning THE_EVENT_PARAMETER Value transfer Object reference (TYPE REF TO) CL_WD_GAC_EVENT_PARAMETER 20080125

Method GET_EVENT_PARAMETER on class CL_WD_GAC_EVENT has no exception.

Method GET_EVENT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_EVENT_PARAMETERS Value transfer Type reference (TYPE) CL_WD_GAC_EVENT_PARAMETER=>TT_GAC_EVENT_PARAMETER 20080125

Method GET_EVENT_PARAMETERS on class CL_WD_GAC_EVENT has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20071029

Method GET_NAME on class CL_WD_GAC_EVENT has no exception.

Method GET_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20071029

Method GET_ON_ACTION on class CL_WD_GAC_EVENT has no exception.

Method HAS_EVENT_PARAMETERS Signature

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

Method HAS_EVENT_PARAMETERS on class CL_WD_GAC_EVENT has no exception.

Method MAPPED_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20071029

Method MAPPED_ON_ACTION on class CL_WD_GAC_EVENT has no exception.

Method MAP_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20071029

Method MAP_ON_ACTION on class CL_WD_GAC_EVENT has no exception.

Method NEW_GAC_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_GAC_EVENT 20071029
2 Importing ID Call by reference Type reference (TYPE) STRING 20071029
3 Importing NAME Call by reference Type reference (TYPE) STRING 20071029
4 Importing ON_ACTION Call by reference Type reference (TYPE) STRING 20071029
5 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20071029

Method NEW_GAC_EVENT on class CL_WD_GAC_EVENT has no exception.

Method NUMBER_OF_EVENT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I 20080125

Method NUMBER_OF_EVENT_PARAMETERS on class CL_WD_GAC_EVENT has no exception.

Method REMOVE_ALL_EVENT_PARAMETERS Signature

Method REMOVE_ALL_EVENT_PARAMETERS on class CL_WD_GAC_EVENT has no parameter.
Method REMOVE_ALL_EVENT_PARAMETERS on class CL_WD_GAC_EVENT has no exception.

Method REMOVE_EVENT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20080125
2 Importing INDEX Call by reference Type reference (TYPE) I 20080125
3 Returning THE_EVENT_PARAMETER Value transfer Object reference (TYPE REF TO) CL_WD_GAC_EVENT_PARAMETER 20080125

Method REMOVE_EVENT_PARAMETER on class CL_WD_GAC_EVENT has no exception.

Method SET_NAME Signature

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

Method SET_NAME on class CL_WD_GAC_EVENT has no exception.

Method SET_ON_ACTION Signature

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

Method SET_ON_ACTION on class CL_WD_GAC_EVENT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711