SAP ABAP Class CL_WDR_DELTA_R_ABSTR_ADAPTER (AdvDR: Abstract Basis Class for Adapter Delta Renderer)
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

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_DIRTY_STATE | Delta Handling: Change Status | 20110831 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_DELTA_R_SIMPLE_ADAPTER | AdvDR: Manual Delta Rendering Logic | 20110831 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_DELTA_R_VIEW_ADAPTER | AdvDR: Delta Renderer for Views | 20110831 |
Properties
Class | CL_WDR_DELTA_R_ABSTR_ADAPTER | |
Short Description | AdvDR: Abstract Basis Class for Adapter Delta Renderer | |
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 | 20110831 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_WDR_DELTA_R_ABSTR_ADAPTER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WDR_DIRTY_STATE | Delta Handling: Change Status | 20110831 |
Friends
Class CL_WDR_DELTA_R_ABSTR_ADAPTER has no friend class.
Attributes
Class CL_WDR_DELTA_R_ABSTR_ADAPTER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns child delta adapter for this adapter | 20110831 |
2 | ![]() |
Instance method | Public | Method | Returns new view element adapter to render for this adapter | 20110831 |
3 | ![]() |
Instance method | Public | Method | Return Root Adapter | 20110831 |
Events
Class CL_WDR_DELTA_R_ABSTR_ADAPTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_ADAPTER_MAP | Public | See coding | 20110831 | t_adapter_map type sorted table of ref to cl_nw7_view_element_adapter with unique key table_line
|
||
2 | T_ADAPTER_TAB | Public | See coding | 20110831 | t_adapter_tab type standard table of ref to cl_nw7_view_element_adapter with default key
|
||
3 | T_ADAPTER_UPDATE | Public | See coding | 20110901 | begin of t_adapter_update,
adapter type ref to cl_nw7_view_element_adapter,
self_contained type abap_bool,
end of t_adapter_update
|
||
4 | T_ADAPTER_UPDATE_MAP | Public | See coding | 20110901 | t_adapter_update_map type sorted table of t_adapter_update with unique key adapter
|
||
5 | T_ADAPTER_UPDATE_TAB | Public | See coding | 20110901 | t_adapter_update_tab type standard table of t_adapter_update with default key
|
||
6 | T_DELTA_R_ADAPTER_TAB | Public | See coding | 20110831 | t_delta_r_adapter_tab type standard table of ref to cl_wdr_delta_r_abstr_adapter with default key
|
Method Signatures
Method GET_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHILDREN | Value transfer | Type reference (TYPE) | T_DELTA_R_ADAPTER_TAB | 20110831 |
Method GET_CHILDREN on class CL_WDR_DELTA_R_ABSTR_ADAPTER has no exception.
Method GET_RERENDER_ADAPTERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADAPTERS | Value transfer | Type reference (TYPE) | T_ADAPTER_MAP | 20110907 |
Method GET_RERENDER_ADAPTERS on class CL_WDR_DELTA_R_ABSTR_ADAPTER has no exception.
Method GET_ROOT_ADAPTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ROOT_ADAPTER | Value transfer | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | WebDynpro Local Test XX7 | 20110831 |
Method GET_ROOT_ADAPTER on class CL_WDR_DELTA_R_ABSTR_ADAPTER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |