SAP ABAP Class CL_WD_TABLE_SEL_MENU_CFG (CL_WD_TABLE_SEL_MENU_CFG)
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_VIEW_ELEMENT Perforce Change= / 20040604-141028 20081013
Properties
Class CL_WD_TABLE_SEL_MENU_CFG  
Short Description    
Super Class CL_WD_VIEW_ELEMENT Perforce Change= / 20040604-141028 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20081013   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_TABLE_SEL_MENU_CFG has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20110322 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20110322 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_HIERARCHY_OPTIONS Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20081013
2 BP_MASS_SELECTION_OPTIONS Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20081013
3 CID_TABLE_SEL_MENU_CFG Constant Public Type reference (TYPE) GUID '48EF6A5A1FBC5696E10000000A421993' 20081013
4 PR_CUSTOM_MENU Instance attribute Protected Object reference (TYPE REF TO) CL_WD_MENU 20081013
5 VL_HIERARCHY_OPTIONS Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20081013
6 VL_MASS_SELECTION_OPTIONS Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20081013
Methods
# Method Level Visibility Method type Description Created on
1 BIND_HIERARCHY_OPTIONS Instance method Public Method 20081013
2 BIND_MASS_SELECTION_OPTIONS Instance method Public Method 20081013
3 BOUND_HIERARCHY_OPTIONS Instance method Public Method 20081013
4 BOUND_MASS_SELECTION_OPTIONS Instance method Public Method 20081013
5 CONSTRUCTOR Instance method Public Constructor 20081013
6 GET_CUSTOM_MENU Instance method Public Method 20081013
7 GET_HIERARCHY_OPTIONS Instance method Public Method 20081013
8 GET_MASS_SELECTION_OPTIONS Instance method Public Method 20081013
9 NEW_TABLE_SEL_MENU_CFG Static method Public Method 20081013
10 SET_CUSTOM_MENU Instance method Public Method 20081013
11 SET_HIERARCHY_OPTIONS Instance method Public Method 20081013
12 SET_MASS_SELECTION_OPTIONS Instance method Public Method 20081013
Events
Class CL_WD_TABLE_SEL_MENU_CFG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TABLE_SEL_MENU_CFG Public See coding 20081013 tt_TABLE_SEL_MENU_CFG TYPE TABLE OF REF TO CL_WD_TABLE_SEL_MENU_CFG WITH DEFAULT KEY
Method Signatures

Method BIND_HIERARCHY_OPTIONS 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 20081013

Method BIND_HIERARCHY_OPTIONS on class CL_WD_TABLE_SEL_MENU_CFG has no exception.

Method BIND_MASS_SELECTION_OPTIONS 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 20081013

Method BIND_MASS_SELECTION_OPTIONS on class CL_WD_TABLE_SEL_MENU_CFG has no exception.

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

Method BOUND_HIERARCHY_OPTIONS on class CL_WD_TABLE_SEL_MENU_CFG has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_TABLE_SEL_MENU_CFG has no exception.

Method GET_CUSTOM_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_CUSTOM_MENU Value transfer Object reference (TYPE REF TO) CL_WD_MENU 20081013

Method GET_CUSTOM_MENU on class CL_WD_TABLE_SEL_MENU_CFG has no exception.

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

Method GET_HIERARCHY_OPTIONS on class CL_WD_TABLE_SEL_MENU_CFG has no exception.

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

Method GET_MASS_SELECTION_OPTIONS on class CL_WD_TABLE_SEL_MENU_CFG has no exception.

Method NEW_TABLE_SEL_MENU_CFG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_HIERARCHY_OPTIONS Call by reference Type reference (TYPE) STRING 20081013
2 Importing BIND_MASS_SELECTION_OPTIONS Call by reference Type reference (TYPE) STRING 20081013
3 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_TABLE_SEL_MENU_CFG 20081013
4 Importing HIERARCHY_OPTIONS Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20081013
5 Importing ID Call by reference Type reference (TYPE) STRING 20081013
6 Importing MASS_SELECTION_OPTIONS Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20081013
7 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20081013

Method NEW_TABLE_SEL_MENU_CFG on class CL_WD_TABLE_SEL_MENU_CFG has no exception.

Method SET_CUSTOM_MENU Signature

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

Method SET_CUSTOM_MENU on class CL_WD_TABLE_SEL_MENU_CFG has no exception.

Method SET_HIERARCHY_OPTIONS 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 20081013

Method SET_HIERARCHY_OPTIONS on class CL_WD_TABLE_SEL_MENU_CFG has no exception.

Method SET_MASS_SELECTION_OPTIONS 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 20081013

Method SET_MASS_SELECTION_OPTIONS on class CL_WD_TABLE_SEL_MENU_CFG has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720