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 | 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 | Constant | Public | Type reference (TYPE) | STRING | 'enablePrint' | 20090305 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WCF_GMT_MODEL | WCF GMT Model Structure | 20081023 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TT_MENU_ITEMS | 20081016 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20081117 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | '-' | Boolean Variable (X=True, -=False, Space=Unknown) | 20090305 | ||
| 6 | 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 | Instance method | Public | Method | 20081009 | ||
| 2 | Instance method | Protected | Method | set durty flag to abap_false | 20081117 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20081016 | |
| 4 | Instance method | Public | Method | 20090305 | ||
| 5 | Instance method | Public | Method | 20081020 | ||
| 6 | Instance method | Protected | Method | 20081117 | ||
| 7 | Instance method | Protected | Method | set durty flag to abap_true | 20081117 | |
| 8 | Instance method | Public | Method | 20081009 | ||
| 9 | 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 | IV_ACTION | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_ACTION_NAME | WCF GMT Nexus Action Name Type | 20081009 | |||
| 2 | IV_CAPTION | Call by reference | Type reference (TYPE) | STRING | 20081009 | ||||
| 3 | IV_ENABLED | Call by reference | Type reference (TYPE) | BOOLEAN | '-' | Boolean Variable (X=True, -=False, Space=Unknown) | 20081009 | ||
| 4 | IV_PARAMETERS | Call by reference | Type reference (TYPE) | STRING | 20090114 | ||||
| 5 | IV_SEPARATOR_BEFORE | Call by reference | Type reference (TYPE) | BOOLEAN | '-' | Boolean Variable (X=True, -=False, Space=Unknown) | 20081009 | ||
| 6 | 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 | IR_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_WCF_GMT_MODEL | WCF GMT Model Structure | 20081023 | |||
| 2 | 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 | 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 | 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 | 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 | 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 | 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 |