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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | 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 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20140603 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20110816 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WDR_CONDITIONAL_FORMAT_HNDL | Service Class for Conditional Formatting | 20140807 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WDR_TABLE_PROPERTY_PROVIDER | ONLY FOR INTERNAL USE! DO NOT USE! | 20100914 | |||
| 5 | 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 | Instance method | Public | Method | Delete All Selections/Lead Selection | 20100914 | |
| 2 | Instance method | Public | Constructor | 20100914 | ||
| 3 | Instance method | Public | Method | Returns IDs of All Cell Editors | 20140605 | |
| 4 | Static method | Public | Method | Returns IDs of All Cell Editors in a Column | 20140812 | |
| 5 | Instance method | Public | Method | 20140807 | ||
| 6 | Instance method | Public | Method | DO NOT USE!! ONLY FOR INTERNAL USE!!! | 20100914 | |
| 7 | Instance method | Public | Method | Checks whether the table and all columns can be personizable | 20100914 | |
| 8 | Instance method | Public | Method | Moves a column (for personalization) | 20100914 | |
| 9 | Instance method | Public | Method | Select All Elements | 20100914 | |
| 10 | Instance method | Public | Method | Select Element Area | 20100914 | |
| 11 | Instance method | Private | Method | Select Element/Set Lead Selection | 20100914 | |
| 12 | Instance method | Public | Method | Sets the width of columns (for personalization) | 20110330 | |
| 13 | Instance method | Public | Method | Set the width of the table column, depending on data type | 20100914 | |
| 14 | Instance method | Public | Method | DO NOT USE!! ONLY FOR INTERNAL USE!!! | 20100914 | |
| 15 | 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 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20100914 | |||
| 2 | CONTEXT_NODE_PATH_NAME | Call by reference | Type reference (TYPE) | STRING | 20100914 | ||||
| 3 | INCLUDING_LEAD_SELECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100914 | |||
| 4 | SYNC_CLIENT_UPDATE | Call by reference | Object reference (TYPE REF TO) | IF_WDR_SYNC_CLIENT_UPDATE | Advanced Delta Rendering: Synchonisiertes Updates | 20110902 | |||
| 5 | 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 | 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 | 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 | CELL_EDITORS | Value transfer | Type reference (TYPE) | WDR_VIEW_ELEMENTS | Tabelle von Strings | 20140812 | |||
| 2 | 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 | 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 | 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 | 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 | COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20100914 | ||||
| 2 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_VIEW_ELEMENT | Perforce change= / 20040604-141028 | 20100914 | |||
| 3 | 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 | 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 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20100914 | |||
| 2 | CONTEXT_NODE_PATH_NAME | Call by reference | Type reference (TYPE) | STRING | 20100914 | ||||
| 3 | SYNC_CLIENT_UPDATE | Call by reference | Object reference (TYPE REF TO) | IF_WDR_SYNC_CLIENT_UPDATE | Advanced Delta Rendering: Synchonisiertes Updates | 20110902 | |||
| 4 | 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 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20100914 | |||
| 2 | CONTEXT_NODE_PATH_NAME | Call by reference | Type reference (TYPE) | STRING | 20100914 | ||||
| 3 | FROM_INDEX | Call by reference | Type reference (TYPE) | I | Web Dynpro: Schnittstelle für ein Knotenelement | 20110614 | |||
| 4 | SYNC_CLIENT_UPDATE | Call by reference | Object reference (TYPE REF TO) | IF_WDR_SYNC_CLIENT_UPDATE | Advanced Delta Rendering: Synchonisiertes Updates | 20110902 | |||
| 5 | TO_INDEX | Call by reference | Type reference (TYPE) | I | Web Dynpro: Schnittstelle für ein Knotenelement | 20110614 | |||
| 6 | 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 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20110329 | |||
| 2 | CONTEXT_NODE_PATH_NAME | Call by reference | Type reference (TYPE) | STRING | 20110329 | ||||
| 3 | FROM_ROW | Call by reference | Type reference (TYPE) | I | Web Dynpro: Schnittstelle für ein Knotenelement | 20100914 | |||
| 4 | SYNC_CLIENT_UPDATE | Call by reference | Object reference (TYPE REF TO) | IF_WDR_SYNC_CLIENT_UPDATE | Advanced Delta Rendering: Synchonisiertes Updates | 20110902 | |||
| 5 | TO_ROW | Call by reference | Type reference (TYPE) | I | Web Dynpro: Schnittstelle für ein Knotenelement | 20100914 | |||
| 6 | 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 | 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 | 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 | 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 | COLUMN_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110816 | ||||
| 2 | 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 |