SAP ABAP Class CL_WD_ACCORDION (CL_WD_ACCORDION)
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 20081128
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_ROOT_ELEMENT 20081128
Properties
Class CL_WD_ACCORDION  
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 20081128   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
# Interface Abstract Final Description Created on
1 IF_WD_ROOT_ELEMENT 20081128
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_ALLOW_DESELECT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20081128
2 BP_SELECTED_ITEM Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20081128
3 CC_ITEMS Instance attribute Public Type reference (TYPE) I 20081204
4 CH_ITEMS Instance attribute Protected Type reference (TYPE) CL_WD_ACCORDION_ITEM=>TT_ACCORDION_ITEM 20081204
5 CID_ACCORDION Constant Public Type reference (TYPE) GUID '492F941278664B4EE10000000A421993' 20081128
6 MP_ON_DROP Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20081128
7 MP_ON_SELECT Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20081128
8 PR_DRAG_SOURCE_INFO Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DRAG_SOURCE_INFO 20081128
9 PR_DROP_TARGET_INFO Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DROP_TARGET_INFO 20081128
10 VL_ALLOW_DESELECT Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20081128
11 VL_ON_DROP Instance attribute Protected Type reference (TYPE) STRING 20081128
12 VL_ON_SELECT Instance attribute Protected Type reference (TYPE) STRING 20081128
13 VL_SELECTED_ITEM Instance attribute Protected Type reference (TYPE) STRING 20081128
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM Instance method Public Method 20081204
2 BIND_ALLOW_DESELECT Instance method Public Method 20081128
3 BIND_SELECTED_ITEM Instance method Public Method 20081128
4 BOUND_ALLOW_DESELECT Instance method Public Method 20081128
5 BOUND_SELECTED_ITEM Instance method Public Method 20081128
6 CONSTRUCTOR Instance method Public Constructor 20081128
7 GET_ALLOW_DESELECT Instance method Public Method 20081128
8 GET_DRAG_SOURCE_INFO Instance method Public Method 20081128
9 GET_DROP_TARGET_INFO Instance method Public Method 20081128
10 GET_ITEM Instance method Public Method 20081204
11 GET_ITEMS Instance method Public Method 20081204
12 GET_ON_DROP Instance method Public Method 20081128
13 GET_ON_SELECT Instance method Public Method 20081128
14 GET_SELECTED_ITEM Instance method Public Method 20081128
15 HAS_ITEMS Instance method Public Method 20081204
16 MAPPED_ON_DROP Instance method Public Method 20081128
17 MAPPED_ON_SELECT Instance method Public Method 20081128
18 MAP_ON_DROP Instance method Public Method 20081128
19 MAP_ON_SELECT Instance method Public Method 20081128
20 NEW_ACCORDION Static method Public Method 20081128
21 NUMBER_OF_ITEMS Instance method Public Method 20081204
22 REMOVE_ALL_ITEMS Instance method Public Method 20081204
23 REMOVE_ITEM Instance method Public Method 20081204
24 SET_ALLOW_DESELECT Instance method Public Method 20081128
25 SET_DRAG_SOURCE_INFO Instance method Public Method 20081128
26 SET_DROP_TARGET_INFO Instance method Public Method 20081128
27 SET_ON_DROP Instance method Public Method 20081128
28 SET_ON_SELECT Instance method Public Method 20081128
29 SET_SELECTED_ITEM Instance method Public Method 20081128
Events
Class CL_WD_ACCORDION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ACCORDION Public See coding 20081128 tt_ACCORDION TYPE TABLE OF REF TO CL_WD_ACCORDION WITH DEFAULT KEY
Method Signatures

Method ADD_ITEM 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 20081204
2 Importing THE_ITEM Call by reference Object reference (TYPE REF TO) CL_WD_ACCORDION_ITEM 20081204

Method ADD_ITEM on class CL_WD_ACCORDION has no exception.

Method BIND_ALLOW_DESELECT 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 20081128

Method BIND_ALLOW_DESELECT on class CL_WD_ACCORDION has no exception.

Method BIND_SELECTED_ITEM 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 20081128

Method BIND_SELECTED_ITEM on class CL_WD_ACCORDION has no exception.

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

Method BOUND_ALLOW_DESELECT on class CL_WD_ACCORDION has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_ACCORDION has no exception.

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

Method GET_ALLOW_DESELECT on class CL_WD_ACCORDION has no exception.

