SAP ABAP Class CL_FPM_RENDERER_PARAMETER (Provides generic access to renderer parameters)
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
Properties
Class CL_FPM_RENDERER_PARAMETER  
Short Description Provides generic access to renderer parameters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20100906   SAP 
Last change 20110908   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)
2 IF_FPM_LIST_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FPM_RENDERER_PARAMETER has no interface implemented.
Friends
Class CL_FPM_RENDERER_PARAMETER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 T_MAPPING Instance attribute Private Type reference (TYPE) YHT_PARAMETER 20100906
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method 20100906
2 ADD_ALL Instance method Public Method 20100906
3 ADD_CELL_EDITOR_PARAMETER Instance method Public Method 20100907
4 ADD_TOOLBAR_ITEM_PARAMETER Instance method Public Method 20100907
5 CLEAR Instance method Public Method 20100906
6 GET Instance method Public Method 20100906
7 GET_BOOLEAN Instance method Public Method 20100906
8 GET_DATA Instance method Public Method 20100906
9 GET_FLOAT Instance method Public Method 20100906
10 GET_INTEGER Instance method Public Method 20100906
11 GET_OBJECT Instance method Public Method 20100906
12 GET_STRING Instance method Public Method 20100906
13 SIZE Instance method Public Method 20100906
14 UNWRAP_CELL_EDITOR_PARAMETER Instance method Public Method 20100907
15 UNWRAP_TOOLBAR_ITEM_PARAMETER Instance method Public Method 20100907
Events
Class CL_FPM_RENDERER_PARAMETER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YHT_PARAMETER Public See coding 20100906 yht_parameter type hashed table of ys_parameter with unique key key
2 YS_PARAMETER Public See coding 20100906 begin of ys_parameter, key type string, value type ref to data, end of ys_parameter
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) STRING 20100906
2 Importing VALUE Call by reference Object reference (TYPE REF TO) DATA 20100906

Method ADD on class CL_FPM_RENDERER_PARAMETER has no exception.

Method ADD_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAPPINGS Call by reference Type reference (TYPE) YHT_PARAMETER 20100906

Method ADD_ALL on class CL_FPM_RENDERER_PARAMETER has no exception.

Method ADD_CELL_EDITOR_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELL_EDITOR_PARAMETER Call by reference Type reference (TYPE) IF_FPM_LIST_TYPES=>YS_CELL_EDITOR_RENDERER_PARAM 20100907

Method ADD_CELL_EDITOR_PARAMETER on class CL_FPM_RENDERER_PARAMETER has no exception.

Method ADD_TOOLBAR_ITEM_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TOOLBAR_ITEM_PARAMETER Call by reference Type reference (TYPE) IF_FPM_LIST_TYPES=>YS_TOOLBAR_ITEM_RENDERER_PARAM 20100907

Method ADD_TOOLBAR_ITEM_PARAMETER on class CL_FPM_RENDERER_PARAMETER has no exception.

Method CLEAR Signature

Method CLEAR on class CL_FPM_RENDERER_PARAMETER has no parameter.
Method CLEAR on class CL_FPM_RENDERER_PARAMETER has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) STRING 20100906
2 Exporting VALUE Call by reference Object reference (TYPE REF TO) DATA 20100906

Method GET on class CL_FPM_RENDERER_PARAMETER has no exception.

Method GET_BOOLEAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) STRING 20100906
2 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20100906

Method GET_BOOLEAN on class CL_FPM_RENDERER_PARAMETER has no exception.

Method GET_DATA Signature

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

Method GET_DATA on class CL_FPM_RENDERER_PARAMETER has no exception.

Method GET_FLOAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) STRING 20100906
2 Returning VALUE Value transfer Type reference (TYPE) FLOAT Field of type FLTP 20100906

Method GET_FLOAT on class CL_FPM_RENDERER_PARAMETER has no exception.

Method GET_INTEGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) STRING 20100906
2 Returning VALUE Value transfer Type reference (TYPE) I 20100906

Method GET_INTEGER on class CL_FPM_RENDERER_PARAMETER has no exception.

Method GET_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) STRING 20100906
2 Returning VALUE Value transfer Object reference (TYPE REF TO) OBJECT 20100906

Method GET_OBJECT on class CL_FPM_RENDERER_PARAMETER has no exception.

Method GET_STRING Signature

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

Method GET_STRING on class CL_FPM_RENDERER_PARAMETER has no exception.

Method SIZE Signature

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

Method SIZE on class CL_FPM_RENDERER_PARAMETER has no exception.

Method UNWRAP_CELL_EDITOR_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) IF_FPM_LIST_TYPES=>YS_CELL_EDITOR_RENDERER_PARAM 20100907

Method UNWRAP_CELL_EDITOR_PARAMETER on class CL_FPM_RENDERER_PARAMETER has no exception.

Method UNWRAP_TOOLBAR_ITEM_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) IF_FPM_LIST_TYPES=>YS_TOOLBAR_ITEM_RENDERER_PARAM 20100907

Method UNWRAP_TOOLBAR_ITEM_PARAMETER on class CL_FPM_RENDERER_PARAMETER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703