SAP ABAP Class CL_WD_ABSTRACT_BUTTON (CL_WD_ABSTRACT_BUTTON)
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_ABSTRACT_CAPTION 20040625
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_BUTTON Perforce change= / 20051117-120623 20040628
2 Inheritance (c INHERITING FROM c_ref)  CL_WD_TOOLBAR_BUTTON 20040628
Properties
Class CL_WD_ABSTRACT_BUTTON  
Short Description    
Super Class CL_WD_ABSTRACT_CAPTION  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20040625   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
Class CL_WD_ABSTRACT_BUTTON has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140708 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140708 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_TEXT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20040625
2 DP_EXPLANATION Instance attribute Protected Type reference (TYPE) WDR_UIEL_DDIC_PROPERTY 20070111
3 DP_TEXT Instance attribute Protected Type reference (TYPE) WDR_UIEL_DDIC_PROPERTY 20040625
4 E_HOTKEY Constant Public See coding 20080104
5 IP_ACTIVATE_ACCESS_KEY Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20080212
6 IP_EXPLANATION Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20070111
7 IP_HOTKEY Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20080104
8 IP_TEXT Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20050422
9 MP_ON_ACTION Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040625
10 PL_ACTIVATE_ACCESS_KEY Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20080212
11 PL_EXPLANATION Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20070111
12 PL_HOTKEY Instance attribute Protected Type reference (TYPE) WDUI_HOTKEY 20080104
13 PL_TEXT Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20050422
14 PR_ON_CLIENT_ACTION Instance attribute Protected Object reference (TYPE REF TO) CL_WD_ABSTR_CLIENT_ACTION 20110714
15 T_HOTKEY Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20080104
16 VL_ACTIVATE_ACCESS_KEY Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20080212
17 VL_EXPLANATION Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20070111
18 VL_HOTKEY Instance attribute Protected Type reference (TYPE) WDUI_HOTKEY 20080104
19 VL_ON_ACTION Instance attribute Protected Type reference (TYPE) STRING 20040625
20 VL_TEXT Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040625
Methods
# Method Level Visibility Method type Description Created on
1 BIND_TEXT Instance method Public Method 20040625
2 BOUND_TEXT Instance method Public Method 20040625
3 GET_ACTIVATE_ACCESS_KEY Instance method Public Method 20080212
4 GET_EXPLANATION Instance method Public Method 20070111
5 GET_HOTKEY Instance method Public Method 20080104
6 GET_ON_ACTION Instance method Public Method 20040625
7 GET_ON_CLIENT_ACTION Instance method Public Method 20110714
8 GET_TEXT Instance method Public Method 20040625
9 MAPPED_ON_ACTION Instance method Public Method 20040625
10 MAP_ON_ACTION Instance method Public Method 20040625
11 SET_ACTIVATE_ACCESS_KEY Instance method Public Method 20080212
12 SET_EXPLANATION Instance method Public Method 20070111
13 SET_HOTKEY Instance method Public Method 20080104
14 SET_ON_ACTION Instance method Public Method 20040625
15 SET_ON_CLIENT_ACTION Instance method Public Method 20110714
16 SET_TEXT Instance method Public Method 20040625
Events
Class CL_WD_ABSTRACT_BUTTON has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ABSTRACT_BUTTON Public See coding 20050316 tt_ABSTRACT_BUTTON TYPE TABLE OF REF TO CL_WD_ABSTRACT_BUTTON WITH DEFAULT KEY
Method Signatures

Method BIND_TEXT 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 20040625

Method BIND_TEXT on class CL_WD_ABSTRACT_BUTTON has no exception.

Method BOUND_TEXT 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 20040625
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040625
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040625

Method BOUND_TEXT on class CL_WD_ABSTRACT_BUTTON has no exception.

Method GET_ACTIVATE_ACCESS_KEY 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_ACTIVATE_ACCESS_KEY on class CL_WD_ABSTRACT_BUTTON has no exception.

Method GET_EXPLANATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AS_EXTERNAL Value transfer Type reference (TYPE) ABAP_BOOL 20070111
2 Importing TEXT_LENGTH Value transfer Type reference (TYPE) I CO_UNKNOWN_TEXTLEN 20070111
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20070111

Method GET_EXPLANATION on class CL_WD_ABSTRACT_BUTTON has no exception.

Method GET_HOTKEY Signature

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

Method GET_HOTKEY on class CL_WD_ABSTRACT_BUTTON has no exception.

Method GET_ON_ACTION Signature

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

Method GET_ON_ACTION on class CL_WD_ABSTRACT_BUTTON has no exception.

Method GET_ON_CLIENT_ACTION Signature

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

Method GET_ON_CLIENT_ACTION on class CL_WD_ABSTRACT_BUTTON has no exception.

Method GET_TEXT Signature

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

Method GET_TEXT on class CL_WD_ABSTRACT_BUTTON has no exception.

Method MAPPED_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040625

Method MAPPED_ON_ACTION on class CL_WD_ABSTRACT_BUTTON has no exception.

Method MAP_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040625

Method MAP_ON_ACTION on class CL_WD_ABSTRACT_BUTTON has no exception.

Method SET_ACTIVATE_ACCESS_KEY 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_ACTIVATE_ACCESS_KEY on class CL_WD_ABSTRACT_BUTTON has no exception.

Method SET_EXPLANATION 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_MD_TRANSLATABLE_TEXT 20070111

Method SET_EXPLANATION on class CL_WD_ABSTRACT_BUTTON has no exception.

Method SET_HOTKEY 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_HOTKEY 20080104

Method SET_HOTKEY on class CL_WD_ABSTRACT_BUTTON has no exception.

Method SET_ON_ACTION 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 20040625

Method SET_ON_ACTION on class CL_WD_ABSTRACT_BUTTON has no exception.

Method SET_ON_CLIENT_ACTION Signature

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

Method SET_ON_CLIENT_ACTION on class CL_WD_ABSTRACT_BUTTON has no exception.

Method SET_TEXT 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_MD_TRANSLATABLE_TEXT 20040625

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