SAP ABAP Class CL_WD_IMAGE (Perforce change= / 20051117-120623)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_STANDARD (Package) UIE Library "Standard"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_UIELEMENT Perforce change= / 20051117-125541 20040628
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_MELTING_GROUP_ITEM 20060301
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_TABLE_CELL_EDITOR Perforce change= / 20050316-075430 20040628
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_TABLE_MARK_CELL_EDTR Perforce change= / 20050316-075430 20050121
Properties
Class CL_WD_IMAGE  
Short Description Perforce change= / 20051117-120623    
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_STANDARD   UIE Library "Standard" 
Created 20040628   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_MELTING_GROUP_ITEM 20060301
2 IF_WD_TABLE_CELL_EDITOR Perforce change= / 20050316-075430 20040628
3 IF_WD_TABLE_MARK_CELL_EDTR Perforce change= / 20050316-075430 20050121
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140714 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140714 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_ADJUST_IMAGE_SIZE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING BP_ADJUST_IMAGE_SIZE 20050815
2 BP_BORDER Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING BP_BORDER 20040628
3 BP_HEIGHT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING BP_HEIGHT 20040628
4 BP_IS_DECORATIVE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING BP_IS_DECORATIVE 20050815
5 BP_SOURCE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING BP_SOURCE 20040628
6 BP_WIDTH Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING BP_WIDTH 20040628
7 CID_IMAGE Constant Public Type reference (TYPE) GUID '38B468426C506824E10000000A1550C0' CID_IMAGE 20050316
8 E_V_ALIGN Constant Public See coding 20140714
9 IP_BORDER Instance attribute Protected Type reference (TYPE) ABAP_BOOL IP_BORDER 20050422
10 IP_HEIGHT Instance attribute Protected Type reference (TYPE) ABAP_BOOL IP_HEIGHT 20050422
11 IP_SOURCE Instance attribute Protected Type reference (TYPE) ABAP_BOOL IP_SOURCE 20050422
12 IP_WIDTH Instance attribute Protected Type reference (TYPE) ABAP_BOOL IP_WIDTH 20050422
13 PL_BORDER Instance attribute Protected Type reference (TYPE) I PL_BORDER 20050422
14 PL_HEIGHT Instance attribute Protected Type reference (TYPE) STRING PL_HEIGHT 20050422
15 PL_SOURCE Instance attribute Protected Type reference (TYPE) STRING PL_SOURCE 20050422
16 PL_WIDTH Instance attribute Protected Type reference (TYPE) STRING PL_WIDTH 20050422
17 PR_DRAG_SOURCE_INFO Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DRAG_SOURCE_INFO 20080310
18 PR_MENU Instance attribute Protected Object reference (TYPE REF TO) CL_WD_MENU PR_MENU 20041216
19 PR_POPUP_BUBBLE Instance attribute Protected Object reference (TYPE REF TO) IF_WD_POPUP_BUBBLE 20120322
20 T_V_ALIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20140714
21 VL_ADJUST_IMAGE_SIZE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN VL_ADJUST_IMAGE_SIZE 20050815
22 VL_BORDER Instance attribute Protected Type reference (TYPE) I VL_BORDER 20040628
23 VL_HEIGHT Instance attribute Protected Type reference (TYPE) STRING VL_HEIGHT 20040628
24 VL_IS_DECORATIVE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN VL_IS_DECORATIVE 20050815
25 VL_IS_DRAG_HANDLE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20080212
26 VL_SOURCE Instance attribute Protected Type reference (TYPE) STRING VL_SOURCE 20040628
27 VL_V_ALIGN Instance attribute Protected Type reference (TYPE) WDUI_VALIGN 20140714
28 VL_WIDTH Instance attribute Protected Type reference (TYPE) STRING VL_WIDTH 20040628
Methods
# Method Level Visibility Method type Description Created on
1 BIND_ADJUST_IMAGE_SIZE Instance method Public Method BIND_ADJUST_IMAGE_SIZE 20050815
2 BIND_BORDER Instance method Public Method BIND_BORDER 20040628
3 BIND_HEIGHT Instance method Public Method BIND_HEIGHT 20040628
4 BIND_IS_DECORATIVE Instance method Public Method BIND_IS_DECORATIVE 20050815
5 BIND_SOURCE Instance method Public Method BIND_SOURCE 20040628
6 BIND_WIDTH Instance method Public Method BIND_WIDTH 20040628
7 BOUND_ADJUST_IMAGE_SIZE Instance method Public Method BOUND_ADJUST_IMAGE_SIZE 20050815
8 BOUND_BORDER Instance method Public Method BOUND_BORDER 20040628
9 BOUND_HEIGHT Instance method Public Method BOUND_HEIGHT 20040628
10 BOUND_IS_DECORATIVE Instance method Public Method BOUND_IS_DECORATIVE 20050815
11 BOUND_SOURCE Instance method Public Method BOUND_SOURCE 20040628
12 BOUND_WIDTH Instance method Public Method BOUND_WIDTH 20040628
13 CONSTRUCTOR Instance method Public Constructor Constructor 20040628
14 GET_ADJUST_IMAGE_SIZE Instance method Public Method GET_ADJUST_IMAGE_SIZE 20050815
15 GET_BORDER Instance method Public Method GET_BORDER 20040628
16 GET_DRAG_SOURCE_INFO Instance method Public Method 20080310
17 GET_HEIGHT Instance method Public Method GET_HEIGHT 20040628
18 GET_IS_DECORATIVE Instance method Public Method GET_IS_DECORATIVE 20050815
19 GET_IS_DRAG_HANDLE Instance method Public Method 20080212
20 GET_MENU Instance method Public Method GET_MENU 20041216
21 GET_POPUP_BUBBLE Instance method Public Method 20120322
22 GET_SOURCE Instance method Public Method GET_SOURCE 20040628
23 GET_V_ALIGN Instance method Public Method 20140714
24 GET_WIDTH Instance method Public Method GET_WIDTH 20040628
25 NEW_IMAGE Static method Public Method NEW_IMAGE 20040628
26 SET_ADJUST_IMAGE_SIZE Instance method Public Method SET_ADJUST_IMAGE_SIZE 20050815
27 SET_BORDER Instance method Public Method SET_BORDER 20040628
28 SET_DRAG_SOURCE_INFO Instance method Public Method 20080310
29 SET_HEIGHT Instance method Public Method SET_HEIGHT 20040628
30 SET_IS_DECORATIVE Instance method Public Method SET_IS_DECORATIVE 20050815
31 SET_IS_DRAG_HANDLE Instance method Public Method 20080212
32 SET_MENU Instance method Public Method SET_MENU 20041216
33 SET_POPUP_BUBBLE Instance method Public Method 20120322
34 SET_SOURCE Instance method Public Method SET_SOURCE 20040628
35 SET_V_ALIGN Instance method Public Method 20140714
36 SET_WIDTH Instance method Public Method SET_WIDTH 20040628
Events
Class CL_WD_IMAGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_IMAGE Public See coding TT_IMAGE 20050316 tt_IMAGE TYPE TABLE OF REF TO CL_WD_IMAGE WITH DEFAULT KEY
Method Signatures

Method BIND_ADJUST_IMAGE_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20050815

Method BIND_ADJUST_IMAGE_SIZE on class CL_WD_IMAGE has no exception.

Method BIND_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20040628

Method BIND_BORDER on class CL_WD_IMAGE has no exception.

Method BIND_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20040628

Method BIND_HEIGHT on class CL_WD_IMAGE has no exception.

Method BIND_IS_DECORATIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20050815

Method BIND_IS_DECORATIVE on class CL_WD_IMAGE has no exception.

Method BIND_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20040628

Method BIND_SOURCE on class CL_WD_IMAGE has no exception.

Method BIND_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20040628

Method BIND_WIDTH on class CL_WD_IMAGE has no exception.

Method BOUND_ADJUST_IMAGE_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20050815
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050815
3 Returning PATH Value transfer Type reference (TYPE) STRING 20050815

Method BOUND_ADJUST_IMAGE_SIZE on class CL_WD_IMAGE has no exception.

Method BOUND_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040628
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040628
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040628

Method BOUND_BORDER on class CL_WD_IMAGE has no exception.

Method BOUND_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040628
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040628
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040628

Method BOUND_HEIGHT on class CL_WD_IMAGE has no exception.

Method BOUND_IS_DECORATIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20050815
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050815
3 Returning PATH Value transfer Type reference (TYPE) STRING 20050815

Method BOUND_IS_DECORATIVE on class CL_WD_IMAGE has no exception.

Method BOUND_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040628
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040628
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040628

Method BOUND_SOURCE on class CL_WD_IMAGE has no exception.

Method BOUND_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040628
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040628
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040628

Method BOUND_WIDTH on class CL_WD_IMAGE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040628
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040628

Method CONSTRUCTOR on class CL_WD_IMAGE has no exception.

Method GET_ADJUST_IMAGE_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20050815
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050815
3 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20050815

Method GET_ADJUST_IMAGE_SIZE on class CL_WD_IMAGE has no exception.

Method GET_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040628
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040628
3 Returning VALUE Value transfer Type reference (TYPE) I 20040628

Method GET_BORDER on class CL_WD_IMAGE has no exception.

Method GET_DRAG_SOURCE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_DRAG_SOURCE_INFO Value transfer Object reference (TYPE REF TO) CL_WD_DRAG_SOURCE_INFO 20080310

Method GET_DRAG_SOURCE_INFO on class CL_WD_IMAGE has no exception.

Method GET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040628
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040628
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20040628

Method GET_HEIGHT on class CL_WD_IMAGE has no exception.

Method GET_IS_DECORATIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20050815
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050815
3 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20050815

Method GET_IS_DECORATIVE on class CL_WD_IMAGE has no exception.

Method GET_IS_DRAG_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20080212

Method GET_IS_DRAG_HANDLE on class CL_WD_IMAGE has no exception.

Method GET_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_MENU Value transfer Object reference (TYPE REF TO) CL_WD_MENU 20041216

Method GET_MENU on class CL_WD_IMAGE has no exception.

Method GET_POPUP_BUBBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_POPUP_BUBBLE Value transfer Object reference (TYPE REF TO) IF_WD_POPUP_BUBBLE 20120322

Method GET_POPUP_BUBBLE on class CL_WD_IMAGE has no exception.

Method GET_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040628
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040628
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20040628

Method GET_SOURCE on class CL_WD_IMAGE has no exception.

Method GET_V_ALIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) WDUI_VALIGN 20140714

Method GET_V_ALIGN on class CL_WD_IMAGE has no exception.

Method GET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040628
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040628
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20040628

Method GET_WIDTH on class CL_WD_IMAGE has no exception.

Method NEW_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADJUST_IMAGE_SIZE Call by reference Type reference (TYPE) WDY_BOOLEAN 20050815
2 Importing BIND_ADJUST_IMAGE_SIZE Call by reference Type reference (TYPE) STRING 20050815
3 Importing BIND_BORDER Call by reference Type reference (TYPE) STRING 20040628
4 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20040628
5 Importing BIND_HEIGHT Call by reference Type reference (TYPE) STRING 20040628
6 Importing BIND_IS_DECORATIVE Call by reference Type reference (TYPE) STRING 20050815
7 Importing BIND_SOURCE Call by reference Type reference (TYPE) STRING 20040628
8 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
9 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20040628
10 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20040628
11 Importing BIND_WIDTH Call by reference Type reference (TYPE) STRING 20040628
12 Importing BORDER Call by reference Type reference (TYPE) I '0' 20040628
13 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20060622
14 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20060622
15 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_IMAGE 20040628
16 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040628
17 Importing HEIGHT Call by reference Type reference (TYPE) STRING 20040628
18 Importing ID Call by reference Type reference (TYPE) STRING 20040628
19 Importing IS_DECORATIVE Call by reference Type reference (TYPE) WDY_BOOLEAN 20050815
20 Importing IS_DRAG_HANDLE Call by reference Type reference (TYPE) WDY_BOOLEAN 20080212
21 Importing SOURCE Call by reference Type reference (TYPE) STRING 20040628
22 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
23 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040628
24 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040628
25 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20040628
26 Importing V_ALIGN Call by reference Type reference (TYPE) WDUI_VALIGN E_V_ALIGN-BASELINE 20140714
27 Importing WIDTH Call by reference Type reference (TYPE) STRING 20040628

Method NEW_IMAGE on class CL_WD_IMAGE has no exception.

Method SET_ADJUST_IMAGE_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_BOOLEAN 20050815

Method SET_ADJUST_IMAGE_SIZE on class CL_WD_IMAGE has no exception.

Method SET_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) I 20040628

Method SET_BORDER on class CL_WD_IMAGE has no exception.

Method SET_DRAG_SOURCE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_DRAG_SOURCE_INFO Call by reference Object reference (TYPE REF TO) CL_WD_DRAG_SOURCE_INFO 20080310

Method SET_DRAG_SOURCE_INFO on class CL_WD_IMAGE has no exception.

Method SET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20040628

Method SET_HEIGHT on class CL_WD_IMAGE has no exception.

Method SET_IS_DECORATIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_BOOLEAN 20050815

Method SET_IS_DECORATIVE on class CL_WD_IMAGE has no exception.

Method SET_IS_DRAG_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_BOOLEAN 20080212

Method SET_IS_DRAG_HANDLE on class CL_WD_IMAGE has no exception.

Method SET_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_MENU Call by reference Object reference (TYPE REF TO) CL_WD_MENU 20041216

Method SET_MENU on class CL_WD_IMAGE has no exception.

Method SET_POPUP_BUBBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_POPUP_BUBBLE Call by reference Object reference (TYPE REF TO) IF_WD_POPUP_BUBBLE 20120322

Method SET_POPUP_BUBBLE on class CL_WD_IMAGE has no exception.

Method SET_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20040628

Method SET_SOURCE on class CL_WD_IMAGE has no exception.

Method SET_V_ALIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDUI_VALIGN 20140714

Method SET_V_ALIGN on class CL_WD_IMAGE has no exception.

Method SET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20040628

Method SET_WIDTH on class CL_WD_IMAGE has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 710