SAP ABAP Class CL_WD_CONTEXTUAL_PANEL (CL_WD_CONTEXTUAL_PANEL)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_UIEL_PATTERN (Package) UIE Library "Pattern"
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_UIELEMENT | Perforce change= / 20051117-125541 | 20041216 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WD_ROOT_ELEMENT | 20060927 |
Properties
| Class | CL_WD_CONTEXTUAL_PANEL | |
| Short Description | ||
| Super Class | CL_WD_UIELEMENT | Perforce change= / 20051117-125541 |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_UIEL_PATTERN | UIE Library "Pattern" |
| Created | 20041216 | SAP |
| Last change | 20141120 | |
| 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WD_ROOT_ELEMENT | 20060927 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_NW7_VIEW_ELEMENT_ADAPTER | 20140113 | Web Dynpro Local Test XX7 | |
| 2 | CL_WDR_VIEW_ELEMENT | 20140113 | Web Dynpro View Element |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | WDR_PROPERTY_BINDING | 20041216 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | I | 20050307 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | IF_WD_CONTEXTUAL_PANEL_ITM=>TT_CONTEXTUAL_PANEL_ITM | 20050307 | ||||
| 4 | Constant | Public | Type reference (TYPE) | GUID | '0359684220506B24E10000000A1550C0' | 20050316 | |||
| 5 | Instance attribute | Protected | Attribute reference (LIKE) | IF_WD_EVENT=>PARAMETERS | 20041216 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20041216 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | I | 20041216 |
Methods
Events
Class CL_WD_CONTEXTUAL_PANEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CONTEXTUAL_PANEL | Public | See coding | 20050316 | tt_CONTEXTUAL_PANEL TYPE TABLE OF REF TO CL_WD_CONTEXTUAL_PANEL WITH DEFAULT KEY
|
Method Signatures
Method ADD_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | I | 20050307 | ||||
| 2 | THE_ITEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXTUAL_PANEL_ITM | 20050307 |
Method ADD_ITEM on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method BIND_WIDTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PATH | Call by reference | Type reference (TYPE) | STRING | 20041216 |
Method BIND_WIDTH on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method BOUND_WIDTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20041216 | ||||
| 2 | CONTEXT_NODE_PATH_NAME | Value transfer | Type reference (TYPE) | STRING | 20041216 | ||||
| 3 | PATH | Value transfer | Type reference (TYPE) | STRING | 20041216 |
Method BOUND_WIDTH on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20041216 | ||||
| 2 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | 20041216 |
Method CONSTRUCTOR on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method GET_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20050307 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 20050307 | ||||
| 3 | THE_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXTUAL_PANEL_ITM | 20050307 |
Method GET_ITEM on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method GET_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | THE_ITEMS | Value transfer | Type reference (TYPE) | IF_WD_CONTEXTUAL_PANEL_ITM=>TT_CONTEXTUAL_PANEL_ITM | 20050307 |
Method GET_ITEMS on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method GET_ON_PERSONALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20041216 |
Method GET_ON_PERSONALIZE on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method GET_WIDTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20041216 | ||||
| 2 | CONTEXT_NODE_PATH_NAME | Value transfer | Type reference (TYPE) | STRING | 20041216 | ||||
| 3 | VALUE | Value transfer | Type reference (TYPE) | I | 20041216 |
Method GET_WIDTH on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method HAS_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050307 |
Method HAS_ITEMS on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method MAPPED_ON_PERSONALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAMETERS | Call by reference | Attribute reference (LIKE) | IF_WD_EVENT=>PARAMETERS | 20041216 |
Method MAPPED_ON_PERSONALIZE on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method MAP_ON_PERSONALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAMETERS | Call by reference | Attribute reference (LIKE) | IF_WD_EVENT=>PARAMETERS | 20041216 |
Method MAP_ON_PERSONALIZE on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method NEW_CONTEXTUAL_PANEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BIND_ENABLED | Call by reference | Type reference (TYPE) | STRING | 20041216 | ||||
| 2 | BIND_STYLE_CLASS_NAME | Call by reference | Type reference (TYPE) | STRING | 20131015 | ||||
| 3 | BIND_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20041216 | ||||
| 4 | BIND_VISIBLE | Call by reference | Type reference (TYPE) | STRING | 20041216 | ||||
| 5 | BIND_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20041216 | ||||
| 6 | CONTEXT_MENU_BEHAVIOUR | Call by reference | Type reference (TYPE) | WDUI_CONTEXT_MENU_BEHAVIOUR | E_CONTEXT_MENU_BEHAVIOUR-INHERIT | 20060613 | |||
| 7 | CONTEXT_MENU_ID | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_REFERENCE | 20060613 | ||||
| 8 | CONTROL | Value transfer | Object reference (TYPE REF TO) | CL_WD_CONTEXTUAL_PANEL | 20041216 | ||||
| 9 | ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 'X' | 20041216 | |||
| 10 | ID | Call by reference | Type reference (TYPE) | STRING | 20041216 | ||||
| 11 | ON_PERSONALIZE | Call by reference | Type reference (TYPE) | STRING | 20041216 | ||||
| 12 | STYLE_CLASS_NAME | Call by reference | Type reference (TYPE) | STRING | 20131015 | ||||
| 13 | TOOLTIP | Call by reference | Type reference (TYPE) | WDY_MD_TRANSLATABLE_TEXT | 20041216 | ||||
| 14 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | 20041216 | ||||
| 15 | VISIBLE | Call by reference | Type reference (TYPE) | WDUI_VISIBILITY | E_VISIBLE-VISIBLE | 20041216 | |||
| 16 | WIDTH | Call by reference | Type reference (TYPE) | I | '220' | 20041216 |
Method NEW_CONTEXTUAL_PANEL on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method NUMBER_OF_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NUMBER | Value transfer | Type reference (TYPE) | I | 20050307 |
Method NUMBER_OF_ITEMS on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method REMOVE_ALL_ITEMS Signature
Method REMOVE_ALL_ITEMS on class CL_WD_CONTEXTUAL_PANEL has no parameter.
Method REMOVE_ALL_ITEMS on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method REMOVE_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20050307 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 20050307 | ||||
| 3 | THE_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXTUAL_PANEL_ITM | 20050307 |
Method REMOVE_ITEM on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method SET_ON_PERSONALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20041216 |
Method SET_ON_PERSONALIZE on class CL_WD_CONTEXTUAL_PANEL has no exception.
Method SET_WIDTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | I | 20041216 |
Method SET_WIDTH on class CL_WD_CONTEXTUAL_PANEL has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 710 |