SAP ABAP Class CL_WDR_C_TABLE_METHOD_HNDL (Method Handler for the Table)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_C_TABLE (Package) UIE Library "CTable"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_VIEW_ELEM_METHOD_HNDL Handler for Method Calls for View Elements 20100914
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_COND_FORMAT_METHOD_HNDL Method Handler for the Client Table 20140807
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_C_TABLE_METHOD_HNDL Method Handler for the Client Table 20101123
Properties
Class CL_WDR_C_TABLE_METHOD_HNDL  
Short Description Method Handler for the Table    
Super Class CL_WDR_VIEW_ELEM_METHOD_HNDL Handler for Method Calls for View Elements 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_C_TABLE   UIE Library "CTable" 
Created 20100914   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_WDR_P13N_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WD_C_TABLE_COLUMN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_COND_FORMAT_METHOD_HNDL Method Handler for the Client Table 20140807
2 IF_WD_C_TABLE_METHOD_HNDL Method Handler for the Client Table 20101123
Friends
Class CL_WDR_C_TABLE_METHOD_HNDL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CACHE_STRUCTDESCR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20140603
2 M_CACHE_TABLEDESCR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20110816
3 M_CONDITIONAL_FORMAT_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_WDR_CONDITIONAL_FORMAT_HNDL Service Class for Conditional Formatting 20140807
4 M_TABLE_PROPERTY_PROVIDER Instance attribute Private Object reference (TYPE REF TO) IF_WDR_TABLE_PROPERTY_PROVIDER ONLY FOR INTERNAL USE! DO NOT USE! 20100914
5 M_WD_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_WD_C_TABLE Web Dynpro CTable Reference 20100914
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_SELECTION Instance method Public Method Delete All Selections/Lead Selection 20100914
2 CONSTRUCTOR Instance method Public Constructor 20100914
3 GET_ALL_CELL_EDITOR_IDS Instance method Public Method Returns IDs of All Cell Editors 20140605
4 GET_COLUMN_CELL_EDITORS Static method Public Method Returns IDs of All Cell Editors in a Column 20140812
5 GET_CONDITIONAL_FORMAT_HANDLER Instance method Public Method 20140807
6 GET_TABLE_PROPERTY_PROVIDER Instance method Public Method DO NOT USE!! ONLY FOR INTERNAL USE!!! 20100914
7 IS_PERSONALIZABLE Instance method Public Method Checks whether the table and all columns can be personizable 20100914
8 MOVE_COLUMN Instance method Public Method Moves a column (for personalization) 20100914
9 SELECT_ALL Instance method Public Method Select All Elements 20100914
10 SELECT_RANGE Instance method Public Method Select Element Area 20100914
11 SELECT_RANGE_FLAT Instance method Private Method Select Element/Set Lead Selection 20100914
12 SET_NEW_P13N_VALUES Instance method Public Method Sets the width of columns (for personalization) 20110330
13 SET_OPTIMAL_COLUMN_WIDTHS Instance method Public Method Set the width of the table column, depending on data type 20100914
14 SET_TABLE_PROPERTY_PROVIDER Instance method Public Method DO NOT USE!! ONLY FOR INTERNAL USE!!! 20100914
15 SORT_TABLE Instance method Public Method Sorts the client table 20110816
Events
Class CL_WDR_C_TABLE_METHOD_HNDL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_CELL_EDITOR_RULE_MAPPING Private Attribute reference (LIKE) 20140603
2 T_CELL_EDITOR_RULE_MAPPINGS Public Attribute reference (LIKE) 20140603
3 T_FIELD_DESCRIPTIONS_FOR_RULE Public See coding 20140603 t_field_descriptions_for_rule type standard table of t_field_description_for_rule with default key
4 T_FIELD_DESCRIPTION_FOR_RULE Public See coding 20140603 begin of t_field_description_for_rule, cell_editor_id type string, binding type ref to wdr_property_binding, rtti type ref to cl_abap_typedescr, fix_value type string, reference_field type string, reference_rtti type ref to cl_abap_typedescr, value_set type wdr_context_attr_value_list, format_rule type if_wd_custom_style_manager=>t_conditional_format_rule, format_method type string, end of t_field_description_for_rule
Method Signatures

Method CLEAR_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20100914
2 Importing CONTEXT_NODE_PATH_NAME Call by reference Type reference (TYPE) STRING 20100914
3 Importing INCLUDING_LEAD_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100914
4 Importing SYNC_CLIENT_UPDATE Call by reference Object reference (TYPE REF TO) IF_WDR_SYNC_CLIENT_UPDATE Advanced Delta Rendering: Synchonisiertes Updates 20110902
5 Importing UPDATE_DATA Call by reference Object reference (TYPE REF TO) IF_WDR_UPDATE_SERVER_PEER_DATA to get updates into a DataContainer 20100914

Method CLEAR_SELECTION on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT WebDynpro View Element 20100914

Method CONSTRUCTOR on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method GET_ALL_CELL_EDITOR_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CELL_EDITOR_IDS Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20140605

Method GET_ALL_CELL_EDITOR_IDS on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method GET_COLUMN_CELL_EDITORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CELL_EDITORS Value transfer Type reference (TYPE) WDR_VIEW_ELEMENTS Tabelle von Strings 20140812
2 Importing TABLE_COLUMN Call by reference Object reference (TYPE REF TO) CL_WD_C_TABLE_COLUMN 20140812

Method GET_COLUMN_CELL_EDITORS on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method GET_CONDITIONAL_FORMAT_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONDITIONAL_FORMAT_HANDLER Value transfer Object reference (TYPE REF TO) CL_WDR_CONDITIONAL_FORMAT_HNDL Service Klasse für Conditional Formatting 20140807

Method GET_CONDITIONAL_FORMAT_HANDLER on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method GET_TABLE_PROPERTY_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TABLE_PROPERTY_PROVIDER Value transfer Object reference (TYPE REF TO) IF_WDR_TABLE_PROPERTY_PROVIDER ONLY FOR INTERNAL USE! DO NOT USE! 20100914

Method GET_TABLE_PROPERTY_PROVIDER on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method IS_PERSONALIZABLE Signature

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

Method IS_PERSONALIZABLE on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method MOVE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_ID Call by reference Type reference (TYPE) STRING 20100914
2 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_WD_VIEW_ELEMENT Perforce change= / 20040604-141028 20100914
3 Importing POSITION Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE CL_WDR_P13N_UTILITIES=>E_AGGR_MOVE_POSITION-BEFORE Typ einer Enumeration einer UIE-Bibliothek 20100914
4 Importing TARGET_COLUMN_ID Call by reference Type reference (TYPE) STRING 20100914

Method MOVE_COLUMN on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method SELECT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20100914
2 Importing CONTEXT_NODE_PATH_NAME Call by reference Type reference (TYPE) STRING 20100914
3 Importing SYNC_CLIENT_UPDATE Call by reference Object reference (TYPE REF TO) IF_WDR_SYNC_CLIENT_UPDATE Advanced Delta Rendering: Synchonisiertes Updates 20110902
4 Importing UPDATE_DATA Call by reference Object reference (TYPE REF TO) IF_WDR_UPDATE_SERVER_PEER_DATA to get updates into a DataContainer 20100914

Method SELECT_ALL on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method SELECT_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20100914
2 Importing CONTEXT_NODE_PATH_NAME Call by reference Type reference (TYPE) STRING 20100914
3 Importing FROM_INDEX Call by reference Type reference (TYPE) I Web Dynpro: Schnittstelle für ein Knotenelement 20110614
4 Importing SYNC_CLIENT_UPDATE Call by reference Object reference (TYPE REF TO) IF_WDR_SYNC_CLIENT_UPDATE Advanced Delta Rendering: Synchonisiertes Updates 20110902
5 Importing TO_INDEX Call by reference Type reference (TYPE) I Web Dynpro: Schnittstelle für ein Knotenelement 20110614
6 Importing UPDATE_DATA Call by reference Object reference (TYPE REF TO) IF_WDR_UPDATE_SERVER_PEER_DATA to get updates into a DataContainer 20100914

Method SELECT_RANGE on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method SELECT_RANGE_FLAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20110329
2 Importing CONTEXT_NODE_PATH_NAME Call by reference Type reference (TYPE) STRING 20110329
3 Importing FROM_ROW Call by reference Type reference (TYPE) I Web Dynpro: Schnittstelle für ein Knotenelement 20100914
4 Importing SYNC_CLIENT_UPDATE Call by reference Object reference (TYPE REF TO) IF_WDR_SYNC_CLIENT_UPDATE Advanced Delta Rendering: Synchonisiertes Updates 20110902
5 Importing TO_ROW Call by reference Type reference (TYPE) I Web Dynpro: Schnittstelle für ein Knotenelement 20100914
6 Importing UPDATE_DATA Call by reference Object reference (TYPE REF TO) IF_WDR_UPDATE_SERVER_PEER_DATA to get updates into a DataContainer 20100914

Method SELECT_RANGE_FLAT on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method SET_NEW_P13N_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNS_WIDTHS Call by reference Type reference (TYPE) CL_WDR_P13N_UTILITIES=>TT_P13N_NAME_VALUE 20110330

Method SET_NEW_P13N_VALUES on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method SET_OPTIMAL_COLUMN_WIDTHS Signature

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

Method SET_OPTIMAL_COLUMN_WIDTHS on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method SET_TABLE_PROPERTY_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLE_PROPERTY_PROVIDER Call by reference Object reference (TYPE REF TO) IF_WDR_TABLE_PROPERTY_PROVIDER ONLY FOR INTERNAL USE! DO NOT USE! 20100914

Method SET_TABLE_PROPERTY_PROVIDER on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.

Method SORT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_ID Call by reference Type reference (TYPE) CSEQUENCE 20110816
2 Importing DESCENDING Call by reference Type reference (TYPE) ABAP_BOOL 20110816

Method SORT_TABLE on class CL_WDR_C_TABLE_METHOD_HNDL has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 703