SAP ABAP Class CL_WD_MENU_BAR (CL_WD_MENU_BAR)
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 20060927
Properties
Class CL_WD_MENU_BAR  
Short Description    
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 20060927   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_MENU_BAR 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_DESIGN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20060927
2 BP_WIDTH Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20060927
3 CC_MENUS Instance attribute Public Type reference (TYPE) I 20060927
4 CH_MENUS Instance attribute Protected Type reference (TYPE) CL_WD_MENU=>TT_MENU 20060927
5 CID_MENU_BAR Constant Public Type reference (TYPE) GUID '8EED35DDEBDC65409EFC8646FD1ABE3C' 20060927
6 E_DESIGN Constant Public See coding 20060927
7 T_DESIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20060927
8 VL_DESIGN Instance attribute Protected Type reference (TYPE) WDUI_MENU_BAR_DESIGN 20060927
9 VL_WIDTH Instance attribute Protected Type reference (TYPE) STRING 20060927
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MENU Instance method Public Method 20060927
2 BIND_DESIGN Instance method Public Method 20060927
3 BIND_WIDTH Instance method Public Method 20060927
4 BOUND_DESIGN Instance method Public Method 20060927
5 BOUND_WIDTH Instance method Public Method 20060927
6 CONSTRUCTOR Instance method Public Constructor 20060927
7 GET_DESIGN Instance method Public Method 20060927
8 GET_MENU Instance method Public Method 20060927
9 GET_MENUS Instance method Public Method 20060927
10 GET_WIDTH Instance method Public Method 20060927
11 HAS_MENUS Instance method Public Method 20060927
12 NEW_MENU_BAR Static method Public Method 20060927
13 NUMBER_OF_MENUS Instance method Public Method 20060927
14 REMOVE_ALL_MENUS Instance method Public Method 20060927
15 REMOVE_MENU Instance method Public Method 20060927
16 SET_DESIGN Instance method Public Method 20060927
17 SET_WIDTH Instance method Public Method 20060927
Events
Class CL_WD_MENU_BAR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_MENU_BAR Public See coding 20070102 tt_MENU_BAR TYPE TABLE OF REF TO CL_WD_MENU_BAR WITH DEFAULT KEY
Method Signatures

Method ADD_MENU Signature

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

Method ADD_MENU on class CL_WD_MENU_BAR has no exception.

Method BIND_DESIGN 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 20060927

Method BIND_DESIGN on class CL_WD_MENU_BAR 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 20060927

Method BIND_WIDTH on class CL_WD_MENU_BAR has no exception.

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

Method BOUND_DESIGN on class CL_WD_MENU_BAR 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 20060927
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20060927
3 Returning PATH Value transfer Type reference (TYPE) STRING 20060927

Method BOUND_WIDTH on class CL_WD_MENU_BAR 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 20060927
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20060927

Method CONSTRUCTOR on class CL_WD_MENU_BAR has no exception.

Method GET_DESIGN 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 20060927
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20060927
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_MENU_BAR_DESIGN 20060927

Method GET_DESIGN on class CL_WD_MENU_BAR has no exception.

Method GET_MENU 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 20060927
2 Importing INDEX Call by reference Type reference (TYPE) I 20060927
3 Returning THE_MENU Value transfer Object reference (TYPE REF TO) CL_WD_MENU 20060927

Method GET_MENU on class CL_WD_MENU_BAR has no exception.

Method GET_MENUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_MENUS Value transfer Type reference (TYPE) CL_WD_MENU=>TT_MENU 20060927

Method GET_MENUS on class CL_WD_MENU_BAR 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 20060927
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20060927
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20060927

Method GET_WIDTH on class CL_WD_MENU_BAR has no exception.

Method HAS_MENUS Signature

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

Method HAS_MENUS on class CL_WD_MENU_BAR has no exception.

Method NEW_MENU_BAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_DESIGN Call by reference Type reference (TYPE) STRING 20060927
2 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20060927
3 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
4 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20060927
5 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20060927
6 Importing BIND_WIDTH Call by reference Type reference (TYPE) STRING 20060927
7 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20060927
8 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20060927
9 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_MENU_BAR 20060927
10 Importing DESIGN Call by reference Type reference (TYPE) WDUI_MENU_BAR_DESIGN E_DESIGN-STANDARD 20060927
11 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20060927
12 Importing ID Call by reference Type reference (TYPE) STRING 20060927
13 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
14 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20060927
15 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20060927
16 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20060927
17 Importing WIDTH Call by reference Type reference (TYPE) STRING 20060927

Method NEW_MENU_BAR on class CL_WD_MENU_BAR has no exception.

Method NUMBER_OF_MENUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I 20060927

Method NUMBER_OF_MENUS on class CL_WD_MENU_BAR has no exception.

Method REMOVE_ALL_MENUS Signature

Method REMOVE_ALL_MENUS on class CL_WD_MENU_BAR has no parameter.
Method REMOVE_ALL_MENUS on class CL_WD_MENU_BAR has no exception.

Method REMOVE_MENU 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 20060927
2 Importing INDEX Call by reference Type reference (TYPE) I 20060927
3 Returning THE_MENU Value transfer Object reference (TYPE REF TO) CL_WD_MENU 20060927

Method REMOVE_MENU on class CL_WD_MENU_BAR has no exception.

Method SET_DESIGN 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_MENU_BAR_DESIGN 20060927

Method SET_DESIGN on class CL_WD_MENU_BAR 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 20060927

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