SAP ABAP Class CL_HTMLB_TREE (<htmlb:tree>)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BSP (Application Component) Business Server Pages
     SBSPEXT_HTMLB (Package) BSP Extensions: HTMLB
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CLG_HTMLB_TREE Base: 20010917
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HTMLB_DATA Input Data from HTMLB 20040810
Properties
Class CL_HTMLB_TREE  
Short Description <htmlb:tree>    
Super Class CLG_HTMLB_TREE Base: <htmlb:tree> 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBSPEXT_HTMLB   BSP Extensions: HTMLB 
Created 20010917   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_BSP_MIMES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_HTMLB_MANAGER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_HTMLB_DATA Input Data from HTMLB 20040810
Friends
# Friend Modeled only Created on Description
1 CL_HTMLB_TREENODE 20011011
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FINAL Instance attribute Protected Type reference (TYPE) C 20011012
2 FORM_NAME Instance attribute Private Type reference (TYPE) STRING 20030108
3 HIDDENFIELDS Instance attribute Protected Type reference (TYPE) STRING 20030512
4 ICON_CLOSE Instance attribute Private Type reference (TYPE) STRING 20030108
5 ICON_OPEN Instance attribute Private Type reference (TYPE) STRING 20030108
6 LEVEL Instance attribute Protected Type reference (TYPE) I Level in Tree 20011012
7 MIME Instance attribute Private Type reference (TYPE) STRING 20030108
8 MYTAB Instance attribute Private Type reference (TYPE) L_TVIEW Tree View 20030127
9 M_ROOTNODEISVISIBLE Instance attribute Protected Type reference (TYPE) C Boolean Value (Char) for Attribute ROOTNODEISVISIBLE 20011114
10 TAB Instance attribute Private Type reference (TYPE) L_TVIEW Tree View 20011017
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DUMMY_NODE Instance method Private Method 20020111
2 ADD_DUMMY_NODE_NN4 Instance method Private Method 20020115
3 ADD_DUMMY_NODE_NN6 Instance method Private Method 20020114
4 ADD_ITEM Instance method Protected Method 20011011
5 ADD_NODE Instance method Private Method 20010927
6 ADD_NODE_NN4 Instance method Private Method 20011019
7 ADD_NODE_NN6 Instance method Private Method 20011018
8 ADD_TREE_NODE Instance method Private Method 20020115
9 DECREMENT Instance method Protected Method 20011012
10 GET_TREE Instance method Private Method 20020111
11 GET_TREE_NN4 Instance method Private Method 20011019
12 GET_TREE_NN6 Instance method Private Method 20020111
13 INCREMENT Instance method Protected Method 20011012
14 SET_FINAL Instance method Protected Method 20011012
Events
Class CL_HTMLB_TREE has no event.
Types
Class CL_HTMLB_TREE has no local type.
Method Signatures

Method ADD_DUMMY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20030108
2 Importing LEVEL Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20020111

Method ADD_DUMMY_NODE on class CL_HTMLB_TREE has no exception.

Method ADD_DUMMY_NODE_NN4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20030108
2 Importing LEVEL Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20020115

Method ADD_DUMMY_NODE_NN4 on class CL_HTMLB_TREE has no exception.

Method ADD_DUMMY_NODE_NN6 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20030108
2 Importing LEVEL Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20020114

Method ADD_DUMMY_NODE_NN6 on class CL_HTMLB_TREE has no exception.

Method ADD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARENT Call by reference Type reference (TYPE) STRING 20011011
2 Importing TREENODE Call by reference Object reference (TYPE REF TO) CL_HTMLB_TREENODE GEN: CLG_HTMLB_TREENODE 20011011

Method ADD_ITEM on class CL_HTMLB_TREE has no exception.

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20030108
2 Importing LEVEL Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20010927
3 Importing NODE Call by reference Type reference (TYPE) L_TVIEWNODE TreeView Structure for Customer TagLib 20010927
4 Importing TVIEW Call by reference Type reference (TYPE) L_TVIEW TreeView 20010927

Method ADD_NODE on class CL_HTMLB_TREE has no exception.

Method ADD_NODE_NN4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20030108
2 Importing LEVEL Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20011019
3 Importing NODE Call by reference Type reference (TYPE) L_TVIEWNODE TreeView Structure for Customer TagLib 20011019
4 Importing TVIEW Call by reference Type reference (TYPE) L_TVIEW TreeView 20011019

Method ADD_NODE_NN4 on class CL_HTMLB_TREE has no exception.

Method ADD_NODE_NN6 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20030108
2 Importing LEVEL Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20011018
3 Importing NODE Call by reference Type reference (TYPE) L_TVIEWNODE TreeView Structure for Customer TagLib 20011018
4 Importing TVIEW Call by reference Type reference (TYPE) L_TVIEW TreeView 20011018

Method ADD_NODE_NN6 on class CL_HTMLB_TREE has no exception.

Method ADD_TREE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODEID Call by reference Type reference (TYPE) STRING GUID im 'CHAR' Format mit Groß-/Kleinschreibung (!) 20020115
2 Importing TOGGLE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20020117
3 Changing TREE Call by reference Type reference (TYPE) L_TVIEW TreeView 20020115
4 Exporting TREEVIEW Value transfer Type reference (TYPE) L_TVIEW TreeView 20020115

Method ADD_TREE_NODE on class CL_HTMLB_TREE has no exception.

Method DECREMENT Signature

Method DECREMENT on class CL_HTMLB_TREE has no parameter.
Method DECREMENT on class CL_HTMLB_TREE has no exception.

Method GET_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20030107
2 Importing TREEVIEW Call by reference Type reference (TYPE) L_TVIEW TreeView 20020111

Method GET_TREE on class CL_HTMLB_TREE has no exception.

Method GET_TREE_NN4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20030108
2 Importing TREEVIEW Call by reference Type reference (TYPE) L_TVIEW TreeView 20011019

Method GET_TREE_NN4 on class CL_HTMLB_TREE has no exception.

Method GET_TREE_NN6 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20030108
2 Importing TREEVIEW Call by reference Type reference (TYPE) L_TVIEW TreeView 20020111

Method GET_TREE_NN6 on class CL_HTMLB_TREE has no exception.

Method INCREMENT Signature

Method INCREMENT on class CL_HTMLB_TREE has no parameter.
Method INCREMENT on class CL_HTMLB_TREE has no exception.

Method SET_FINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) C 20011012

Method SET_FINAL on class CL_HTMLB_TREE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 620