SAP ABAP Interface IF_FPM_LIST_EVENT_DISPATCHER (Dispatches events of the List UIBB 2 Component)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_LIST_UIBB_ASSIST_ATS Assistance Class of the FPM_LIST_UIBB ATS Component 20120412
Properties
Interface IF_FPM_LIST_EVENT_DISPATCHER  
Short Description Dispatches events of the List UIBB 2 Component    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20101011   SAP 
Last changed 20141120    
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)
2 IF_FPM_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SALV_SERVICE_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_FPM_LIST_EVENT_DISPATCHER has no interface.
Friends
Interface IF_FPM_LIST_EVENT_DISPATCHER has no friend.
Attributes
Interface IF_FPM_LIST_EVENT_DISPATCHER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DISPATCH_AGGREGATION Instance method Public Method Dispatches aggregation request or remove aggregation 20110914
2 DISPATCH_ALTER_GROUP_EXPANDER Instance method Public Method Expand or collapse group expander (when grouping is on) 20110120
3 DISPATCH_CELL_ACTION Instance method Public Method Dispatches the cell action event 20101011
4 DISPATCH_COLLAPSE_ALL Instance method Public Method 20130308
5 DISPATCH_COLUMN_DROP Instance method Public Method Dispatches the column drop (DnD) event 20110225
6 DISPATCH_CUSTOM_AGGREGATION Instance method Public Method Dispatches custom aggregation request 20110914
7 DISPATCH_CUSTOM_FILTER Instance method Public Method Dispatches the custom filter event (Custom Filter) 20101028
8 DISPATCH_CUSTOM_SORT_GROUPING Instance method Public Method Dispatches the custom sort and grouping event 20101214
9 DISPATCH_DROP Instance method Public Method Dispatches the row drop event 20110225
10 DISPATCH_EXPAND_ALL Instance method Public Method 20130308
11 DISPATCH_EXPORT_TO_EXCEL Instance method Public Method Dispatches the Export to Excel event 20101011
12 DISPATCH_FILTER Instance method Public Method Dispatches the filter event (Suggestion Value) 20101028
13 DISPATCH_GROUPING Instance method Public Method Dispatches the grouping (group/ungroup) event 20110117
14 DISPATCH_LIST_PERSONALIZATION Instance method Public Method Dispatch the list personalization event 20101011
15 DISPATCH_MAX_MIN Instance method Public Method 20140219
16 DISPATCH_MENU_ACTION Instance method Public Method Dispatches Dynamic Context Menu event 20120125
17 DISPATCH_MV_PASTE Instance method Public Method Dispatches multi value paste 20120509
18 DISPATCH_OPEN_SEARCH Instance method Public Method Dispatches the open search event 20130321
19 DISPATCH_OVS Instance method Public Method Dispatches an OVS phase 20101221
20 DISPATCH_PERS_VARIANT_CHANGED Instance method Public Method Dispatches the change to the selection of the pers. variant 20120502
21 DISPATCH_ROW_ACTION Instance method Public Method Dispatches the row action (One Click Action) event 20101011
22 DISPATCH_SELECTION_CHANGED Instance method Public Method Dispatches the selection changed event 20101011
23 DISPATCH_SORT Instance method Public Method Dispatches the sort event 20101011
24 DISPATCH_TBAR_ACTION Instance method Public Method Dispatches the toolbar action event 20101011
25 OPEN_ACTION_MENU Instance method Public Method 20120413
26 OPEN_QUICKVIEW Instance method Public Method 20120413
Events
Interface IF_FPM_LIST_EVENT_DISPATCHER has no event.
Types
Interface IF_FPM_LIST_EVENT_DISPATCHER has no local type.
Method Signatures

Method DISPATCH_AGGREGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) STRING 20110914
2 Importing IV_FUNCTION Call by reference Type reference (TYPE) IF_SALV_SERVICE_TYPES=>Y_FUNCTION_CODE 20110914

Method DISPATCH_AGGREGATION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_ALTER_GROUP_EXPANDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110120
2 Importing IV_EXPAND Call by reference Type reference (TYPE) ABAP_BOOL 20110124

Method DISPATCH_ALTER_GROUP_EXPANDER on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_CELL_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT 20101011
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) FPM_ACTION_TYPE IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD Type of FPM Event Action 20110401

