SAP ABAP Class CL_WDR_DG_EXEXP_ADAPTER (DataGrid Export Adapter)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_DATA_GRID (Package) UIE Library "Data Grid"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_DG_EXEXP_ADAPTER DataGrid Export Adapter Interface 20131007
Properties
Class CL_WDR_DG_EXEXP_ADAPTER  
Short Description DataGrid Export Adapter    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_DATA_GRID   UIE Library "Data Grid" 
Created 20131007   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDR_DG_EXEXP_ADAPTER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_DG_EXEXP_ADAPTER DataGrid Export Adapter Interface 20131007
Friends
Class CL_WDR_DG_EXEXP_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_EXT_CTRL Instance attribute Protected Object reference (TYPE REF TO) IF_WD_DG_EXEXP_EXT_CTRL 20140411
2 MO_FORMAT Instance attribute Protected Object reference (TYPE REF TO) IF_WD_DG_EXEXP_FORMAT 20131007
3 MO_SOURCE_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DATA_GRID 20131008
4 MT_ATTR_BUFFER Instance attribute Protected Type reference (TYPE) YT_ATTR_BUFFER 20140423
5 MT_COL_WIDTH Instance attribute Protected Type reference (TYPE) YT_COL_WIDTH 20131028
6 MT_DATA_GRID_CELLS Instance attribute Protected Type reference (TYPE) YT_GRID_INFO 20131008
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20131008
2 GET_CONTENT_TYPE Instance method Protected Method 20140423
3 HAS_EXT_CTRL Instance method Private Method 20140411
4 PREPARE_DATA_GRID_CELLS Instance method Protected Method 20131008
5 PROCESS_DATA_GRID_CELLS Instance method Protected Method 20131021
6 UPDATE_COL_WIDTH Instance method Protected Method 20131028
Events
Class CL_WDR_DG_EXEXP_ADAPTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_ATTR_BUFFER Protected See coding 20140423 begin of ys_attr_buffer, node_name type string, attribute_name type string, content_type type if_wd_dg_exexp_adapter=>ty_content_type, end of ys_attr_buffer
2 YS_COL_WIDTH Protected See coding 20131028 begin of ys_col_width, col_index type i, num_chars type i, end of ys_col_width
3 YS_GRID_INFO Public See coding 20131008 begin of ys_grid_info, rowid type i, columnid type i, value type string, data type ref to data, content_type type if_wd_dg_exexp_adapter=>ty_content_type, currency_unit type string, icon_source type string, level type i, background type wdui_table_cell_design, header type abap_bool, merge_col type i, merge_row type i, end of ys_grid_info
4 YT_ATTR_BUFFER Protected See coding 20140423 yt_attr_buffer type sorted table of ys_attr_buffer with unique key node_name attribute_name
5 YT_COL_WIDTH Protected See coding 20131028 yt_col_width type sorted table of ys_col_width with unique key col_index
6 YT_GRID_INFO Public See coding 20131008 yt_grid_info type sorted table of ys_grid_info with unique key rowid columnid
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA_GRID Call by reference Object reference (TYPE REF TO) CL_WD_DATA_GRID 20131008
2 Importing IO_DATA_GRID_EXT_CTRL Call by reference Object reference (TYPE REF TO) IF_WD_DG_EXEXP_EXT_CTRL 20140411

Method CONSTRUCTOR on class CL_WDR_DG_EXEXP_ADAPTER has no exception.

Method GET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140423
2 Importing IV_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20140423
3 Returning RV_CONTENT_TYPE Value transfer Type reference (TYPE) IF_WD_DG_EXEXP_ADAPTER=>TY_CONTENT_TYPE 20140423

Method GET_CONTENT_TYPE on class CL_WDR_DG_EXEXP_ADAPTER has no exception.

Method HAS_EXT_CTRL Signature

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

Method HAS_EXT_CTRL on class CL_WDR_DG_EXEXP_ADAPTER has no exception.

Method PREPARE_DATA_GRID_CELLS Signature

Method PREPARE_DATA_GRID_CELLS on class CL_WDR_DG_EXEXP_ADAPTER has no parameter.
Method PREPARE_DATA_GRID_CELLS on class CL_WDR_DG_EXEXP_ADAPTER has no exception.

Method PROCESS_DATA_GRID_CELLS Signature

Method PROCESS_DATA_GRID_CELLS on class CL_WDR_DG_EXEXP_ADAPTER has no parameter.
Method PROCESS_DATA_GRID_CELLS on class CL_WDR_DG_EXEXP_ADAPTER has no exception.

Method UPDATE_COL_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA_GRID_CELL Call by reference Type reference (TYPE) CL_WDR_DG_EXEXP_ADAPTER=>YS_GRID_INFO 20131028

Method UPDATE_COL_WIDTH on class CL_WDR_DG_EXEXP_ADAPTER has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 740