SAP ABAP Class CL_SALV_WD_FE_A_LINK (Hyperlink in Toolbar)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_WD_CONFIG (Package) SALV WD Configuration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_WD_FE_A_CAPTION | Interface Elements of the Toolbar That Contain Text | 20041202 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_WD_FE_LINK_TO_ACTION | Hyperlink in Toolbar with Defined Action | 20041202 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_WD_FE_LINK_TO_URL | Hyperlink in Toolbar for Specific URL | 20041202 |
Properties
| Class | CL_SALV_WD_FE_A_LINK | |
| Short Description | Hyperlink in Toolbar | |
| Super Class | CL_SALV_WD_FE_A_CAPTION | Interface Elements of the Toolbar That Contain Text |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_WD_CONFIG | SALV WD Configuration |
| Created | 20041202 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SALV_WD_FE_A_LINK has no interface implemented.
Friends
Class CL_SALV_WD_FE_A_LINK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | CL_WD_LINK=>T_DESIGN | CL_WD_LINK=>E_DESIGN-STANDARD | 20090422 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | 20041202 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | STRING | 20041202 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | STRING | 20041202 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20041202 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20041202 | ||
| 2 | Instance method | Public | Method | 20090422 | ||
| 3 | Instance method | Public | Method | Returns Height of Image | 20041202 | |
| 4 | Instance method | Public | Method | Returns Width of Image | 20041202 | |
| 5 | Instance method | Public | Method | Returns the Text of the Hyperlink | 20041202 | |
| 6 | Instance method | Public | Method | Displays Whether Text May Be Wrapped | 20041202 | |
| 7 | Instance method | Public | Method | 20090422 | ||
| 8 | Instance method | Public | Method | Sets Height of Image | 20041202 | |
| 9 | Instance method | Public | Method | Sets Width of Image | 20041202 | |
| 10 | Instance method | Public | Method | Sets the Text of the Hyperlink | 20041202 | |
| 11 | Instance method | Public | Method | Sets Whether Text May Be Wrapped | 20041202 |
Events
Class CL_SALV_WD_FE_A_LINK has no event.
Types
Class CL_SALV_WD_FE_A_LINK has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SALV_WD_FE_A_LINK has no parameter.
Method CONSTRUCTOR on class CL_SALV_WD_FE_A_LINK has no exception.
Method GET_DESIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Attribute reference (LIKE) | CL_WD_LINK=>T_DESIGN | 20090422 |
Method GET_DESIGN on class CL_SALV_WD_FE_A_LINK has no exception.
Method GET_IMAGE_HEIGHT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20041202 |
Method GET_IMAGE_HEIGHT on class CL_SALV_WD_FE_A_LINK has no exception.
Method GET_IMAGE_WIDTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20041202 |
Method GET_IMAGE_WIDTH on class CL_SALV_WD_FE_A_LINK has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20041202 |
Method GET_TEXT on class CL_SALV_WD_FE_A_LINK has no exception.
Method GET_WRAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20041202 |
Method GET_WRAPPING on class CL_SALV_WD_FE_A_LINK has no exception.
Method SET_DESIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Attribute reference (LIKE) | CL_WD_LINK=>T_DESIGN | CL_WD_LINK=>E_DESIGN-STANDARD | 20090422 |
Method SET_DESIGN on class CL_SALV_WD_FE_A_LINK has no exception.
Method SET_IMAGE_HEIGHT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20041202 |
Method SET_IMAGE_HEIGHT on class CL_SALV_WD_FE_A_LINK has no exception.
Method SET_IMAGE_WIDTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20041202 |
Method SET_IMAGE_WIDTH on class CL_SALV_WD_FE_A_LINK has no exception.
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20041202 |
Method SET_TEXT on class CL_SALV_WD_FE_A_LINK has no exception.
Method SET_WRAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20041202 |
Method SET_WRAPPING on class CL_SALV_WD_FE_A_LINK has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |