SAP ABAP Class CL_WDR_ADAPT_CONTENT_CONTEXT (Content as Context)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_CONFIGURATION (Package) Configuration for WD4A
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_ADAPT_CONTENT_HANDLER | Manages the explicit adaptation data | 20091110 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_USER_INPUT_LISTENER | Listener on Changes of User | 20091119 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WD_CONFIG_CONTEXT | Modification of Configuration Context | 20091111 |
Properties
| Class | CL_WDR_ADAPT_CONTENT_CONTEXT | |
| Short Description | Content as Context | |
| Super Class | CL_WDR_ADAPT_CONTENT_HANDLER | Manages the explicit adaptation data |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CONFIGURATION | Configuration for WD4A |
| Created | 20091110 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WDR_USER_INPUT_LISTENER | Listener on Changes of User | 20091119 | ||
| 2 | IF_WD_CONFIG_CONTEXT | Modification of Configuration Context | 20091111 |
Friends
Class CL_WDR_ADAPT_CONTENT_CONTEXT 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) | NODES_TO_IDS | 20091113 | ||||
| 2 | Constant | Private | Type reference (TYPE) | I | 1 | 20091120 | |||
| 3 | Constant | Private | Type reference (TYPE) | I | 2 | 20091120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20091116 | ||
| 2 | Instance method | Private | Method | 20091117 | ||
| 3 | Instance method | Private | Method | 20091120 | ||
| 4 | Instance method | Private | Method | 20091117 | ||
| 5 | Instance method | Private | Method | 20091117 | ||
| 6 | Instance method | Private | Method | 20091117 |
Events
Class CL_WDR_ADAPT_CONTENT_CONTEXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NODES_TO_IDS | Private | See coding | 20091113 | nodes_to_ids type hashed table of node_to_id with unique key node
|
||
| 2 | NODE_TO_ID | Private | See coding | 20091113 | begin of node_to_id,
node type ref to if_wd_context_node, " the context node this structure containes information about
node_id type cl_wdr_cfg_context_model=>node_id, " either empty or the id of the node in m_table_handler
is_final_node type wdy_boolean, " information wether this is the special context node containing information about the final flag
end of node_to_id
|
Method Signatures
Method GET_ELEMENT_INFORMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20091116 | |||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20091116 | ||||
| 3 | IS_FINAL_NODE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20091117 | |||
| 4 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20091116 | |||
| 5 | NODE_ID | Call by reference | Type reference (TYPE) | CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID | 20091116 | ||||
| 6 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20091117 | ||||
| 7 | O_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20091116 | |||
| 8 | O_ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20091116 | ||||
| 9 | O_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20091116 |
Method GET_ELEMENT_INFORMATION on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.
Method GET_ID_FOR_NON_FINAL_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20091117 | |||
| 2 | NODE_ID | Value transfer | Type reference (TYPE) | CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID | 20091117 |
Method GET_ID_FOR_NON_FINAL_NODE on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.
Method GET_NODE_INFORMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CONFIG_CONTEXT_NODE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20091120 | |||
| 2 | IS_FINAL_NODE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20091120 | ||||
| 3 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20091120 | ||||
| 4 | NODE_ID | Call by reference | Type reference (TYPE) | CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID | 20091120 |
Method GET_NODE_INFORMATION on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.
Method SET_ATTRIBUTE_FINAL_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20091117 | ||||
| 2 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20091117 | |||
| 3 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20091117 | ||||
| 4 | IS_FINAL | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20091117 | |||
| 5 | NODE_ID | Call by reference | Type reference (TYPE) | CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID | 20091117 | ||||
| 6 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20091117 | ||||
| 7 | SKIP_FINALIZED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20091120 |
Method SET_ATTRIBUTE_FINAL_INT on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.
Method SET_ATTRIBUTE_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20091117 | ||||
| 2 | CHECK_CHANGED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20091117 | |||
| 3 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20091117 | |||
| 4 | INDEX | Call by reference | Type reference (TYPE) | I | 20091117 | ||||
| 5 | NODE_ID | Call by reference | Type reference (TYPE) | CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID | 20091117 | ||||
| 6 | SKIP_FINAL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20091117 | |||
| 7 | VALUE | Call by reference | Type reference (TYPE) | DATA | 20091117 |
Method SET_ATTRIBUTE_INT on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.
Method SET_PRIMARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20091117 | ||||
| 2 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20091117 | |||
| 3 | INDEX | Call by reference | Type reference (TYPE) | I | 20091117 | ||||
| 4 | NODE_ID | Call by reference | Type reference (TYPE) | CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID | 20091117 | ||||
| 5 | RC | Value transfer | Type reference (TYPE) | I | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20091120 | |||
| 6 | VALUE | Call by reference | Type reference (TYPE) | DATA | 20091117 |
Method SET_PRIMARY on class CL_WDR_ADAPT_CONTENT_CONTEXT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |