SAP ABAP Class CLG_THTMLB_MENUBUTTON (Base: <thtmlb:menuButton>)
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)  CL_THTMLB_ELEMENT Element class for THTMLB tag library 20090119
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_THTMLB_MENUBUTTON Element-Handler: 20090119
Properties
Class CLG_THTMLB_MENUBUTTON  
Short Description Base: <thtmlb:menuButton>    
Super Class CL_THTMLB_ELEMENT Element class for THTMLB tag library 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 70  Basis Class for BSP Element Handlers 
Package BSP_DYN_CONFIG_TAG_LIB   New tag library for CRM IC 
Created 20090119   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CLG_THTMLB_MENUBUTTON has no forward declaration.
Interfaces
Class CLG_THTMLB_MENUBUTTON has no interface implemented.
Friends
Class CLG_THTMLB_MENUBUTTON has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AJAXHANDLERCLASS Instance attribute Public Type reference (TYPE) STRING Handler class for AJAX requests to build the menu on demand. 20090430
2 DESIGN Instance attribute Public Type reference (TYPE) STRING 'BUTTON' (BUTTON/FRAMELESS) 20090119
3 ENABLED Instance attribute Public Type reference (TYPE) STRING 'TRUE' TRUE or FALSE (button is disabled). 20090119
4 ENCODE Instance attribute Public Type reference (TYPE) STRING 'TRUE' HTML encode the button "text". (TRUE|FALSE) 20090119
5 FOR Instance attribute Public Type reference (TYPE) STRING Parent's ID. Controls the "id" attribute. 20090122
6 ICONSRC Instance attribute Public Type reference (TYPE) STRING URL of the image to be shown; supercedes iconType. 20090119
7 ICONTYPE Instance attribute Public Type reference (TYPE) STRING 'ARROW' Icon type; "NONE" if iconless. 20090119
8 ITEMS Instance attribute Public Type reference (TYPE) WCFT_MENUBUTTON_ITEM Table of menu items 20090119
9 MENUDESIGN Instance attribute Public Type reference (TYPE) STRING 'ACTIONMENU' As supported by the dynaMenu tag 20090310
10 MENUPOSITION Instance attribute Public Type reference (TYPE) STRING 'BELOW' (BELOW/RIGHT) 20090119
11 M_CLASS_VALIDATOR Static Attribute Public Object reference (TYPE REF TO) CL_BSP_ELEMENT_RT_ATTR_VALID 20090119
12 ONCLIENTCLICK Instance attribute Public Type reference (TYPE) STRING Generic local JS executed on click before backend eventing 20090312
13 ONCLIENTSELECT Instance attribute Public Type reference (TYPE) STRING Generic local JS executed on selection before backend event 20090119
14 ONSELECT Instance attribute Public Type reference (TYPE) STRING Generic backend event executed on item selection 20090119
15 SELECTEDITEMIDPATH Instance attribute Public Type reference (TYPE) STRING Bound Path to be updated with the ID of the selected item 20090120
16 SUBMENULOADONDEMAND Instance attribute Public Type reference (TYPE) STRING 'FALSE' If TRUE, sub-menu data is downloaded at opening time 20090120
17 SWITCHID Instance attribute Public Type reference (TYPE) STRING Switch ID 20090119
18 TEXT Instance attribute Public Type reference (TYPE) STRING Button text 20090119
19 TOOLTIP Instance attribute Public Type reference (TYPE) STRING Tooltip; supercedes the default tooltip 20090119
20 TRIGGER Instance attribute Public Type reference (TYPE) STRING 'CLICK' As supported by the dynaMenu tag 20090122
21 _ITEMS Instance attribute Public Type reference (TYPE) STRING Table of menu items 20090119
22 _SELECTEDITEMIDPATH Instance attribute Public Type reference (TYPE) STRING Bound Path to be updated with the ID of the selected item 20090120
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090119
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090119
3 FACTORY Static method Public Method FACTORY_METHOD 20090119
4 FACTORY_CLEAR Static method Public Method FACTORY CLEAR METHOD 20090119
Events
Class CLG_THTMLB_MENUBUTTON has no event.
Types
Class CLG_THTMLB_MENUBUTTON has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CLG_THTMLB_MENUBUTTON has no parameter.
Method CLASS_CONSTRUCTOR on class CLG_THTMLB_MENUBUTTON has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CLG_THTMLB_MENUBUTTON has no parameter.
Method CONSTRUCTOR on class CLG_THTMLB_MENUBUTTON has no exception.

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AJAXHANDLERCLASS Call by reference Type reference (TYPE) CSEQUENCE 20090430
2 Importing DESIGN Call by reference Type reference (TYPE) CSEQUENCE 'BUTTON' 20090119
3 Returning ELEMENT Value transfer Object reference (TYPE REF TO) CL_THTMLB_MENUBUTTON 20090119
4 Importing ENABLED Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20090119
5 Importing ENCODE Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20090119
6 Importing FOR Call by reference Type reference (TYPE) CSEQUENCE 20090122
7 Importing ICONSRC Call by reference Type reference (TYPE) CSEQUENCE 20090119
8 Importing ICONTYPE Call by reference Type reference (TYPE) CSEQUENCE 'ARROW' 20090119
9 Importing ID Call by reference Type reference (TYPE) CSEQUENCE 20090119
10 Importing ID_POSTFIX Call by reference Type reference (TYPE) CSEQUENCE 20090119
11 Importing ITEMS Call by reference Type reference (TYPE) WCFT_MENUBUTTON_ITEM 20090119
12 Importing MENUDESIGN Call by reference Type reference (TYPE) CSEQUENCE 'ACTIONMENU' 20090310
13 Importing MENUPOSITION Call by reference Type reference (TYPE) CSEQUENCE 'BELOW' 20090119
14 Importing ONCLIENTCLICK Call by reference Type reference (TYPE) CSEQUENCE 20090312
15 Importing ONCLIENTSELECT Call by reference Type reference (TYPE) CSEQUENCE 20090119
16 Importing ONSELECT Call by reference Type reference (TYPE) CSEQUENCE 20090119
17 Importing SELECTEDITEMIDPATH Call by reference Type reference (TYPE) CSEQUENCE 20090120
18 Importing SUBMENULOADONDEMAND Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20090120
19 Importing SWITCHID Call by reference Type reference (TYPE) CSEQUENCE 20090119
20 Importing TEXT Call by reference Type reference (TYPE) CSEQUENCE 20090119
21 Importing TOOLTIP Call by reference Type reference (TYPE) CSEQUENCE 20090119
22 Importing TRIGGER Call by reference Type reference (TYPE) CSEQUENCE 'CLICK' 20090122
23 Importing _ITEMS Call by reference Type reference (TYPE) STRING 20090119
24 Importing _SELECTEDITEMIDPATH Call by reference Type reference (TYPE) STRING 20090120

Method FACTORY on class CLG_THTMLB_MENUBUTTON has no exception.

Method FACTORY_CLEAR Signature

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

Method FACTORY_CLEAR on class CLG_THTMLB_MENUBUTTON has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701