Method DISPATCH_CELL_ACTION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_COLLAPSE_ALL Signature

Method DISPATCH_COLLAPSE_ALL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no parameter.
Method DISPATCH_COLLAPSE_ALL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_COLUMN_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20110225

Method DISPATCH_COLUMN_DROP on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_CUSTOM_AGGREGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) STRING The id of the column that triggered the custom filter event 20110914

Method DISPATCH_CUSTOM_AGGREGATION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_CUSTOM_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) STRING The id of the column that triggered the custom filter event 20101116

Method DISPATCH_CUSTOM_FILTER on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_CUSTOM_SORT_GROUPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) STRING The id of the column that triggered the custom s. & g. event 20101214

Method DISPATCH_CUSTOM_SORT_GROUPING on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20110225
2 Importing IV_DROP_OFFSET Call by reference Type reference (TYPE) I 20110225
3 Importing IV_DROP_POSITION Call by reference Type reference (TYPE) I 20110225

Method DISPATCH_DROP on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_EXPAND_ALL Signature

Method DISPATCH_EXPAND_ALL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no parameter.
Method DISPATCH_EXPAND_ALL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_EXPORT_TO_EXCEL Signature

Method DISPATCH_EXPORT_TO_EXCEL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no parameter.
Method DISPATCH_EXPORT_TO_EXCEL on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FILTER_RULE Call by reference Type reference (TYPE) IF_SALV_SERVICE_TYPES=>YS_FILTER_RULE 20101209
2 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) STRING 20101028
3 Importing IV_SUGGESTION_SELECTED Call by reference Type reference (TYPE) ABAP_BOOL 20101028
4 Importing IV_SUGGESTION_VALUE Call by reference Type reference (TYPE) STRING 20101028

Method DISPATCH_FILTER on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_GROUPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADD_GROUPING Call by reference Type reference (TYPE) ABAP_BOOL 'X' to group, space to ungroup the specified column 20110117
2 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) STRING The identifier of the column to group/ungroup 20110117

Method DISPATCH_GROUPING on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_LIST_PERSONALIZATION Signature

Method DISPATCH_LIST_PERSONALIZATION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no parameter.
Method DISPATCH_LIST_PERSONALIZATION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_MAX_MIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT 20140219
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) FPM_ACTION_TYPE IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD Type of FPM Event Action 20140219

Method DISPATCH_MAX_MIN on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_MENU_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20120125
2 Importing IV_ACTION_ID Call by reference Type reference (TYPE) STRING 20120125

Method DISPATCH_MENU_ACTION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_MV_PASTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT 20120509
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) FPM_ACTION_TYPE IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD Type of FPM Event Action 20120509

Method DISPATCH_MV_PASTE on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_OPEN_SEARCH Signature

Method DISPATCH_OPEN_SEARCH on Interface IF_FPM_LIST_EVENT_DISPATCHER has no parameter.
Method DISPATCH_OPEN_SEARCH on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_OVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVS_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20101221
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20101221
3 Importing IV_RAISED_BY_CELL Call by reference Type reference (TYPE) ABAP_BOOL Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101221

Method DISPATCH_OVS on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_PERS_VARIANT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) I 20120502

Method DISPATCH_PERS_VARIANT_CHANGED on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_ROW_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT 20101011
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) FPM_ACTION_TYPE IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD Type of FPM Event Action 20110401

Method DISPATCH_ROW_ACTION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_SELECTION_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT The raised Web Dynpro event 20110414

Method DISPATCH_SELECTION_CHANGED on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) STRING 20101011
2 Importing IV_DIRECTION Call by reference Type reference (TYPE) WDUI_TABLE_COL_SORT_DIR 20101011

Method DISPATCH_SORT on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method DISPATCH_TBAR_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT 20101011
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) FPM_ACTION_TYPE IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD Type of FPM Event Action 20110124

Method DISPATCH_TBAR_ACTION on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method OPEN_ACTION_MENU Signature

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

Method OPEN_ACTION_MENU on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.

Method OPEN_QUICKVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER 20120413
2 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT 20120413

Method OPEN_QUICKVIEW on Interface IF_FPM_LIST_EVENT_DISPATCHER has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 703