SAP ABAP Class CL_BSP_WD_GUI_LIST_TREE (Generic GUI Tree Browser)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-WKB (Application Component) Development Workbench
     CRM_BSP_WD_TOOLS (Package) Development Tools for WEBCUIF Applications
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_APPL_TREE Application Visualisation for BSP WD Appl. on RTTI Basis 20080509
2 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_RT_REP_EDITOR Runtime Repository Editor 20070718
3 Inheritance (c INHERITING FROM c_ref)  CL_CRM_GENIL_MODEL_TREE2 Model GUI Item Tree Browser 20080513
Properties
Class CL_BSP_WD_GUI_LIST_TREE  
Short Description Generic GUI Tree Browser    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_WD_TOOLS   Development Tools for WEBCUIF Applications 
Created 20070717   SAP 
Last change 20130531   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_BSP_WD_GUI_LIST_TREE has no interface implemented.
Friends
Class CL_BSP_WD_GUI_LIST_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BEHAVIOUR_REGISTER Instance attribute Public Type reference (TYPE) GTYPE_BEHAVIOUR_TAB 20070829
2 CO_AUTO_EXPAND Constant Public Type reference (TYPE) I -1 20070730
3 DATA_STRUCTURE_NAME Instance attribute Protected Type reference (TYPE) NAME_KOMP Component Name 20070717
4 NODES_2_EXPAND Instance attribute Private Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20100625
5 NODE_MAPPER Instance attribute Private Object reference (TYPE REF TO) LCL_NODE_MAPPER 20070717
6 NODE_REGISTRY Instance attribute Public Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE_CACHE GUI Tree Node Factory 20070726
7 TREE_CONTROL Instance attribute Private Object reference (TYPE REF TO) CL_GUI_LIST_TREE List Tree Control 20070717
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_NODE_STYLE Instance method Public Method 20070827
2 CHECK_IS_OWN_NODE Instance method Public Method 20070726
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070717
4 DESTROY Instance method Public Method Delete Control 20070717
5 EXPAND_ALL_NODES Instance method Public Method Expand All Nodes 20100625
6 EXPAND_NODE Instance method Public Method Expand Node 20070717
7 GET_ALL_CHILD_NODES Instance method Public Method 20100625
8 GET_CHILDREN_KEYS Instance method Public Method 20100625
9 GET_ITEM_ENTRY Instance method Protected Method 20070717
10 GET_PARENT_NODE Instance method Public Method 20070717
11 GET_ROOT_NODES Instance method Protected Method Provides the Root Nodes for the Trees 20070726
12 GET_SELECTED_NODE Instance method Public Method Returns the Key of the Selected Node 20100505
13 ON_DRAG Instance method Protected Event handling method 20070717
14 ON_DROP Instance method Protected Event handling method 20070726
15 ON_DROP_COMPLETE Instance method Protected Event handling method 20070829
16 ON_DROP_GET_FLAVOR Instance method Protected Event handling method 20070829
17 ON_EXPAND_NO_CHILDREN Instance method Private Event handling method 20070717
18 ON_NODE_CHANGED Instance method Private Event handling method 20070717
19 ON_NODE_CONTEXT_MENU_REQUEST Instance method Private Event handling method 20070717
20 ON_NODE_CONTEXT_MENU_SELECT Instance method Private Event handling method 20070717
21 ON_NODE_DOUBLE_CLICK Instance method Private Event handling method 20070717
22 REFRESH Instance method Public Method Update Tree 20070717
23 SEARCH Instance method Public Method 20080131
24 SEARCH_AGAIN Instance method Protected Method 20080131
25 SET_DATA_STRUCTURE_NAME Instance method Protected Method 20070717
26 SET_ROOT_NODES Instance method Protected Method Set Tree Root Nodes 20070717
27 SET_SELECTED_NODE Instance method Public Method 20090415
28 SET_VISIBLE Instance method Public Method Sets Visibility for Controls 20070717
29 UPDATE_EXPANDED_NODES Instance method Public Method Update Expand State of All Nodes 20100625
Events
Class CL_BSP_WD_GUI_LIST_TREE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTYPE_BEHAVIOUR_ENTRY Public See coding 20070829 begin of GTYPE_BEHAVIOUR_ENTRY, BEHAVIOUR_TYPE(40) type C, BEHAVIOUR type ref to CL_DRAGDROP, DRAG_DROP_HANDLE type I, end of GTYPE_BEHAVIOUR_ENTRY
2 GTYPE_BEHAVIOUR_TAB Public See coding 20070829 GTYPE_BEHAVIOUR_TAB type sorted table of GTYPE_BEHAVIOUR_ENTRY with unique key BEHAVIOUR_TYPE
3 GTYPE_TREE_NODE_TAB Public See coding 20070717 GTYPE_TREE_NODE_TAB type standard table of ref to IF_BSP_WD_GUI_TREE_NODE with non-unique default key
Method Signatures

Method CHANGE_NODE_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME '1' Tree Control: Name einer Spalte / eines Items 20100614
2 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE 20070827
3 Importing IV_STYLE Call by reference Type reference (TYPE) I 20070827

Method CHANGE_NODE_STYLE on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method CHECK_IS_OWN_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE 20070726
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20070726

Method CHECK_IS_OWN_NODE on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TITLE Call by reference Type reference (TYPE) TV_HEADING Tree Control: Text in Length 132 20070910
2 Importing IV_UI_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20070717
3 Importing IV_WITH_DRAGDROP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kennzeichen: Drag'n Drop aktivieren 20070717

Method CONSTRUCTOR on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method DESTROY Signature

Method DESTROY on class CL_BSP_WD_GUI_LIST_TREE has no parameter.
Method DESTROY on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method EXPAND_ALL_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LEVELS Call by reference Type reference (TYPE) I 1 Aufrißstufen 20100625

Method EXPAND_ALL_NODES on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method EXPAND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LEVELS Call by reference Type reference (TYPE) I 1 Aufrißstufen 20070717
2 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE Tree Knoten Interface 20070717
3 Importing IV_UPDATE_CONTROL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100625

Method EXPAND_NODE on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method GET_ALL_CHILD_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE 20100625
2 Returning RT_RESULT Value transfer Type reference (TYPE) GTYPE_TREE_NODE_TAB 20100625

Method GET_ALL_CHILD_NODES on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method GET_CHILDREN_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE 20100625
2 Returning RT_RESULT Value transfer Type reference (TYPE) TREEV_NKS Tree Control: Tabelle von Knotenschlüsseln 20100625

Method GET_CHILDREN_KEYS on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method GET_ITEM_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ITEM_NUMBER Call by reference Type reference (TYPE) I 20070717
2 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE 20070717
3 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) DATA 20070717

Method GET_ITEM_ENTRY on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method GET_PARENT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE 20070717
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE 20070717

Method GET_PARENT_NODE on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method GET_ROOT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ROOT_NODES Value transfer Type reference (TYPE) GTYPE_TREE_NODE_TAB Tabelle generischer Tree-Knoten 20070726

Method GET_ROOT_NODES on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method GET_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE Key of Selected Node 20100505

Method GET_SELECTED_NODE on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method ON_DRAG Signature

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

Method ON_DRAG on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method ON_DROP Signature

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

Method ON_DROP on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method ON_DROP_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Value transfer Attribute reference (LIKE) 20070829
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20070829
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20070829

Method ON_DROP_COMPLETE on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method ON_DROP_GET_FLAVOR Signature

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

Method ON_DROP_GET_FLAVOR on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method ON_EXPAND_NO_CHILDREN Signature

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

Method ON_EXPAND_NO_CHILDREN on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method ON_NODE_CHANGED Signature

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

Method ON_NODE_CHANGED on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method ON_NODE_CONTEXT_MENU_REQUEST Signature

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

Method ON_NODE_CONTEXT_MENU_REQUEST on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method ON_NODE_CONTEXT_MENU_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) 20070717
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20070717

Method ON_NODE_CONTEXT_MENU_SELECT on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method ON_NODE_DOUBLE_CLICK Signature

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

Method ON_NODE_DOUBLE_CLICK on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method REFRESH Signature

Method REFRESH on class CL_BSP_WD_GUI_LIST_TREE has no parameter.
Method REFRESH on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATTERN Call by reference Type reference (TYPE) STRING 20080201

Method SEARCH on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method SEARCH_AGAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATTERN Call by reference Type reference (TYPE) STRING 20080201

Method SEARCH_AGAIN on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method SET_DATA_STRUCTURE_NAME Signature

Method SET_DATA_STRUCTURE_NAME on class CL_BSP_WD_GUI_LIST_TREE has no parameter.
Method SET_DATA_STRUCTURE_NAME on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method SET_ROOT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROOT_NODES Call by reference Type reference (TYPE) GTYPE_TREE_NODE_TAB Tabelle generischer Tree-Knoten 20070717

Method SET_ROOT_NODES on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method SET_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_GUI_TREE_NODE Tree Knoten Interface 20090415

Method SET_SELECTED_NODE on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method SET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20070717

Method SET_VISIBLE on class CL_BSP_WD_GUI_LIST_TREE has no exception.

Method UPDATE_EXPANDED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXPANDED_NODEKEY Value transfer Type reference (TYPE) TREEV_NKS Tree Control: Tabelle von Knotenschlüsseln 20100625
2 Importing NO_HIDDEN_NODES Call by reference Type reference (TYPE) AS4FLAG 'X'=node is expanded if all of its predecessors are expand 20100625

Method UPDATE_EXPANDED_NODES on class CL_BSP_WD_GUI_LIST_TREE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700