SAP ABAP Class CL_WD_WEB_ICON (Access to Web Icons)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
⤷
SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
⤷
⤷
Properties
| Class | CL_WD_WEB_ICON | |
| Short Description | Access to Web Icons | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_RENDERING | Web Dynpro Runtime: Rendering |
| Created | 20070803 | SAP |
| Last change | 20130531 | 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_WEB_ICON has no interface implemented.
Friends
Class CL_WD_WEB_ICON has no friend class.
Attributes
Class CL_WD_WEB_ICON has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Checks whether a Web icon with the specified alias exists | 20120209 | |
| 2 | Static method | Public | Method | Returns the available collections of web icons | 20070806 | |
| 3 | Static method | Public | Method | Returns the web icons for a collection or all collections | 20070806 | |
| 4 | Static method | Public | Method | Returns the URL appropriate for a Web Dynpro application | 20070806 |
Events
Class CL_WD_WEB_ICON has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_WEB_ICON | Public | See coding | 20070806 | begin of t_web_icon,
web_icon_alias type string,
usage_text type string,
description_text type string,
tooltip_text type string,
width type i,
height type i,
end of t_web_icon
|
||
| 2 | T_WEB_ICON_COLLECTION | Public | See coding | 20070806 | begin of t_web_icon_collection,
collection_name type string,
default_ext type string,
default_width type i,
default_height type i,
text type string,
end of t_web_icon_collection
|
||
| 3 | T_WEB_ICON_COLLECTION_TAB | Public | See coding | 20070806 | t_web_icon_collection_tab type standard table of t_web_icon_collection with default key
|
||
| 4 | T_WEB_ICON_TAB | Public | See coding | 20070806 | t_web_icon_tab type standard table of t_web_icon with default key
|
Method Signatures
Method EXISTS_WEB_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120209 | ||||
| 2 | WEB_ICON_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20120209 |
Method EXISTS_WEB_ICON on class CL_WD_WEB_ICON has no exception.
Method GET_COLLECTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLLECTIONS | Value transfer | Type reference (TYPE) | T_WEB_ICON_COLLECTION_TAB | 20070806 |
Method GET_COLLECTIONS on class CL_WD_WEB_ICON has no exception.
Method GET_WEB_ICONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLLECTION_NAME | Call by reference | Type reference (TYPE) | STRING | '*' | Collection-Name, '*' für alle | 20070806 | ||
| 2 | WEB_ICONS | Value transfer | Type reference (TYPE) | T_WEB_ICON_TAB | 20070806 |
Method GET_WEB_ICONS on class CL_WD_WEB_ICON has no exception.
Method GET_WEB_ICON_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL | Value transfer | Type reference (TYPE) | STRING | 20070806 | ||||
| 2 | WD_APPLICATION | Call by reference | Object reference (TYPE REF TO) | IF_WD_APPLICATION | 20070806 | ||||
| 3 | WEB_ICON_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20070806 |
Method GET_WEB_ICON_URL on class CL_WD_WEB_ICON has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |