SAP ABAP Class CL_WCF_GMT_CONTEXT_MENU (WCF GMT Nexus Context Menu)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI (Application Component) User Interface
     WCF_GRAPHICAL_MODELING_TOOL (Package) WCF Graphical Modeling Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCF_GMT_SERIALIZABLE GMT Component Serializable Interface 20081028
Properties
Class CL_WCF_GMT_CONTEXT_MENU  
Short Description WCF GMT Nexus Context Menu    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCF_GRAPHICAL_MODELING_TOOL   WCF Graphical Modeling Tool 
Created 20081006   SAP 
Last change 20100303   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_WCF_GMT_SERIALIZABLE GMT Component Serializable Interface 20081028
Friends
# Friend Modeled only Created on Description
1 CL_WCF_GMT_DATA_MODEL 20081028 WCF GMT Nexus Data Model - load/build NDL
2 CL_WCF_GMT_MODEL 20081106 WCF GMT Model Structure API
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ENABLED_PRINT Constant Public Type reference (TYPE) STRING 'enablePrint' 20090305
2 GR_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_WCF_GMT_MODEL WCF GMT Model Structure 20081023
3 GT_MENU_ITEMS Instance attribute Protected Type reference (TYPE) TT_MENU_ITEMS 20081016
4 GV_DIRTY_FLAG Instance attribute Protected Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20081117
5 GV_ENABLE_PRINT Instance attribute Private Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20090305
6 GV_ID Instance attribute Private Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20081016
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MENU_ITEM Instance method Public Method 20081009
2 CLEAN_DIRTY_FLAG Instance method Protected Method set durty flag to abap_false 20081117
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081016
4 GET_ENABLE_PRINT Instance method Public Method 20090305
5 GET_ID Instance method Public Method 20081020
6 IS_DIRTY Instance method Protected Method 20081117
7 RAISE_DIRTY_FLAG Instance method Protected Method set durty flag to abap_true 20081117
8 REMOVE_MENU_ITEM Instance method Public Method 20081009
9 SET_ENABLE_PRINT Instance method Public Method 20090305
Events
Class CL_WCF_GMT_CONTEXT_MENU has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ST_MENU_ITEM Public See coding 20081028 begin of st_menu_item, action type wcf_gmt_nexus_action_name, caption type wcf_gmt_nexus_descr, is_enabled type boolean, is_visible type boolean, separator_before type boolean, parameters type string, "bo_ref type ref to if_bol_bo_property_access, end of st_menu_item
2 TT_MENU_ITEMS Public See coding 20081028 tt_menu_items type table of st_menu_item with key action
Method Signatures

Method ADD_MENU_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081009
2 Importing IV_CAPTION Call by reference Type reference (TYPE) STRING 20081009
3 Importing IV_ENABLED Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081009
4 Importing IV_PARAMETERS Call by reference Type reference (TYPE) STRING 20090114
5 Importing IV_SEPARATOR_BEFORE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081009
6 Importing IV_VISIBLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081009

Method ADD_MENU_ITEM on class CL_WCF_GMT_CONTEXT_MENU has no exception.

Method CLEAN_DIRTY_FLAG Signature

Method CLEAN_DIRTY_FLAG on class CL_WCF_GMT_CONTEXT_MENU has no parameter.
Method CLEAN_DIRTY_FLAG on class CL_WCF_GMT_CONTEXT_MENU has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) CL_WCF_GMT_MODEL WCF GMT Model Structure 20081023
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20081016

Method CONSTRUCTOR on class CL_WCF_GMT_CONTEXT_MENU has no exception.

Method GET_ENABLE_PRINT Signature

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

Method GET_ENABLE_PRINT on class CL_WCF_GMT_CONTEXT_MENU has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20081020

Method GET_ID on class CL_WCF_GMT_CONTEXT_MENU has no exception.

Method IS_DIRTY Signature

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

Method IS_DIRTY on class CL_WCF_GMT_CONTEXT_MENU has no exception.

Method RAISE_DIRTY_FLAG Signature

Method RAISE_DIRTY_FLAG on class CL_WCF_GMT_CONTEXT_MENU has no parameter.
Method RAISE_DIRTY_FLAG on class CL_WCF_GMT_CONTEXT_MENU has no exception.

Method REMOVE_MENU_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081105

Method REMOVE_MENU_ITEM on class CL_WCF_GMT_CONTEXT_MENU has no exception.

Method SET_ENABLE_PRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENABLE_PRINT Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090305

Method SET_ENABLE_PRINT on class CL_WCF_GMT_CONTEXT_MENU has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 700