SAP ABAP Class CL_WD_DTE_TOOLBAR (CL_WD_DTE_TOOLBAR)
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_VIEW_ELEMENT | Perforce Change= / 20040604-141028 | 20110301 |
Properties
| Class | CL_WD_DTE_TOOLBAR | |
| Short Description | ||
| Super Class | CL_WD_VIEW_ELEMENT | Perforce Change= / 20040604-141028 |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_UIEL_PATTERN | UIE Library "Pattern" |
| Created | 20110301 | SAP |
| Last change | 20110908 | SAP |
| 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
Class CL_WD_DTE_TOOLBAR has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_NW7_VIEW_ELEMENT_ADAPTER | 20110301 | Web Dynpro Local Test XX7 | |
| 2 | CL_WDR_VIEW_ELEMENT | 20110301 | Web Dynpro View Element |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | I | 20110301 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | IF_WD_DTE_TOOLBAR_ITEM=>TT_DTE_TOOLBAR_ITEM | 20110301 | ||||
| 3 | Constant | Public | Type reference (TYPE) | GUID | '00505695007C1EE090FD4595A01ABAC1' | 20110301 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110301 | ||
| 2 | Instance method | Public | Constructor | 20110301 | ||
| 3 | Instance method | Public | Method | 20110301 | ||
| 4 | Instance method | Public | Method | 20110301 | ||
| 5 | Instance method | Public | Method | 20110301 | ||
| 6 | Static method | Public | Method | 20110301 | ||
| 7 | Instance method | Public | Method | 20110301 | ||
| 8 | Instance method | Public | Method | 20110301 | ||
| 9 | Instance method | Public | Method | 20110301 |
Events
Class CL_WD_DTE_TOOLBAR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_DTE_TOOLBAR | Public | See coding | 20110301 | tt_DTE_TOOLBAR TYPE TABLE OF REF TO CL_WD_DTE_TOOLBAR WITH DEFAULT KEY
|
Method Signatures
Method ADD_DTE_TOOLBAR_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 | 20110301 | ||||
| 2 | THE_DTE_TOOLBAR_ITEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_DTE_TOOLBAR_ITEM | 20110301 |
Method ADD_DTE_TOOLBAR_ITEM on class CL_WD_DTE_TOOLBAR 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 | 20110301 | ||||
| 2 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | 20110301 |
Method CONSTRUCTOR on class CL_WD_DTE_TOOLBAR has no exception.
Method GET_DTE_TOOLBAR_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 | 20110301 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 20110301 | ||||
| 3 | THE_DTE_TOOLBAR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WD_DTE_TOOLBAR_ITEM | 20110301 |
Method GET_DTE_TOOLBAR_ITEM on class CL_WD_DTE_TOOLBAR has no exception.
Method GET_DTE_TOOLBAR_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | THE_DTE_TOOLBAR_ITEMS | Value transfer | Type reference (TYPE) | IF_WD_DTE_TOOLBAR_ITEM=>TT_DTE_TOOLBAR_ITEM | 20110301 |
Method GET_DTE_TOOLBAR_ITEMS on class CL_WD_DTE_TOOLBAR has no exception.
Method HAS_DTE_TOOLBAR_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 | 20110301 |
Method HAS_DTE_TOOLBAR_ITEMS on class CL_WD_DTE_TOOLBAR has no exception.
Method NEW_DTE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROL | Value transfer | Object reference (TYPE REF TO) | CL_WD_DTE_TOOLBAR | 20110301 | ||||
| 2 | ID | Call by reference | Type reference (TYPE) | STRING | 20110301 | ||||
| 3 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | 20110301 |
Method NEW_DTE_TOOLBAR on class CL_WD_DTE_TOOLBAR has no exception.
Method NUMBER_OF_DTE_TOOLBAR_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NUMBER | Value transfer | Type reference (TYPE) | I | 20110301 |
Method NUMBER_OF_DTE_TOOLBAR_ITEMS on class CL_WD_DTE_TOOLBAR has no exception.
Method REMOVE_ALL_DTE_TOOLBAR_ITEMS Signature
Method REMOVE_ALL_DTE_TOOLBAR_ITEMS on class CL_WD_DTE_TOOLBAR has no parameter.
Method REMOVE_ALL_DTE_TOOLBAR_ITEMS on class CL_WD_DTE_TOOLBAR has no exception.
Method REMOVE_DTE_TOOLBAR_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 | 20110301 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 20110301 | ||||
| 3 | THE_DTE_TOOLBAR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WD_DTE_TOOLBAR_ITEM | 20110301 |
Method REMOVE_DTE_TOOLBAR_ITEM on class CL_WD_DTE_TOOLBAR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |