SAP ABAP Class CL_WD_TREE_NODE_TYPE (CL_WD_TREE_NODE_TYPE)
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_ABSTRACT_TREE_NODE_TYPE 20040628
Properties
Class CL_WD_TREE_NODE_TYPE  
Short Description    
Super Class CL_WD_ABSTRACT_TREE_NODE_TYPE  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20040628   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_TREE_NODE_TYPE 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_EXPANDED Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20040628
2 BP_HAS_CHILDREN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20040628
3 CID_TREE_NODE_TYPE Constant Public Type reference (TYPE) GUID '1EB468426C506824E10000000A1550C0' 20050316
4 MP_ON_LOAD_CHILDREN Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040628
5 VL_EXPANDED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20040628
6 VL_HAS_CHILDREN Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20040628
7 VL_ON_LOAD_CHILDREN Instance attribute Protected Type reference (TYPE) STRING 20040628
Methods
# Method Level Visibility Method type Description Created on
1 BIND_EXPANDED Instance method Public Method 20040628
2 BIND_HAS_CHILDREN Instance method Public Method 20040628
3 BOUND_EXPANDED Instance method Public Method 20040628
4 BOUND_HAS_CHILDREN Instance method Public Method 20040628
5 CONSTRUCTOR Instance method Public Constructor 20040628
6 GET_EXPANDED Instance method Public Method 20040628
7 GET_HAS_CHILDREN Instance method Public Method 20040628
8 GET_ON_LOAD_CHILDREN Instance method Public Method 20040628
9 MAPPED_ON_LOAD_CHILDREN Instance method Public Method 20040628
10 MAP_ON_LOAD_CHILDREN Instance method Public Method 20040628
11 NEW_TREE_NODE_TYPE Static method Public Method 20040628
12 SET_EXPANDED Instance method Public Method 20040628
13 SET_HAS_CHILDREN Instance method Public Method 20040628
14 SET_ON_LOAD_CHILDREN Instance method Public Method 20040628
Events
Class CL_WD_TREE_NODE_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TREE_NODE_TYPE Public See coding 20050316 tt_TREE_NODE_TYPE TYPE TABLE OF REF TO CL_WD_TREE_NODE_TYPE WITH DEFAULT KEY
Method Signatures

Method BIND_EXPANDED 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 20040628

Method BIND_EXPANDED on class CL_WD_TREE_NODE_TYPE has no exception.

Method BIND_HAS_CHILDREN 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 20040628

Method BIND_HAS_CHILDREN on class CL_WD_TREE_NODE_TYPE has no exception.

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

Method BOUND_EXPANDED on class CL_WD_TREE_NODE_TYPE has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_TREE_NODE_TYPE has no exception.

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

Method GET_EXPANDED on class CL_WD_TREE_NODE_TYPE has no exception.

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

Method GET_HAS_CHILDREN on class CL_WD_TREE_NODE_TYPE has no exception.

Method GET_ON_LOAD_CHILDREN Signature

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

Method GET_ON_LOAD_CHILDREN on class CL_WD_TREE_NODE_TYPE has no exception.

Method MAPPED_ON_LOAD_CHILDREN 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 20040628

Method MAPPED_ON_LOAD_CHILDREN on class CL_WD_TREE_NODE_TYPE has no exception.

Method MAP_ON_LOAD_CHILDREN 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 20040628

Method MAP_ON_LOAD_CHILDREN on class CL_WD_TREE_NODE_TYPE has no exception.

Method NEW_TREE_NODE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_DATA_SOURCE Call by reference Type reference (TYPE) STRING 20040628
2 Importing BIND_DESIGN Call by reference Type reference (TYPE) STRING 20040628
3 Importing BIND_EXPANDED Call by reference Type reference (TYPE) STRING 20040628
4 Importing BIND_HAS_CHILDREN Call by reference Type reference (TYPE) STRING 20040628
5 Importing BIND_ICON_SOURCE Call by reference Type reference (TYPE) STRING 20040628
6 Importing BIND_IGNORE_ACTION Call by reference Type reference (TYPE) STRING 20040628
7 Importing BIND_TEXT Call by reference Type reference (TYPE) STRING 20040628
8 Importing BIND_TEXT_DIRECTION Call by reference Type reference (TYPE) STRING 20040628
9 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20040628
10 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20070111
11 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20070111
12 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_TREE_NODE_TYPE 20040628
13 Importing DESIGN Call by reference Type reference (TYPE) WDUI_TREE_NODE_DESIGN E_DESIGN-STANDARD 20040628
14 Importing EXPANDED Call by reference Type reference (TYPE) WDY_BOOLEAN 20040628
15 Importing HAS_CHILDREN Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040628
16 Importing ICON_SOURCE Call by reference Type reference (TYPE) STRING 20040628
17 Importing ID Call by reference Type reference (TYPE) STRING 20040628
18 Importing IGNORE_ACTION Call by reference Type reference (TYPE) WDY_BOOLEAN 20040628
19 Importing ON_ACTION Call by reference Type reference (TYPE) STRING 20040628
20 Importing ON_DROP Call by reference Type reference (TYPE) STRING 20080212
21 Importing ON_LOAD_CHILDREN Call by reference Type reference (TYPE) STRING 20040628
22 Importing TEXT Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040628
23 Importing TEXT_DIRECTION Call by reference Type reference (TYPE) WDUI_TEXT_DIRECTION E_TEXT_DIRECTION-INHERIT 20040628
24 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040628
25 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040628

Method NEW_TREE_NODE_TYPE on class CL_WD_TREE_NODE_TYPE has no exception.

Method SET_EXPANDED 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 20040628

Method SET_EXPANDED on class CL_WD_TREE_NODE_TYPE has no exception.

Method SET_HAS_CHILDREN 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 20040628

Method SET_HAS_CHILDREN on class CL_WD_TREE_NODE_TYPE has no exception.

Method SET_ON_LOAD_CHILDREN 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 20040628

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