SAP ABAP Class CL_BSP_WD_TREE_NODE_FACTORY (Factory for Tree Node Proxy Objects)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI-RT (Application Component) UI Runtime Environment
⤷
CRM_BSP_WD (Package) WebClient UI Framework Runtime
⤷
⤷
Properties
| Class | CL_BSP_WD_TREE_NODE_FACTORY | |
| Short Description | Factory for Tree Node Proxy Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_WD | WebClient UI Framework Runtime |
| Created | 20030515 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BSP_WD_TREE_NODE_FACTORY has no forward declaration.
Interfaces
Class CL_BSP_WD_TREE_NODE_FACTORY has no interface implemented.
Friends
Class CL_BSP_WD_TREE_NODE_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | LTYPE_ENTITY_IDX_TAB | 20040802 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | LTYPE_PROXY_TYPE_TAB | 20080710 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | GTYPE_PROXY_P_GETTER_TAB | 20080710 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | LTYPE_TREE_NODE_TAB | 20030515 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20050428 | ||
| 2 | Instance method | Private | Method | Returns a Tree Node Proxy | 20030515 | |
| 3 | Instance method | Public | Method | Sets Indicator SELECTED for All Nodes | 20041110 | |
| 4 | Instance method | Public | Method | Prepares the Factory for Deletion | 20080317 | |
| 5 | Instance method | Public | Method | Returns a Copy of the Factory and all Proxies | 20050428 | |
| 6 | Instance method | Public | Method | Returns a Tree Node Proxy | 20030515 | |
| 7 | Instance method | Private | Event handling method | 20030731 | ||
| 8 | Instance method | Public | Method | Sets Indicator SELECTED for All Nodes | 20041110 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | TREE_NODE_DELETED | Instance Event (0) |
Public (2) |
Event: Tree Node Deleted | 20030731 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_PROXY_P_GETTER_ENTRY | Public | See coding | 20080710 | begin of GTYPE_PROXY_P_GETTER_ENTRY,
PROXY_CLASS type SEOCLSNAME,
NAME type SEOCMPNAME,
SIGNATURE_TYPE type I,
end of GTYPE_PROXY_P_GETTER_ENTRY
|
||
| 2 | GTYPE_PROXY_P_GETTER_TAB | Public | See coding | 20080710 | GTYPE_PROXY_P_GETTER_TAB type hashed table of GTYPE_PROXY_P_GETTER_ENTRY
with unique key PROXY_CLASS NAME initial size 0
|
Method Signatures
Method COPY_NODE_RECURSIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SOURCE | Call by reference | Type reference (TYPE) | LTYPE_TREE_NODE_ENTRY | 20050428 | ||||
| 2 | IT_TREE_NODES | Call by reference | Type reference (TYPE) | LTYPE_TN_COPY_TAB | 20050428 | ||||
| 3 | IV_PARENT_PROXY | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_TREE_NODE | Zugriffsinterface für Tree Knoten Objekte | 20050729 | |||
| 4 | IV_TARGET_FACTORY | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_TREE_NODE_FACTORY | Factory für Treeknoten Proxy Objekte | 20050428 |
Method COPY_NODE_RECURSIVE on class CL_BSP_WD_TREE_NODE_FACTORY has no exception.
Method CREATE_PROXY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_PROPERTY_ACCESS | Zugriffsinterface für BO Attribute | 20030515 | |||
| 2 | IV_PARENT_PROXY | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_TREE_NODE | Referenz des übergeordneten Proxies | 20040426 | |||
| 3 | IV_PROXY_TYPE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20030515 | |||
| 4 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_TREE_NODE | 20030515 |
Method CREATE_PROXY on class CL_BSP_WD_TREE_NODE_FACTORY has no exception.
Method DESELECT_ALL Signature
Method DESELECT_ALL on class CL_BSP_WD_TREE_NODE_FACTORY has no parameter.
Method DESELECT_ALL on class CL_BSP_WD_TREE_NODE_FACTORY has no exception.
Method DESTROY Signature
Method DESTROY on class CL_BSP_WD_TREE_NODE_FACTORY has no parameter.
Method DESTROY on class CL_BSP_WD_TREE_NODE_FACTORY has no exception.
Method GET_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_TREE_NODE_FACTORY | Factory für Treeknoten Proxy Objekte | 20050428 |
Method GET_COPY on class CL_BSP_WD_TREE_NODE_FACTORY has no exception.
Method GET_PROXY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_PROPERTY_ACCESS | Zugriffsinterface für BO Attribute | 20030515 | |||
| 2 | IV_PARENT_PROXY | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_TREE_NODE | Referenz des übergeordneten Proxies | 20040426 | |||
| 3 | IV_PROXY_TYPE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20030515 | |||
| 4 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_TREE_NODE | 20030515 |
Method GET_PROXY on class CL_BSP_WD_TREE_NODE_FACTORY has no exception.
Method ON_ENTITY_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20030801 |
Method ON_ENTITY_DELETED on class CL_BSP_WD_TREE_NODE_FACTORY has no exception.
Method SELECT_ALL Signature
Method SELECT_ALL on class CL_BSP_WD_TREE_NODE_FACTORY has no parameter.
Method SELECT_ALL on class CL_BSP_WD_TREE_NODE_FACTORY has no exception.
Event Signatures
Event TREE_NODE_DELETED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TREE_NODE | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_TREE_NODE | 20030731 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 400 |