SAP ABAP Class CL_WD_MENU_CHECKBOX (CL_WD_MENU_CHECKBOX)
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_MENU_ITEM 20041109
Properties
Class CL_WD_MENU_CHECKBOX  
Short Description    
Super Class CL_WD_MENU_ITEM  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20041109   SAP 
Last change 20110908   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
Class CL_WD_MENU_CHECKBOX has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20100618 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20100618 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_CHECKED Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20041109
2 BP_ENABLED Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20041109
3 BP_NEEDS_MORE_INFO Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20041109
4 BP_TEXT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20041109
5 BP_TEXT_DIRECTION Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20041109
6 CID_MENU_CHECKBOX Constant Public Type reference (TYPE) GUID '68B468426C506824E10000000A1550C0' 20050316
7 DP_TEXT Instance attribute Protected Type reference (TYPE) WDR_UIEL_DDIC_PROPERTY 20041109
8 E_TEXT_DIRECTION Constant Public See coding 20050316
9 IP_TEXT Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20080104
10 IP_TEXT_DIRECTION Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20050815
11 MP_ON_TOGGLE Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20041109
12 PL_TEXT Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20080104
13 PL_TEXT_DIRECTION Instance attribute Protected Type reference (TYPE) WDUI_TEXT_DIRECTION 20050815
14 T_TEXT_DIRECTION Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20050316
15 VL_CHECKED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20050316
16 VL_ENABLED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20041109
17 VL_NEEDS_MORE_INFO Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20041109
18 VL_ON_TOGGLE Instance attribute Protected Type reference (TYPE) STRING 20041109
19 VL_TEXT Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20041109
20 VL_TEXT_DIRECTION Instance attribute Protected Type reference (TYPE) WDUI_TEXT_DIRECTION 20041109
Methods
# Method Level Visibility Method type Description Created on
1 BIND_CHECKED Instance method Public Method 20041109
2 BIND_ENABLED Instance method Public Method 20041109
3 BIND_NEEDS_MORE_INFO Instance method Public Method 20041109
4 BIND_TEXT Instance method Public Method 20041109
5 BIND_TEXT_DIRECTION Instance method Public Method 20041109
6 BOUND_CHECKED Instance method Public Method 20041109
7 BOUND_ENABLED Instance method Public Method 20041109
8 BOUND_NEEDS_MORE_INFO Instance method Public Method 20041109
9 BOUND_TEXT Instance method Public Method 20041109
10 BOUND_TEXT_DIRECTION Instance method Public Method 20041109
11 CONSTRUCTOR Instance method Public Constructor 20041109
12 GET_CHECKED Instance method Public Method 20041109
13 GET_ENABLED Instance method Public Method 20041109
14 GET_NEEDS_MORE_INFO Instance method Public Method 20041109
15 GET_ON_TOGGLE Instance method Public Method 20041109
16 GET_TEXT Instance method Public Method 20041109
17 GET_TEXT_DIRECTION Instance method Public Method 20041109
18 MAPPED_ON_TOGGLE Instance method Public Method 20041109
19 MAP_ON_TOGGLE Instance method Public Method 20041109
20 NEW_MENU_CHECKBOX Static method Public Method 20041109
21 SET_CHECKED Instance method Public Method 20041109
22 SET_ENABLED Instance method Public Method 20041109
23 SET_NEEDS_MORE_INFO Instance method Public Method 20041109
24 SET_ON_TOGGLE Instance method Public Method 20041109
25 SET_TEXT Instance method Public Method 20041109
26 SET_TEXT_DIRECTION Instance method Public Method 20041109
Events
Class CL_WD_MENU_CHECKBOX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_MENU_CHECKBOX Public See coding 20050316 tt_MENU_CHECKBOX TYPE TABLE OF REF TO CL_WD_MENU_CHECKBOX WITH DEFAULT KEY
Method Signatures

Method BIND_CHECKED 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 20041109

Method BIND_CHECKED on class CL_WD_MENU_CHECKBOX has no exception.

Method BIND_ENABLED 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 20041109

Method BIND_ENABLED on class CL_WD_MENU_CHECKBOX has no exception.

Method BIND_NEEDS_MORE_INFO 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 20041109

Method BIND_NEEDS_MORE_INFO on class CL_WD_MENU_CHECKBOX has no exception.

Method BIND_TEXT 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 20041109

Method BIND_TEXT on class CL_WD_MENU_CHECKBOX has no exception.

Method BIND_TEXT_DIRECTION 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 20041109

Method BIND_TEXT_DIRECTION on class CL_WD_MENU_CHECKBOX has no exception.

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

Method BOUND_CHECKED on class CL_WD_MENU_CHECKBOX has no exception.

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

Method BOUND_ENABLED on class CL_WD_MENU_CHECKBOX has no exception.

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

Method BOUND_NEEDS_MORE_INFO on class CL_WD_MENU_CHECKBOX has no exception.

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

Method BOUND_TEXT on class CL_WD_MENU_CHECKBOX has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_MENU_CHECKBOX has no exception.

Method GET_CHECKED 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 20041109
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20041109
3 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20041109

Method GET_CHECKED on class CL_WD_MENU_CHECKBOX has no exception.

Method GET_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONSIDER_ADDITIONAL_FLAGS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041109
2 Importing CONSIDER_DISABLED_PARENT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041109
3 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20041109
4 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20041109
5 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20041109

Method GET_ENABLED on class CL_WD_MENU_CHECKBOX has no exception.

Method GET_NEEDS_MORE_INFO 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 20041109
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20041109
3 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20041109

Method GET_NEEDS_MORE_INFO on class CL_WD_MENU_CHECKBOX has no exception.

Method GET_ON_TOGGLE Signature

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

Method GET_ON_TOGGLE on class CL_WD_MENU_CHECKBOX has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AS_EXTERNAL Value transfer Type reference (TYPE) ABAP_BOOL 20041109
2 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20041109
3 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20041109
4 Importing TEXT_LENGTH Value transfer Type reference (TYPE) I CO_UNKNOWN_TEXTLEN 20041109
5 Returning VALUE Value transfer Type reference (TYPE) STRING 20041109

Method GET_TEXT on class CL_WD_MENU_CHECKBOX has no exception.

Method GET_TEXT_DIRECTION 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 20041109
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20041109
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_TEXT_DIRECTION 20041109

Method GET_TEXT_DIRECTION on class CL_WD_MENU_CHECKBOX has no exception.

Method MAPPED_ON_TOGGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20041109

Method MAPPED_ON_TOGGLE on class CL_WD_MENU_CHECKBOX has no exception.

Method MAP_ON_TOGGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20041109

Method MAP_ON_TOGGLE on class CL_WD_MENU_CHECKBOX has no exception.

Method NEW_MENU_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_CHECKED Call by reference Type reference (TYPE) STRING 20041109
2 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20041109
3 Importing BIND_NEEDS_MORE_INFO Call by reference Type reference (TYPE) STRING 20041109
4 Importing BIND_TEXT Call by reference Type reference (TYPE) STRING 20041109
5 Importing BIND_TEXT_DIRECTION Call by reference Type reference (TYPE) STRING 20041109
6 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20060622
7 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_MENU_CHECKBOX 20041109
8 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20041109
9 Importing ID Call by reference Type reference (TYPE) STRING 20041109
10 Importing NEEDS_MORE_INFO Call by reference Type reference (TYPE) WDY_BOOLEAN 20041109
11 Importing ON_TOGGLE Call by reference Type reference (TYPE) STRING 20041109
12 Importing TEXT Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20041109
13 Importing TEXT_DIRECTION Call by reference Type reference (TYPE) WDUI_TEXT_DIRECTION E_TEXT_DIRECTION-INHERIT 20041109
14 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20041109
15 Importing VISIBLE Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20060622

Method NEW_MENU_CHECKBOX on class CL_WD_MENU_CHECKBOX has no exception.

Method SET_CHECKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_BOOLEAN 20041109

Method SET_CHECKED on class CL_WD_MENU_CHECKBOX has no exception.

Method SET_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_BOOLEAN 20041109

Method SET_ENABLED on class CL_WD_MENU_CHECKBOX has no exception.

Method SET_NEEDS_MORE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_BOOLEAN 20041109

Method SET_NEEDS_MORE_INFO on class CL_WD_MENU_CHECKBOX has no exception.

Method SET_ON_TOGGLE 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 20041109

Method SET_ON_TOGGLE on class CL_WD_MENU_CHECKBOX has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20041109

Method SET_TEXT on class CL_WD_MENU_CHECKBOX has no exception.

Method SET_TEXT_DIRECTION 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_TEXT_DIRECTION 20041109

Method SET_TEXT_DIRECTION on class CL_WD_MENU_CHECKBOX has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710