Method GET_DRAG_SOURCE_INFO Signature

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

Method GET_DRAG_SOURCE_INFO on class CL_WD_ACCORDION has no exception.

Method GET_DROP_TARGET_INFO Signature

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

Method GET_DROP_TARGET_INFO on class CL_WD_ACCORDION has no exception.

Method GET_ITEM 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 20081204
2 Importing INDEX Call by reference Type reference (TYPE) I 20081204
3 Returning THE_ITEM Value transfer Object reference (TYPE REF TO) CL_WD_ACCORDION_ITEM 20081204

Method GET_ITEM on class CL_WD_ACCORDION has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_ITEMS Value transfer Type reference (TYPE) CL_WD_ACCORDION_ITEM=>TT_ACCORDION_ITEM 20081204

Method GET_ITEMS on class CL_WD_ACCORDION has no exception.

Method GET_ON_DROP Signature

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

Method GET_ON_DROP on class CL_WD_ACCORDION has no exception.

Method GET_ON_SELECT Signature

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

Method GET_ON_SELECT on class CL_WD_ACCORDION has no exception.

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

Method GET_SELECTED_ITEM on class CL_WD_ACCORDION has no exception.

Method HAS_ITEMS 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 20081204

Method HAS_ITEMS on class CL_WD_ACCORDION has no exception.

Method MAPPED_ON_DROP 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 20081128

Method MAPPED_ON_DROP on class CL_WD_ACCORDION has no exception.

Method MAPPED_ON_SELECT 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 20081128

Method MAPPED_ON_SELECT on class CL_WD_ACCORDION has no exception.

Method MAP_ON_DROP 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 20081128

Method MAP_ON_DROP on class CL_WD_ACCORDION has no exception.

Method MAP_ON_SELECT 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 20081128

Method MAP_ON_SELECT on class CL_WD_ACCORDION has no exception.

Method NEW_ACCORDION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALLOW_DESELECT Call by reference Type reference (TYPE) WDY_BOOLEAN 20081128
2 Importing BIND_ALLOW_DESELECT Call by reference Type reference (TYPE) STRING 20081128
3 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20081128
4 Importing BIND_SELECTED_ITEM Call by reference Type reference (TYPE) STRING 20081128
5 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
6 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20081128
7 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20081128
8 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20081128
9 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20081128
10 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_ACCORDION 20081128
11 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20081128
12 Importing ID Call by reference Type reference (TYPE) STRING 20081128
13 Importing ON_DROP Call by reference Type reference (TYPE) STRING 20081128
14 Importing ON_SELECT Call by reference Type reference (TYPE) STRING 20081128
15 Importing SELECTED_ITEM Call by reference Type reference (TYPE) STRING 20081128
16 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
17 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20081128
18 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20081128
19 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20081128

Method NEW_ACCORDION on class CL_WD_ACCORDION has no exception.

Method NUMBER_OF_ITEMS Signature

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

Method NUMBER_OF_ITEMS on class CL_WD_ACCORDION has no exception.

Method REMOVE_ALL_ITEMS Signature

Method REMOVE_ALL_ITEMS on class CL_WD_ACCORDION has no parameter.
Method REMOVE_ALL_ITEMS on class CL_WD_ACCORDION has no exception.

Method REMOVE_ITEM 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 20081204
2 Importing INDEX Call by reference Type reference (TYPE) I 20081204
3 Returning THE_ITEM Value transfer Object reference (TYPE REF TO) CL_WD_ACCORDION_ITEM 20081204

Method REMOVE_ITEM on class CL_WD_ACCORDION has no exception.

Method SET_ALLOW_DESELECT 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 20081128

Method SET_ALLOW_DESELECT on class CL_WD_ACCORDION has no exception.

Method SET_DRAG_SOURCE_INFO Signature

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

Method SET_DRAG_SOURCE_INFO on class CL_WD_ACCORDION has no exception.

Method SET_DROP_TARGET_INFO Signature

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

Method SET_DROP_TARGET_INFO on class CL_WD_ACCORDION has no exception.

Method SET_ON_DROP 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 20081128

Method SET_ON_DROP on class CL_WD_ACCORDION has no exception.

Method SET_ON_SELECT 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 20081128

Method SET_ON_SELECT on class CL_WD_ACCORDION has no exception.

Method SET_SELECTED_ITEM 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 20081128

Method SET_SELECTED_ITEM on class CL_WD_ACCORDION has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 720