SAP ABAP Class CL_FPM_FORM_REP_UIBB_ASSIST (Assistance class for FPM_FORM_REPEATER_UIBB)
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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_ADV_FORM_BASE_ASSIST Base Assistance Class for all GUIBBs based on Advanced Forms 20111019
Properties
Class CL_FPM_FORM_REP_UIBB_ASSIST  
Short Description Assistance class for FPM_FORM_REPEATER_UIBB    
Super Class CL_FPM_ADV_FORM_BASE_ASSIST Base Assistance Class for all GUIBBs based on Advanced Forms 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20111019   SAP 
Last change 20141120    
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)
2 CL_FPM_GUIBB_FORM_REP_DATA_MGR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_FPM_FORM_REP_UIBB_ASSIST has no interface implemented.
Friends
Class CL_FPM_FORM_REP_UIBB_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_EXTENDED_CTRL Instance attribute Private Object reference (TYPE REF TO) CL_FPM_FORM_REPEATER_EXT_CTRL Implementation of extended control 20111020
2 MT_ROW_ACTION_DEFINITION Instance attribute Private Type reference (TYPE) FPMGB_T_ROW_ACTION Row actions 20111212
3 MV_PAGINATOR_CHANGE_REQUESTED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Change of the paginator page is requested 20120222
4 MV_SWAP_UIBB_FOCUS_REQUESTED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Focus is requested on swap UIBB 20111221
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20111019
2 DETERMINE_ELEMENT_INDEX Instance method Private Method 20120314
3 DETERMINE_PAGINATOR_PAGE_INDEX Instance method Private Method 20120222
4 GET_CONFIGURED_ROW_ACTIONS Instance method Public Method Get configured row actions 20130109
5 GET_FORM_CONTAINER_ID Instance method Public Method 20111128
6 GET_SWAP_UIBB Instance method Public Method 20111102
7 GET_SWAP_UIBB_CONTAINER_ID Instance method Public Method 20111102
8 GET_UIBBS Instance method Public Method 20111021
9 IS_SWAP_UIBB_ACTIVE Instance method Public Method 20111102
10 OPEN_ACTION_MENU Instance method Public Method 20120322
11 REQUEST_FOCUS Instance method Public Method Request focus 20120518
12 REQUEST_FOCUS_ON_ROW_ACTION Instance method Public Method Request focus on row action 20120520
13 SET_HEIGHT Instance method Public Method 20140602
14 SET_LAST_PAGINATOR_PAGE Instance method Public Method 20120222
15 SET_ROW_INDEX_ON_EVENT Instance method Private Method 20120317
16 SET_SWAP_UIBB_PAGINATOR_PAGE Instance method Public Method 20120222
17 SUPPLY_NODE_RANGE_ON_SCROLLING Instance method Public Method 20130208
Events
Class CL_FPM_FORM_REP_UIBB_ASSIST has no event.
Types
Class CL_FPM_FORM_REP_UIBB_ASSIST has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FPM_FORM_REP_UIBB_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method DETERMINE_ELEMENT_INDEX 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 20120314
2 Returning RV_INDEX Value transfer Type reference (TYPE) I Index of context element 20120314

Method DETERMINE_ELEMENT_INDEX on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method DETERMINE_PAGINATOR_PAGE_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA_RECORD_INDEX Call by reference Type reference (TYPE) I 20120222
2 Returning RV_PAGINATOR_PAGE_INDEX Value transfer Type reference (TYPE) I 20120222

Method DETERMINE_PAGINATOR_PAGE_INDEX on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method GET_CONFIGURED_ROW_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ROW_ACTION Value transfer Type reference (TYPE) FPMGB_T_CONFIGURED_ROW_ACTION Configured Row Actions 20130109

Method GET_CONFIGURED_ROW_ACTIONS on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method GET_FORM_CONTAINER_ID Signature

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

Method GET_FORM_CONTAINER_ID on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method GET_SWAP_UIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SWAP_UIBB Call by reference Type reference (TYPE) CL_FPM_GUIBB_FORM_REP_DATA_MGR=>TY_S_SWAP_UIBB Swap UIBB 20111102

Method GET_SWAP_UIBB on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method GET_SWAP_UIBB_CONTAINER_ID Signature

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

Method GET_SWAP_UIBB_CONTAINER_ID on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method GET_UIBBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UIBB Call by reference Type reference (TYPE) FPM_T_UIBB_KEY Table type of UIBB keys 20111021
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20111021

Method GET_UIBBS on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method IS_SWAP_UIBB_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Indicator: Swap UIBB is active 20111102

Method IS_SWAP_UIBB_ACTIVE on class CL_FPM_FORM_REP_UIBB_ASSIST 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 Application-Defined Event 20120322

Method OPEN_ACTION_MENU on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method REQUEST_FOCUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20120518
2 Returning RV_FOCUS_SET Value transfer Type reference (TYPE) ABAP_BOOL Indicator: Focus has been set 20120518

Method REQUEST_FOCUS on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method REQUEST_FOCUS_ON_ROW_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20120520
2 Importing IV_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20120520
3 Importing IV_INDEX Call by reference Type reference (TYPE) I Row index 20120520
4 Returning RV_FOCUS_SET Value transfer Type reference (TYPE) ABAP_BOOL Indicator: Focus has been set 20120520

Method REQUEST_FOCUS_ON_ROW_ACTION on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method SET_HEIGHT Signature

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

Method SET_HEIGHT on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method SET_LAST_PAGINATOR_PAGE Signature

Method SET_LAST_PAGINATOR_PAGE on class CL_FPM_FORM_REP_UIBB_ASSIST has no parameter.
Method SET_LAST_PAGINATOR_PAGE on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method SET_ROW_INDEX_ON_EVENT Signature

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

Method SET_ROW_INDEX_ON_EVENT on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method SET_SWAP_UIBB_PAGINATOR_PAGE Signature

Method SET_SWAP_UIBB_PAGINATOR_PAGE on class CL_FPM_FORM_REP_UIBB_ASSIST has no parameter.
Method SET_SWAP_UIBB_PAGINATOR_PAGE on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.

Method SUPPLY_NODE_RANGE_ON_SCROLLING Signature

Method SUPPLY_NODE_RANGE_ON_SCROLLING on class CL_FPM_FORM_REP_UIBB_ASSIST has no parameter.
Method SUPPLY_NODE_RANGE_ON_SCROLLING on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 732