SAP ABAP Class CL_MWB_SIMPLE_TREE_MODEL (tree class)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBO (Package) Migration Business Object
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_MWB_SCREEN_VIEW Basic screen class 20060714
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MWB_CONTROL_VIEW GUI control 20060714
Properties
Class CL_MWB_SIMPLE_TREE_MODEL  
Short Description tree class    
Super Class CL_MWB_SCREEN_VIEW Basic screen class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBO   Migration Business Object 
Created 20060714   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNTL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 TREEM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_MWB_CONTROL_VIEW GUI control 20060714
Friends
Class CL_MWB_SIMPLE_TREE_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGED_FLAG Instance attribute Protected Type reference (TYPE) C 20060714
2 DOCKING Instance attribute Public Type reference (TYPE) BOOLEAN '-' boolean variable (X=true, -=false, space=unknown) 20060714
3 EVENT Instance attribute Public Type reference (TYPE) CHAR40 Character field of length 40 20060714
4 EVENTID_NODE_DOUBLE_CLICK Constant Public Type reference (TYPE) I 3 20060714
5 EVENTID_NODE_KEYPRESS Instance attribute Public Type reference (TYPE) I 4 20060714
6 EVENTID_SELECTION_CHANGED Instance attribute Public Type reference (TYPE) I 5 20060714
7 MY_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20060714
8 MY_CONT_NAME Instance attribute Public Type reference (TYPE) STRING40 String with 40 characters in shmtable_s 20060714
9 MY_DOCKING Instance attribute Public Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20060714
10 MY_FCODE Instance attribute Public Type reference (TYPE) SY-UCOMM Screens, function code triggered by PAI 20060714
11 MY_MENU Instance attribute Public Object reference (TYPE REF TO) CL_CTMENU Context Menu 20060714
12 MY_NODE_KEY Instance attribute Public Type reference (TYPE) TM_NODEKEY Character field of length 40 20060714
13 MY_NODE_TABLE Instance attribute Public Type reference (TYPE) TREEMSNOTA Simple Tree Model: Node Table 20060714
14 TREE_CHANGED Instance attribute Protected Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20060714
15 TREE_CONTROL Instance attribute Public Object reference (TYPE REF TO) CL_SIMPLE_TREE_MODEL Simple Tree Control 20060714
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE Instance method Public Method add a node to the tree 20060714
2 ADD_NODES Instance method Public Method 20060714
3 BUILD_MENU Instance method Public Method 20060714
4 CONSTRUCTOR Instance method Public Constructor 20060714
5 CREATE_CONTAINER Instance method Public Method 20060714
6 CREATE_TREE_CONTROL Instance method Public Method 20060714
7 EXPAND_NODE Instance method Public Method 20060714
8 FIND Instance method Private Method 20060714
9 GET_TREE Instance method Private Method 20060714
10 HANDLE_DOUBLE_CLICK Instance method Public Event handling method 20060714
11 HANDLE_RIGHT_CLICK Instance method Public Event handling method 20060714
12 HANDLE_RIGHT_CLICK_SELECT Instance method Public Event handling method 20060714
13 NODE_GET_TEXT Instance method Private Method 20060714
14 NODE_SET_TEXT Instance method Private Method 20060714
15 SET_EVENT_HANDLERS Instance method Public Method event handling 20060714
16 SET_REGISTERED_EVENTS Instance method Public Method 20060714
17 UPDATE_NODES Instance method Private Method 20060714
Events
# Event Type Visibility Description Created on
1 NODE_CONTEXT_MENU_REQUEST Instance Event
(0)
Public
(2)
20060714
2 NODE_CONTEXT_MENU_SELECT Instance Event
(0)
Public
(2)
20060714
3 NODE_DOUBLE_CLICK Instance Event
(0)
Public
(2)
double click 20060714
Types
Class CL_MWB_SIMPLE_TREE_MODEL has no local type.
Method Signatures

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISABLED Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20060714
2 Importing DRAG_DROP_ID Value transfer Type reference (TYPE) I 20060714
3 Importing EXPANDED_IMAGE Value transfer Type reference (TYPE) TV_IMAGE Tree Control: Icon / Image 20060714
4 Importing EXPANDER Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20060714
5 Importing HIDDEN Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20060714
6 Importing IMAGE Value transfer Type reference (TYPE) TV_IMAGE Tree Control: Icon / Image 20060714
7 Importing ISFOLDER Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20060714
8 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20060714
9 Importing NO_BRANCH Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20060714
10 Importing RELATIONSHIP Value transfer Type reference (TYPE) I 20060714
11 Importing RELATIVE_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20060714
12 Importing STYLE Value transfer Type reference (TYPE) INT4 Natural number 20060714
13 Importing TEXT Value transfer Type reference (TYPE) TM_NODETXT Simple Tree Model: Text of a node 20060714
14 Importing USER_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT 20060714

Method ADD_NODE on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method ADD_NODES Signature

Method ADD_NODES on class CL_MWB_SIMPLE_TREE_MODEL has no parameter.
Method ADD_NODES on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method BUILD_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FCODE Call by reference Type reference (TYPE) SY-UCOMM Screens, function code triggered by PAI 20060714
2 Importing IM_TEXT Call by reference Type reference (TYPE) GUI_TEXT Menu Painter: Function or menu text (4.0) 20060714

Method BUILD_MENU on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONT_NAME Call by reference Type reference (TYPE) STRING 20060714
2 Importing IM_DOCKING Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20060714
3 Importing IM_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR ABAP program, number of current screen 20060714
4 Importing IM_PROG Call by reference Type reference (TYPE) SY-REPID 20060714

Method CONSTRUCTOR on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method CREATE_CONTAINER Signature

Method CREATE_CONTAINER on class CL_MWB_SIMPLE_TREE_MODEL has no parameter.
Method CREATE_CONTAINER on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method CREATE_TREE_CONTROL Signature

Method CREATE_TREE_CONTROL on class CL_MWB_SIMPLE_TREE_MODEL has no parameter.
Method CREATE_TREE_CONTROL on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method EXPAND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20060714

Method EXPAND_NODE on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method FIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RESULT_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20060714
2 Exporting RESULT_TYPE Value transfer Type reference (TYPE) I 20060714

Method FIND on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method GET_TREE Signature

Method GET_TREE on class CL_MWB_SIMPLE_TREE_MODEL has no parameter.
Method GET_TREE on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Type reference (TYPE) TM_NODEKEY Node key 20060714

Method HANDLE_DOUBLE_CLICK on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method HANDLE_RIGHT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MENU Call by reference Attribute reference (LIKE) 20060714
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20060714

Method HANDLE_RIGHT_CLICK on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method HANDLE_RIGHT_CLICK_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20060714
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20060714

Method HANDLE_RIGHT_CLICK_SELECT on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method NODE_GET_TEXT Signature

Method NODE_GET_TEXT on class CL_MWB_SIMPLE_TREE_MODEL has no parameter.
Method NODE_GET_TEXT on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method NODE_SET_TEXT Signature

Method NODE_SET_TEXT on class CL_MWB_SIMPLE_TREE_MODEL has no parameter.
Method NODE_SET_TEXT on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method SET_EVENT_HANDLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENTS Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS 20060714

Method SET_EVENT_HANDLERS on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method SET_REGISTERED_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENTS Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS 20060714

Method SET_REGISTERED_EVENTS on class CL_MWB_SIMPLE_TREE_MODEL has no exception.

Method UPDATE_NODES Signature

Method UPDATE_NODES on class CL_MWB_SIMPLE_TREE_MODEL has no parameter.
Method UPDATE_NODES on class CL_MWB_SIMPLE_TREE_MODEL has no exception.
Event Signatures

Event NODE_CONTEXT_MENU_REQUEST Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 MENU Exporting Value transfer Object reference (TYPE REF TO) CL_CTMENU Context Menu 20060714
2 NODE_KEY Exporting Value transfer Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20060714

Event NODE_CONTEXT_MENU_SELECT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FCODE Exporting Value transfer Type reference (TYPE) SY-UCOMM Screens, function code triggered by PAI 20060714
2 NODE_KEY Exporting Value transfer Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20060714

Event NODE_DOUBLE_CLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 NODE_KEY Exporting Value transfer Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20060714
History
Last changed by/on SAP  20141030 
SAP Release Created in 620