SAP ABAP Class CL_SALV_WD_LEX_H_FMTR_RTVR (Editor Retriever)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_WD_LEX (Package) ALV Lean Export Classes for WD
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_LEX_H_FMTR_RTVR_CV Formattor Retriever in case of Cell Variants 20101018
2 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_LEX_H_FMTR_RTVR_STD Formatter Retriver for Standard Cells (w/o Cell Variants) 20101018
Properties
Class CL_SALV_WD_LEX_H_FMTR_RTVR  
Short Description Editor Retriever    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_WD_LEX   ALV Lean Export Classes for WD 
Created 20101018   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_SALV_BS_LEX_FORMAT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SALV_BS_MODEL_COLUMNS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_SALV_BS_T_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SALV_WD_LEX_H_FMTR_RTVR has no interface implemented.
Friends
Class CL_SALV_WD_LEX_H_FMTR_RTVR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_STD_CELL_PROPERTIES Instance attribute Protected Object reference (TYPE REF TO) CL_SALV_BS_LEX_H_CELL_PROPS Relevant Properties of the Current Cell 20101018
2 MR_STD_EDITOR Instance attribute Protected Object reference (TYPE REF TO) IF_SALV_WD_TABLE_CELL_EDITOR 20101018
3 MR_STD_FORMATTER Instance attribute Protected Object reference (TYPE REF TO) CL_SALV_WD_LEX_H_FMTR 20101018
4 MS_HAS_IMAGES Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20101020
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method 20101018
2 CREATE_CELL_PROPS Instance method Protected Method Creates cell properties for the current cell 20101018
3 CREATE_FORMATTER Instance method Protected Method Creates formatter for present cell editor and properties 20101018
4 GET_AGGR Instance method Public Method 20101019
5 GET_FORMATTER Instance method Public Method 20101018
6 GET_FORMATTER_RESULT Instance method Public Method Determines active Formatter and returns Formatters result 20101018
7 HAS_IMAGES Instance method Public Method 20101020
Events
Class CL_SALV_WD_LEX_H_FMTR_RTVR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_EXP_TYPE_INFORMATION Public See coding 20101018 begin of YS_EXP_TYPE_INFORMATION, conversionexit type string, decimals type string, referencefield type string, end of ys_exp_type_information
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA_TABLE Call by reference Object reference (TYPE REF TO) CL_SALV_BS_DATA_TABLE 20101018
2 Importing IR_MODEL_TABLE Call by reference Object reference (TYPE REF TO) CL_SALV_BS_MODEL_TABLE 20101018
3 Importing IS_COLUMN Call by reference Type reference (TYPE) IF_SALV_BS_MODEL_COLUMNS=>S_TYPE_COLUMN 20101018
4 Importing IS_COLUMN_ID Call by reference Type reference (TYPE) STRING 20101018
5 Returning RR_FMTR_RETRIEVER Value transfer Object reference (TYPE REF TO) CL_SALV_WD_LEX_H_FMTR_RTVR 20101018

Method CREATE on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.

Method CREATE_CELL_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CELL_PROPERTIES Call by reference Object reference (TYPE REF TO) CL_SALV_BS_LEX_H_CELL_PROPS Relevant Properties of the Current Cell 20101018
2 Exporting ES_FIELD Call by reference Type reference (TYPE) STRING 20101018
3 Importing IR_DATA_TABLE Call by reference Object reference (TYPE REF TO) CL_SALV_BS_DATA_TABLE 20101018
4 Importing IR_EDITOR Call by reference Object reference (TYPE REF TO) CL_SALV_WD_UIE 20101018

Method CREATE_CELL_PROPS on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.

Method CREATE_FORMATTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CELL_PROPERTIES Call by reference Object reference (TYPE REF TO) CL_SALV_BS_LEX_H_CELL_PROPS Relevant Properties of the Current Cell 20101018
2 Importing IR_DATA_TABLE Call by reference Object reference (TYPE REF TO) CL_SALV_BS_DATA_TABLE 20101018
3 Importing IR_EDITOR Call by reference Object reference (TYPE REF TO) CL_SALV_WD_UIE 20101018
4 Importing IS_ATTRIBUTE Call by reference Type reference (TYPE) IF_SALV_BS_T_DATA=>S_TYPE_ATTRIBUTE 20101018
5 Returning RR_FORMATTER Value transfer Object reference (TYPE REF TO) CL_SALV_WD_LEX_H_FMTR 20101018

Method CREATE_FORMATTER on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.

Method GET_AGGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_CELL_PROPERTIES Call by reference Object reference (TYPE REF TO) CL_SALV_BS_LEX_H_CELL_PROPS=>YS_CELL_PROPERTIES 20101019
2 Exporting ES_CELL_EDITOR_TYPE Call by reference Type reference (TYPE) IF_SALV_BS_LEX_FORMAT=>YS_CELL_EDITOR_TYPE 20101019
3 Exporting ES_DECIMALS Call by reference Type reference (TYPE) I 20101019
4 Exporting ES_VALUE Call by reference Type reference (TYPE) STRING 20101019
5 Importing IR_COLUMNINFO_EXT Call by reference Object reference (TYPE REF TO) CL_SALV_EX_LEX_ADAPTER=>YS_COLUMNINFO_EXT 20101019
6 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20101019
7 Importing IS_REFERENCE Call by reference Type reference (TYPE) STRING 20101019

Method GET_AGGR on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.

Method GET_FORMATTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20101018
2 Returning RR_FORMATTER Value transfer Object reference (TYPE REF TO) CL_SALV_WD_LEX_H_FMTR 20101018

Method GET_FORMATTER on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.

Method GET_FORMATTER_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_CELL_PROPERTIES Call by reference Object reference (TYPE REF TO) CL_SALV_BS_LEX_H_CELL_PROPS=>YS_CELL_PROPERTIES 20101018
2 Exporting ES_DECIMALS Call by reference Type reference (TYPE) I 20101018
3 Exporting ES_VALUE Call by reference Type reference (TYPE) STRING 20101018
4 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20101018

Method GET_FORMATTER_RESULT on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.

Method HAS_IMAGES Signature

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

Method HAS_IMAGES on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731