SAP ABAP Interface IF_O2_TAG_TREE (Subtree for Tag Browser)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-WAB (Application Component) Web Application Builder
⤷
SO2_HTML (Package) HTML Browser

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_O2_BSPTAGLIB_TREE | Construct tree for BSP tag libraries | 20010817 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_O2_HTML_TAG_TREE | Tree for HTML Tags | 20010120 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_W3_BHTML_TREE | Tree for HTMLBusiness Functions | 20010120 |
Properties
Interface | IF_O2_TAG_TREE | |
Short Description | Subtree for Tag Browser |
General Data
Package | SO2_HTML | HTML Browser |
Created | 20010120 | SAP |
Last changed | 00000000 | SAP |
Unicode checks active |
Forward declarations
Interface IF_O2_TAG_TREE has no forward declaration.
Interfaces
Interface IF_O2_TAG_TREE has no interface.
Friends
Interface IF_O2_TAG_TREE has no friend.
Attributes
Interface IF_O2_TAG_TREE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Read Subnodes for a Node | 20010120 |
2 | ![]() |
Instance method | Public | Method | Return Initial Tree | 20010120 |
3 | ![]() |
Instance method | Public | Method | Get Root Node of Subtree | 20010123 |
4 | ![]() |
Instance method | Public | Method | Fill Context Menu for Node | 20010120 |
5 | ![]() |
Instance method | Public | Method | Process Function from Context Menu | 20010120 |
6 | ![]() |
Instance method | Public | Method | Process Double-Click on Node | 20010120 |
7 | ![]() |
Instance method | Public | Method | Process Key Pressed on Node | 20011205 |
8 | ![]() |
Instance method | Public | Method | Process Drag Event for Node | 20010120 |
Events
Interface IF_O2_TAG_TREE has no event.
Types
Interface IF_O2_TAG_TREE has no local type.
Method Signatures
Method GET_CHILD_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_NODE_KEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20010120 | ||
2 | ![]() |
P_TREE_NODES | Value transfer | Type reference (TYPE) | TREEMSNOTA | Simple Tree Model: Knotentabelle | 20010120 |
Method GET_CHILD_NODES on Interface IF_O2_TAG_TREE has no exception.
Method GET_INITIAL_TREE_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_LANGUAGE_TYPE | Call by reference | Type reference (TYPE) | O2LANGTYP | HTML Sprachdialekt | 20010120 | ||
2 | ![]() |
P_TREE_NODES | Value transfer | Type reference (TYPE) | TREEMSNOTA | Simple Tree Model: Knotentabelle | 20010120 |
Method GET_INITIAL_TREE_NODES on Interface IF_O2_TAG_TREE has no exception.
Method GET_ROOT_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ROOT_NODE | Value transfer | Type reference (TYPE) | TREEMSNODT | Simple Tree Model: Eigenschaften eines Knotens | 20010123 |
Method GET_ROOT_NODE on Interface IF_O2_TAG_TREE has no exception.
Method HANDLE_NODE_CONTEXT_MENU_REQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CONTEXT_MENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | Context Menu | 20010120 | ||
2 | ![]() |
P_NODE_KEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20010120 |
Method HANDLE_NODE_CONTEXT_MENU_REQ on Interface IF_O2_TAG_TREE has no exception.
Method HANDLE_NODE_CONTEXT_MENU_SEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_FUNCTION | Call by reference | Type reference (TYPE) | SY-UCOMM | Ausgewählter Funktionscode | 20010120 | ||
2 | ![]() |
P_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WB_MANAGER | Interface für Workbench Manager | 20010120 | ||
3 | ![]() |
P_NODE_KEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20010120 |
Method HANDLE_NODE_CONTEXT_MENU_SEL on Interface IF_O2_TAG_TREE has no exception.
Method HANDLE_NODE_DOUBLE_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WB_MANAGER | Interface für Workbench Manager | 20010120 | ||
2 | ![]() |
P_NODE_KEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20010120 |
Method HANDLE_NODE_DOUBLE_CLICK on Interface IF_O2_TAG_TREE has no exception.
Method HANDLE_NODE_KEYPRESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_KEY | Call by reference | Type reference (TYPE) | I | Taste, die gedrückt wurde | 20011205 | ||
2 | ![]() |
P_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WB_MANAGER | Interface für Workbench Manager | 20011205 | ||
3 | ![]() |
P_NODE_KEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20011205 |
Method HANDLE_NODE_KEYPRESS on Interface IF_O2_TAG_TREE has no exception.
Method HANDLE_NODE_ON_DRAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_DRAG_DROP_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag & Drop DataObject | 20010120 | ||
2 | ![]() |
P_NODE_KEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20010120 |
Method HANDLE_NODE_ON_DRAG on Interface IF_O2_TAG_TREE has no exception.
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in | 610 |