SAP ABAP Class CL_WDR_DELTA_R_ADAPTER_TOOL (Advanced Delta Rendering)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
⤷
SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
⤷
⤷
Properties
| Class | CL_WDR_DELTA_R_ADAPTER_TOOL | |
| Short Description | Advanced Delta Rendering | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_RENDERING | Web Dynpro Runtime: Rendering |
| Created | 20110901 | SAP |
| Last change | 20130531 | SAP |
| 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) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_WDR_DELTA_R_ADAPTER_TOOL has no interface implemented.
Friends
Class CL_WDR_DELTA_R_ADAPTER_TOOL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CL_WDR_VIEW_DIRTY_STATE__ADV=>T_VIEW_DIRTY_LOG_TAB | 20110901 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20110907 | ||
| 2 | Static method | Public | Method | 20110901 | ||
| 3 | Static method | Public | Method | 20110901 | ||
| 4 | Static method | Public | Method | 20110901 | ||
| 5 | Static method | Public | Method | 20110907 | ||
| 6 | Static method | Public | Method | 20110901 | ||
| 7 | Static method | Public | Method | 20110907 | ||
| 8 | Static method | Public | Method | 20110907 |
Events
Class CL_WDR_DELTA_R_ADAPTER_TOOL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_ADAPTER_MAP | Public | Type reference (TYPE) | CL_WDR_DELTA_R_ABSTR_ADAPTER=>T_ADAPTER_MAP | 20110901 | |
|
| 2 | T_ADAPTER_SORTED_TAB | Public | See coding | 20110901 | t_adapter_sorted_tab type sorted table of ref to cl_nw7_view_element_adapter with unique key table_line
|
||
| 3 | T_ADAPTER_UPDATE | Public | See coding | 20110901 | begin of t_adapter_update,
adapter type ref to cl_nw7_view_element_adapter,
single_binding_index type i,
node type ref to if_wd_context_node,
element_index type i,
end of t_adapter_update
|
||
| 4 | T_ADAPTER_UPDATE_SORTED_TAB | Public | See coding | 20110901 | t_adapter_update_sorted_tab type sorted table of t_adapter_update with unique key adapter
|
Method Signatures
Method APPEND_DIRTY_ADAPTERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DIRTY_ADAPTERS | Call by reference | Type reference (TYPE) | CL_WDR_DELTA_R_ABSTR_ADAPTER=>T_ADAPTER_MAP | 20110907 | ||||
| 2 | DIRTY_ENTRY | Call by reference | Type reference (TYPE) | CL_WDR_VIEW_DIRTY_STATE__ADV=>T_VIEW_DIRTY_LOG | 20110907 |
Method APPEND_DIRTY_ADAPTERS on class CL_WDR_DELTA_R_ADAPTER_TOOL has no exception.
Method FILTER_CONTAINED_ADAPTERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADAPTERS | Call by reference | Type reference (TYPE) | T_ADAPTER_SORTED_TAB | 20110901 | ||||
| 2 | CHECK_ADAPTERS | Call by reference | Type reference (TYPE) | T_ADAPTER_SORTED_TAB | 20110901 | ||||
| 3 | FILTERED_ADAPTERS | Value transfer | Type reference (TYPE) | CL_WDR_VE_ADAPTER_DIRTY_STATE=>T_ADAPTER_TAB | 20110901 |
Method FILTER_CONTAINED_ADAPTERS on class CL_WDR_DELTA_R_ADAPTER_TOOL has no exception.
Method GET_DIRTY_ADAPTERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DIRTY_ADAPTERS | Value transfer | Type reference (TYPE) | CL_WDR_DELTA_R_ABSTR_ADAPTER=>T_ADAPTER_MAP | 20110901 | ||||
| 2 | DIRTY_LOG | Call by reference | Type reference (TYPE) | CL_WDR_VIEW_DIRTY_STATE__ADV=>T_VIEW_DIRTY_LOG_TAB | 20110901 | ||||
| 3 | ROOT_ADAPTER | Call by reference | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | WebDynpro Local Test XX7 | 20111014 | |||
| 4 | VIEW | Call by reference | Object reference (TYPE REF TO) | CL_WDR_VIEW | WebDynpro View Controller | 20111014 |
Method GET_DIRTY_ADAPTERS on class CL_WDR_DELTA_R_ADAPTER_TOOL has no exception.
Method GET_PARENT_UIELEMENT_ADAPTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADAPTER | Call by reference | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | WebDynpro Local Test XX7 | 20110901 | |||
| 2 | PARENT_ADAPTER | Value transfer | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | WebDynpro Local Test XX7 | 20110901 |
Method GET_PARENT_UIELEMENT_ADAPTER on class CL_WDR_DELTA_R_ADAPTER_TOOL has no exception.
Method GET_SELF_CONTAINED_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SELF_CONTAINED_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEMENT | WebDynpro Local Test XX7 | 20110907 | |||
| 2 | VIEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEMENT | WebDynpro Local Test XX7 | 20110907 |
Method GET_SELF_CONTAINED_ELEMENT on class CL_WDR_DELTA_R_ADAPTER_TOOL has no exception.
Method IS_IN_ADAPTERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADAPTER | Call by reference | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | WebDynpro Local Test XX7 | 20110901 | |||
| 2 | CHECK_ADAPTERS | Call by reference | Type reference (TYPE) | T_ADAPTER_MAP | 20110901 | ||||
| 3 | IS_CONTAINED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110901 | ||||
| 4 | STOP_ADAPTER | Call by reference | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | WebDynpro Local Test XX7 | 20110901 |
Method IS_IN_ADAPTERS on class CL_WDR_DELTA_R_ADAPTER_TOOL has no exception.
Method IS_SELF_CONTAINED_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SELF_CONTAINED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110907 | ||||
| 2 | VIEW_DIRTY_ENTRY | Value transfer | Type reference (TYPE) | CL_WDR_VIEW_DIRTY_STATE__ADV=>T_VIEW_DIRTY_LOG | 20110907 |
Method IS_SELF_CONTAINED_UPDATE on class CL_WDR_DELTA_R_ADAPTER_TOOL has no exception.
Method __OLD_UPDATE_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SELF_CONTAINED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110907 | ||||
| 2 | VIEW_DIRTY_ENTRY | Value transfer | Type reference (TYPE) | CL_WDR_VIEW_DIRTY_STATE__ADV=>T_VIEW_DIRTY_LOG | 20110907 |
Method __OLD_UPDATE_CHECK on class CL_WDR_DELTA_R_ADAPTER_TOOL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |