SAP ABAP Class CL_WDR_MODEL_2D (Obsolete -> CL_WDR_DATA_MODEL_2D)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_NW7_VIEW_ELEMENT_ADAPTER | Web Dynpro Local Test XX7 | 20121017 |
Properties
| Class | CL_WDR_MODEL_2D | |
| Short Description | Obsolete -> CL_WDR_DATA_MODEL_2D | |
| Super Class | CL_NW7_VIEW_ELEMENT_ADAPTER | Web Dynpro Local Test XX7 |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
| Created | 20120910 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_WDR_MODEL_2D has no interface implemented.
Friends
Class CL_WDR_MODEL_2D 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) | IF_WD_CLIENT_CONVERSION_UTIL | Conversion Routines | 20120910 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WDR_CONTEXT_ELEMENT_2D | Context Element for Grid Nodes | 20120910 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WDR_DATA_CONTAINER | Web Dynpro Data Container (Server Part) | 20120910 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_DATA_GRID_SEGMENT | 20120910 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | IF_WD_CONTEXT_NODE_2D=>TY_T_RANGE_2D | 20120911 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_WD_CONTEXT_NODE_2D=>TY_T_RANGE_2D | 20120911 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | TY_T_ATTRIBUTE_NAMES | Attributes Required for Serialization | 20120910 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120911 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING | 20120910 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Buffering of a Range for the Client | 20120911 | |
| 2 | Instance method | Public | Method | Adds an attribute required for serialization | 20120910 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20120910 | |
| 4 | Instance method | Public | Event handling method | Event Handler for Context 2D Attribute Changed | 20120911 | |
| 5 | Instance method | Public | Event handling method | Event Handler for Context 2D Collection Changed | 20120911 | |
| 6 | Instance method | Public | Event handling method | Event Handler for Context 2D Selection Changed | 20120911 | |
| 7 | Instance method | Public | Method | Deletes all attributes required for serialization | 20120910 | |
| 8 | Instance method | Public | Method | Serialization of data in external format in JSON | 20120910 |
Events
Class CL_WDR_MODEL_2D has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_TABLE_KEY | Private | See coding | 20120910 | begin of TY_S_TABLE_KEY,
WD_TKEY_X type WDR_CTX_NODE_2D_KEY,
WD_TKEY_Y type wdr_ctx_node_2d_key,
end of ty_s_table_key
|
||
| 2 | TY_T_ATTRIBUTE_NAMES | Private | See coding | 20120910 | TY_T_ATTRIBUTE_NAMES type hashed table of string with unique key table_line
|
||
| 3 | TY_T_TABLE_KEY | Private | See coding | 20120910 | ty_t_table_key type standard table of ty_s_table_key
with non-unique default key
with non-unique sorted key wd_tkey_2d components wd_tkey_x wd_tkey_y
|
Method Signatures
Method ADD_REQUESTED_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM_X | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | Key-Komponente für 2d_Kontext | 20120911 | |||
| 2 | FROM_Y | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | Key-Komponente für 2d_Kontext | 20120911 | |||
| 3 | TO_X | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | Key-Komponente für 2d_Kontext | 20120911 | |||
| 4 | TO_Y | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | Key-Komponente für 2d_Kontext | 20120911 |
Method ADD_REQUESTED_RANGE on class CL_WDR_MODEL_2D has no exception.
Method ADD_REQUIRED_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20120910 |
Method ADD_REQUIRED_ATTRIBUTE on class CL_WDR_MODEL_2D has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_2D | Interface für Grid-Kontext | 20121017 |
Method CONSTRUCTOR on class CL_WDR_MODEL_2D has no exception.
Method ON_ATTRIBUTE_CHANGED_2D Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 2 | CONTROLLER | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 3 | ELEMENT_KEY_X | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 4 | ELEMENT_KEY_Y | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 5 | NODE | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 6 | NODE_NAME | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 7 | PROPERTY | Call by reference | Attribute reference (LIKE) | 20120911 |
Method ON_ATTRIBUTE_CHANGED_2D on class CL_WDR_MODEL_2D has no exception.
Method ON_COLLECTION_CHANGED_2D Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROLLER | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 2 | NODE | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 3 | NODE_NAME | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 4 | PROPERTY | Call by reference | Attribute reference (LIKE) | 20120911 |
Method ON_COLLECTION_CHANGED_2D on class CL_WDR_MODEL_2D has no exception.
Method ON_SELECTION_CHANGED_2D Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROLLER | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 2 | NODE | Call by reference | Attribute reference (LIKE) | 20120911 | |||||
| 3 | NODE_NAME | Call by reference | Attribute reference (LIKE) | 20120911 |
Method ON_SELECTION_CHANGED_2D on class CL_WDR_MODEL_2D has no exception.
Method RESET_REQUIRED_ATTRIBUTES Signature
Method RESET_REQUIRED_ATTRIBUTES on class CL_WDR_MODEL_2D has no parameter.
Method RESET_REQUIRED_ATTRIBUTES on class CL_WDR_MODEL_2D has no exception.
Method SERIALIZE_TO_JSON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_JSON_STRING | Value transfer | Type reference (TYPE) | STRING | 20120910 |
Method SERIALIZE_TO_JSON on class CL_WDR_MODEL_2D has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |