SAP ABAP Class CL_THTMLB_ACTIONMENU (Element-Handler: <thtmlb:actionMenu>)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI-TAG (Application Component) Tag Library
     BSP_DYN_CONFIG_TAG_LIB (Package) New tag library for CRM IC
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CLG_THTMLB_ACTIONMENU Base: 20090123
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_WEB_CALLBACK Interface for handler method of service callback 20090429
Properties
Class CL_THTMLB_ACTIONMENU  
Short Description Element-Handler: <thtmlb:actionMenu>    
Super Class CLG_THTMLB_ACTIONMENU Base: <thtmlb:actionMenu> 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSP_DYN_CONFIG_TAG_LIB   New tag library for CRM IC 
Created 20090123   SAP 
Last change 20130531   SAP 
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_CRM_WEB_CALLBACK Interface for handler method of service callback 20090429
Friends
Class CL_THTMLB_ACTIONMENU has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_AC_TOOLTIP Constant Public Type reference (TYPE) STRING 'WCF_ACTIONS_CORE/AC_TOOLTIP' 20090311
2 GC_BUTTON_SUFFIX Constant Public Type reference (TYPE) STRING '_MB' 20090123
3 GC_DEFAULT_ICON_TYPE Static Attribute Public Type reference (TYPE) STRING 'ICON_ACTION' 20090311
4 GC_MENU_POSITION Static Attribute Public Type reference (TYPE) STRING 'BELOW' 20090204
5 GC_MENU_TRIGGER Static Attribute Public Type reference (TYPE) STRING 'ONCLICK' 20090204
6 GC_PROVIDER_PARAM Constant Public Type reference (TYPE) STRING 'provider_class' 20090311
7 GR_WRITER Instance attribute Public Object reference (TYPE REF TO) IF_BSP_WRITER Interface for Writing Page Content 20090316
8 GT_MENU_BUTTON_ITEMS Instance attribute Private Type reference (TYPE) WCFT_MENUBUTTON_ITEM Table of items 20090504
9 GV_IS_DIRECT_TAG Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20090504
10 GV_IS_IN_GRID Instance attribute Public Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20090316
11 GV_MENU_DESIGN Static Attribute Public Type reference (TYPE) STRING 'BUTTON' 20100108
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PARENT Instance method Private Method check whether the action menu is under config tags 20090501
2 CREATE_DYN_ITEMS_FROM_PROVIDER Instance method Protected Method 20090504
3 CREATE_ITEMS_FROM_ACTIONS Instance method Protected Method Create a table with item data from action table 20090203
4 CREATE_ITEMS_FROM_DESCRIPTOR Instance method Protected Method Create a table with item data from descriptor instance 20090203
5 DISASSEMBLE_ID Instance method Private Method 20090504
6 GET_AC_PROVIDER Instance method Private Method 20090508
7 PARSE_EVENT Static method Public Method 20090129
8 PARSE_IDS Static method Private Method 20090317
9 PREPARE_DATA Instance method Private Method 20090504
Events
Class CL_THTMLB_ACTIONMENU has no event.
Types
Class CL_THTMLB_ACTIONMENU has no local type.
Method Signatures

Method CHECK_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_TAG Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090501

Method CHECK_PARENT on class CL_THTMLB_ACTIONMENU has no exception.

Method CREATE_DYN_ITEMS_FROM_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEMS Call by reference Type reference (TYPE) WCFT_DYNAMENU_ITEM Table of items 20090504
2 Importing IR_ACTION_DESCRIPTOR Call by reference Object reference (TYPE REF TO) CL_BSP_WD_ACTION_PROVIDER Descriptor of actions menu 20090504
3 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTEXT_NODE WD Context Node 20090508
4 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) STRING 20090508
5 Importing IV_INDEX Call by reference Type reference (TYPE) I 20090508
6 Importing IV_MENU_ID Call by reference Type reference (TYPE) STRING 20090504
7 Importing IV_PROVIDER_ID Call by reference Type reference (TYPE) WCF_AC_PROVIDER_ID Action Provider ID 20090508
8 Importing IV_RELATION_NAME Call by reference Type reference (TYPE) WCF_AC_RELATION_NAME BOL Relation Name 20090515
9 Importing IV_TYPE Call by reference Type reference (TYPE) STRING 20090508

Method CREATE_DYN_ITEMS_FROM_PROVIDER on class CL_THTMLB_ACTIONMENU has no exception.

Method CREATE_ITEMS_FROM_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEMS Call by reference Type reference (TYPE) WCFT_MENUBUTTON_ITEM Table of items 20090203
2 Importing IT_ACTIONS Call by reference Type reference (TYPE) WCFT_THTMLB_ACTION_MENU_ITEMS table of actions 20090203

Method CREATE_ITEMS_FROM_ACTIONS on class CL_THTMLB_ACTIONMENU has no exception.

Method CREATE_ITEMS_FROM_DESCRIPTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEMS Call by reference Type reference (TYPE) WCFT_MENUBUTTON_ITEM Table of items 20090203
2 Importing IR_ACTION_DESCRIPTOR Call by reference Object reference (TYPE REF TO) CL_BSP_WD_ACTION_PROVIDER Descriptor of actions menu 20090203

Method CREATE_ITEMS_FROM_DESCRIPTOR on class CL_THTMLB_ACTIONMENU has no exception.

Method DISASSEMBLE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_INDEX Call by reference Type reference (TYPE) I index 20090504
2 Exporting EV_MODEL Call by reference Type reference (TYPE) STRING context node name 20090504
3 Exporting EV_NAME Call by reference Type reference (TYPE) STRING field name 20090504
4 Exporting EV_TYPE Call by reference Type reference (TYPE) STRING singe/struct/table... 20090504
5 Importing IV_COMPONENT_ID Call by reference Type reference (TYPE) STRING BSP Component 20090504
6 Importing IV_MENU_ID Call by reference Type reference (TYPE) STRING 20090504

Method DISASSEMBLE_ID on class CL_THTMLB_ACTIONMENU has no exception.

Method GET_AC_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_AC_PROVIDER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_ACTION_PROVIDER Action Menu Abstract Provider 20090508
2 Exporting EV_AC_PROVIDER_ID Call by reference Type reference (TYPE) WCF_AC_PROVIDER_ID Action Provider ID 20090508
3 Exporting EV_RELATION_NAME Call by reference Type reference (TYPE) WCF_AC_RELATION_NAME BOL Relation Name 20090515
4 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTEXT_NODE WD Context Node 20090508
5 Importing IR_VIEW_DESCR Call by reference Object reference (TYPE REF TO) IF_BSP_DLC_VIEW_DESCRIPTOR View Descriptor Interface 20090508
6 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) STRING 20090508
7 Importing IV_INDEX Call by reference Type reference (TYPE) I 20090508
8 Importing IV_MODEL Call by reference Type reference (TYPE) STRING 20090508
9 Importing IV_TYPE Call by reference Type reference (TYPE) STRING 20090508

Method GET_AC_PROVIDER on class CL_THTMLB_ACTIONMENU has no exception.

Method PARSE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FOR_ID Call by reference Type reference (TYPE) STRING 20090129
2 Exporting EV_SELECTED_ITEM_ID Call by reference Type reference (TYPE) STRING 20090129
3 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20090129
4 Importing IR_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER Basis Class for WD View Controller 20090129

Method PARSE_EVENT on class CL_THTMLB_ACTIONMENU has no exception.

Method PARSE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FOR_ID Call by reference Type reference (TYPE) STRING 20090317
2 Exporting EV_ITEM_ID Call by reference Type reference (TYPE) STRING 20090317
3 Importing IV_COMPONENT Call by reference Type reference (TYPE) STRING 20090317
4 Importing IV_DATA Call by reference Type reference (TYPE) STRING 20090317

Method PARSE_IDS on class CL_THTMLB_ACTIONMENU has no exception.

Method PREPARE_DATA Signature

Method PREPARE_DATA on class CL_THTMLB_ACTIONMENU has no parameter.
Method PREPARE_DATA on class CL_THTMLB_ACTIONMENU has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701