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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | `COND_FORM_5F6E501ED3BFC12C7CFB3D17AD` | Constants for Style Block ID of Conditional Formattings | 20140806 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_WD_VIEW_ELEMENT_METHOD_HNDL=>T_CELL_EDITOR_RULE_MAPPINGS | 20140806 | |||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WDR_DATA_PROVIDER_CB | Data Supplier | 20140811 | ||
4 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Runtime Type Services | 20140806 | ||
5 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEMENT | Web Dynpro View Element | 20140806 |
Methods
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 | ![]() |
CELL_EDITOR_ID | Call by reference | Type reference (TYPE) | WDY_UI_ELEMENT_NAME | Web Dynpro : Name eines UI-Elements | 20140806 | ||
2 | ![]() |
FORMAT_METHOD | Call by reference | Type reference (TYPE) | STRING | 'CELL' | 20140806 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
CELL_EDITOR | Call by reference | Object reference (TYPE REF TO) | CL_WD_VIEW_ELEMENT | 20140806 | |||
2 | ![]() |
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 | ![]() |
I_C_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_C_TABLE | 20140807 | |||
2 | ![]() |
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 | ![]() |
I_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | 20140807 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
I_CELL_EDITOR_ID | Call by reference | Type reference (TYPE) | STRING | 20140812 | |||
2 | ![]() |
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 | ![]() |
ER_PROPERTY_BINDING | Call by reference | Object reference (TYPE REF TO) | WDR_PROPERTY_BINDING | Bindung eines View-Elementes an einen Kontextknoten | 20140812 | ||
2 | ![]() |
EV_IS_VISIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140812 | |||
3 | ![]() |
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 | ![]() |
CELLS | Value transfer | Type reference (TYPE) | WDR_CELL_STYLE_CLASS_NAMES | Liste von StyleClassName für Zellen | 20140806 | ||
2 | ![]() |
DATA_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_WDR_DATA_PROVIDER_CB | 20140806 | |||
3 | ![]() |
DATA_SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20140806 | ||
4 | ![]() |
DATA_SOURCE_PATH_NAME | Call by reference | Type reference (TYPE) | STRING | 20140806 | |||
5 | ![]() |
FROM_INDEX | Value transfer | Type reference (TYPE) | I | 20140806 | |||
6 | ![]() |
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 | ![]() |
STYLE_CLASS_NAME | Value transfer | Type reference (TYPE) | STRING | 20140806 | |||
2 | ![]() |
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 | ![]() |
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 |