SAP ABAP Class CL_WDR_CONTEXT_ELEMENT_2D (Context Element for Grid Nodes)
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_WDR_CONTEXT_ELEMENT | Base Class of all Elements of Web Dynpro Nodes | 20120910 |
Properties
| Class | CL_WDR_CONTEXT_ELEMENT_2D | |
| Short Description | Context Element for Grid Nodes | |
| Super Class | CL_WDR_CONTEXT_ELEMENT | Base Class of all Elements of Web Dynpro Nodes |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
| Created | 20120910 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WDR_CONTEXT_ELEMENT_2D has no forward declaration.
Interfaces
Class CL_WDR_CONTEXT_ELEMENT_2D has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_WDR_CONTEXT_NODE_VAL_2D | 20120910 | Context Node for Grid |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_CONTEXT_NODE_VAL_2D | Reference to Context Node as 2D | 20120910 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | 20121214 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | 20121214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120910 | |
| 2 | Static method | Public | Method | Returns the key from a 2D name | 20120910 | |
| 3 | Static method | Public | Method | Returns the 2D name from the name with a key | 20120910 | |
| 4 | Instance method | Private | Method | 20130212 | ||
| 5 | Instance method | Protected | Method | 20121214 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ON_ATTRIBUTE_CHANGED_2D | Static Event (1) |
Public (2) |
20130212 |
Types
Class CL_WDR_CONTEXT_ELEMENT_2D has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_INFO | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CONTEXT_NODE_INFO | Basisklasse aller WebDynpro Kontextknoten | 20120910 |
Method CONSTRUCTOR on class CL_WDR_CONTEXT_ELEMENT_2D has no exception.
Method GET_ATTRIBUTE_KEY_2D Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20120910 | |||
| 2 | EV_X | Call by reference | Type reference (TYPE) | I | x-Koordinate | 20120910 | |||
| 3 | EV_Y | Call by reference | Type reference (TYPE) | I | y-Koordinate | 20120910 | |||
| 4 | IV_ATTRIBUTE_NAME_2D | Call by reference | Type reference (TYPE) | STRING | Attributname in 2D-Notation | 20120910 |
Method GET_ATTRIBUTE_KEY_2D on class CL_WDR_CONTEXT_ELEMENT_2D has no exception.
Method GET_ATTRIBUTE_NAME_2D 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 | |||
| 2 | IV_X | Call by reference | Type reference (TYPE) | I | x-Koordinate | 20120910 | |||
| 3 | IV_Y | Call by reference | Type reference (TYPE) | I | y-Koordinate | 20120910 | |||
| 4 | RV_ATTRIBUTE_NAME_2D | Value transfer | Type reference (TYPE) | STRING | Attributname in 2D-Notation | 20120910 |
Method GET_ATTRIBUTE_NAME_2D on class CL_WDR_CONTEXT_ELEMENT_2D has no exception.
Method RAISE_ON_ATTRIBUTE_CHANGED 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 | 20130212 | ||||
| 2 | IV_PROPERTY | Call by reference | Type reference (TYPE) | IF_WD_CONTEXT_ELEMENT=>T_PROPERTY | 20130212 | ||||
| 3 | IV_WD_TKEY_X | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | 20130212 | ||||
| 4 | IV_WD_TKEY_Y | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | 20130212 |
Method RAISE_ON_ATTRIBUTE_CHANGED on class CL_WDR_CONTEXT_ELEMENT_2D has no exception.
Method SET_ELEMENT_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WD_TKEY_X | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | 20121214 | ||||
| 2 | IV_WD_TKEY_Y | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | 20121214 |
Method SET_ELEMENT_KEYS on class CL_WDR_CONTEXT_ELEMENT_2D has no exception.
Event Signatures
Event ON_ATTRIBUTE_CHANGED_2D Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Exporting | Value transfer | Type reference (TYPE) | STRING | 20130212 | |||
| 2 | CONTROLLER | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_WDR_CONTROLLER | 20130212 | |||
| 3 | ELEMENT_KEY_X | Exporting | Value transfer | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | 20130212 | |||
| 4 | ELEMENT_KEY_Y | Exporting | Value transfer | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | 20130212 | |||
| 5 | NODE | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_WDR_CONTEXT_NODE | 20130212 | |||
| 6 | NODE_NAME | Exporting | Value transfer | Type reference (TYPE) | STRING | 20130212 | |||
| 7 | PROPERTY | Exporting | Value transfer | Type reference (TYPE) | I | 20130212 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |