SAP ABAP Class CL_WDR_CONDITIONAL_FORMAT_HNDL (Service Class for Conditional Formatting)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_RUNTIME_SERVICES (Package) Web Dynpro: Additional Services of Web Dynpro Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_VIEW_ELEMENT Web Dynpro View Element 20140806
Properties
Class CL_WDR_CONDITIONAL_FORMAT_HNDL  
Short Description Service Class for Conditional Formatting    
Super Class CL_WDR_VIEW_ELEMENT Web Dynpro View Element 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_SERVICES   Web Dynpro: Additional Services of Web Dynpro Runtime 
Created 20140806   SAP 
Last change 20141121    
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_WD_VIEW_ELEMENT_METHOD_HNDL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_WDR_CONDITIONAL_FORMAT_HNDL has no interface implemented.
Friends
Class CL_WDR_CONDITIONAL_FORMAT_HNDL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CONDITIONAL_FORMAT_BLOCK_ID Constant Private Type reference (TYPE) STRING `COND_FORM_5F6E501ED3BFC12C7CFB3D17AD` Constants for Style Block ID of Conditional Formattings 20140806
2 M_CELL_EDITOR_RULE_MAPPINGS Instance attribute Private Type reference (TYPE) IF_WD_VIEW_ELEMENT_METHOD_HNDL=>T_CELL_EDITOR_RULE_MAPPINGS 20140806
3 M_DATA_PROVIDER Instance attribute Private Object reference (TYPE REF TO) IF_WDR_DATA_PROVIDER_CB Data Supplier 20140811
4 M_STRING_RTTI Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Runtime Type Services 20140806
5 M_WD_PARENT Instance attribute Public Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT Web Dynpro View Element 20140806
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CELL_EDITOR_RULE_MAPPING Instance method Public Method 20140806
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20140806
3 FILL_FIELD_DESCR_FOR_RULES Instance method Private Method 20140807
4 FILL_FIELD_DSCR_BY_CELL_EDITOR Instance method Private Method 20140806
5 GET_ALL_CELL_EDITORS_C_TABLE Instance method Private Method Returns all cell editors for a table 20140807
6 GET_ALL_CELL_EDITORS_TABLE Instance method Private Method Returns all cell editors for a table 20140807
7 GET_ALL_CELL_EDITOR_IDS Instance method Private Method Returns all IDs of the cell editors 20140807
8 GET_CELL_EDITOR_RULES Instance method Private Method 20140806
9 GET_CELL_EDITOR_RULE_MAPPINGS Instance method Public Method 20140806
10 GET_INFO_FOR_CELL_EDITOR Instance method Private Method Returns information about a cell editor 20140812
11 IS_VIEW_ELEMENT_VISIBLE Instance method Private Method Checks whether a View element is visible 20140812
12 PROCESS_CONDITIONAL_FORMATTING Instance method Public Method 20140806
13 RULE_TO_STYLE_CLASS_NAME Static method Private Method Creates a style class name using a rule 20140806
14 SET_CELL_EDITOR_RULE_MAPPINGS Instance method Public Method 20140806
Events
Class CL_WDR_CONDITIONAL_FORMAT_HNDL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_ELEMENT_ID_MAPPING Private See coding 20140806 begin of t_element_id_mapping, ref type ref to cl_wd_view_element, id type string, variant_key type string, variant_binding type ref to wdr_property_binding, column_visibility_binding type ref to wdr_property_binding, visibility_bindings type standard table of ref to wdr_property_binding with non-unique default key, end of t_element_id_mapping
2 T_ELEMENT_ID_MAPPINGS Private See coding 20140807 t_element_id_mappings type standard table of t_element_id_mapping with non-unique default key
3 T_FIELD_DESCRIPTIONS_FOR_RULE Public See coding 20140806 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 20140806 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, visibility_bindings type wdr_property_binding_map, variant_key type string, variant_binding type ref to wdr_property_binding, end of t_field_description_for_rule
Method Signatures

Method ADD_CELL_EDITOR_RULE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELL_EDITOR_ID Call by reference Type reference (TYPE) WDY_UI_ELEMENT_NAME Web Dynpro : Name eines UI-Elements 20140806
2 Importing FORMAT_METHOD Call by reference Type reference (TYPE) STRING 'CELL' 20140806
3 Importing RULE_ID Call by reference Type reference (TYPE) STRING 20140806

Method ADD_CELL_EDITOR_RULE_MAPPING on class CL_WDR_CONDITIONAL_FORMAT_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 20140806

Method CONSTRUCTOR on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method FILL_FIELD_DESCR_FOR_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FIELD_DESCRIPTIONS_FOR_RULES Call by reference Type reference (TYPE) T_FIELD_DESCRIPTIONS_FOR_RULE 20140807

Method FILL_FIELD_DESCR_FOR_RULES on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method FILL_FIELD_DSCR_BY_CELL_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELL_EDITOR Call by reference Object reference (TYPE REF TO) CL_WD_VIEW_ELEMENT 20140806
2 Changing FIELD_DESCRIPTION Call by reference Type reference (TYPE) T_FIELD_DESCRIPTION_FOR_RULE 20140806

Method FILL_FIELD_DSCR_BY_CELL_EDITOR on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method GET_ALL_CELL_EDITORS_C_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_C_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_C_TABLE 20140807
2 Returning R_CELL_EDITORS Value transfer Type reference (TYPE) T_ELEMENT_ID_MAPPINGS 20140807

Method GET_ALL_CELL_EDITORS_C_TABLE on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method GET_ALL_CELL_EDITORS_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE 20140807
2 Returning R_CELL_EDITORS Value transfer Type reference (TYPE) T_ELEMENT_ID_MAPPINGS 20140807

Method GET_ALL_CELL_EDITORS_TABLE on class CL_WDR_CONDITIONAL_FORMAT_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 IDS Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20140807

Method GET_ALL_CELL_EDITOR_IDS on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method GET_CELL_EDITOR_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CELL_EDITOR_RULES Value transfer Type reference (TYPE) T_FIELD_DESCRIPTIONS_FOR_RULE 20140806

Method GET_CELL_EDITOR_RULES on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method GET_CELL_EDITOR_RULE_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CELL_EDITOR_RULE_MAPPINGS Value transfer Type reference (TYPE) IF_WD_VIEW_ELEMENT_METHOD_HNDL=>T_CELL_EDITOR_RULE_MAPPINGS 20140806

Method GET_CELL_EDITOR_RULE_MAPPINGS on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method GET_INFO_FOR_CELL_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CELL_EDITOR_ID Call by reference Type reference (TYPE) STRING 20140812
2 Returning R_CELL_EDITOR_INFO Value transfer Type reference (TYPE) T_ELEMENT_ID_MAPPING 20140812

Method GET_INFO_FOR_CELL_EDITOR on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method IS_VIEW_ELEMENT_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_PROPERTY_BINDING Call by reference Object reference (TYPE REF TO) WDR_PROPERTY_BINDING Bindung eines View-Elementes an einen Kontextknoten 20140812
2 Exporting EV_IS_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20140812
3 Importing IO_VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT WebDynpro View Element 20140812

Method IS_VIEW_ELEMENT_VISIBLE on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method PROCESS_CONDITIONAL_FORMATTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CELLS Value transfer Type reference (TYPE) WDR_CELL_STYLE_CLASS_NAMES Liste von StyleClassName für Zellen 20140806
2 Importing DATA_PROVIDER Call by reference Object reference (TYPE REF TO) IF_WDR_DATA_PROVIDER_CB 20140806
3 Importing DATA_SOURCE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20140806
4 Importing DATA_SOURCE_PATH_NAME Call by reference Type reference (TYPE) STRING 20140806
5 Importing FROM_INDEX Value transfer Type reference (TYPE) I 20140806
6 Importing TO_INDEX Value transfer Type reference (TYPE) I 20140806

Method PROCESS_CONDITIONAL_FORMATTING on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method RULE_TO_STYLE_CLASS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STYLE_CLASS_NAME Value transfer Type reference (TYPE) STRING 20140806
2 Importing STYLE_PROPERTIES Call by reference Type reference (TYPE) IF_WD_CUSTOM_STYLE=>T_STYLE_PROPERTIES 20140806

Method RULE_TO_STYLE_CLASS_NAME on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.

Method SET_CELL_EDITOR_RULE_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELL_EDITOR_RULE_MAPPINGS Call by reference Type reference (TYPE) IF_WD_VIEW_ELEMENT_METHOD_HNDL=>T_CELL_EDITOR_RULE_MAPPINGS 20140806

Method SET_CELL_EDITOR_RULE_MAPPINGS on class CL_WDR_CONDITIONAL_FORMAT_HNDL has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740