SAP ABAP Class CL_ISH_GUI_TREE_EVENT (IS-H: GUI - Event Request for a Tree)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-H-PM (Application Component) Patient Management
⤷
N1BASE (Package) IS-H: Basic Functionality; TSA Development

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_GUI_CONTROL_EVENT | IS-H: GUI - Event Request for a Control | 20070716 |
Properties
Class | CL_ISH_GUI_TREE_EVENT | |
Short Description | IS-H: GUI - Event Request for a Tree | |
Super Class | CL_ISH_GUI_CONTROL_EVENT | IS-H: GUI - Event Request for a Control |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | N1BASE | IS-H: Basic Functionality; TSA Development |
Created | 20070716 | SAP |
Last change | 20071120 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ISH_GUI_TREE_EVENT has no forward declaration.
Interfaces
Class CL_ISH_GUI_TREE_EVENT has no interface implemented.
Friends
Class CL_ISH_GUI_TREE_EVENT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | UI_FUNC | 'BUTTON_CLICK' | Function Code | 20070716 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | UI_FUNC | 'HOTSPOT_CLICK' | Function Code | 20070716 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | UI_FUNC | 'ITEM_DOUBLE_CLICK' | Function Code | 20070716 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | UI_FUNC | 'NODE_DOUBLE_CLICK' | Function Code | 20070716 | |
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Node Model | 20070716 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ISH_FIELDNAME | Column Field Name | 20070716 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_NKEY | NodeKey | 20070716 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20070716 |
2 | ![]() |
Static method | Public | Method | Creates the Object | 20070716 |
3 | ![]() |
Instance method | Public | Method | Returns the Column Field Name | 20070716 |
4 | ![]() |
Instance method | Public | Method | Returns the Node Key | 20070716 |
5 | ![]() |
Instance method | Public | Method | Returns the Node Model | 20070716 |
6 | ![]() |
Instance method | Public | Method | Returns the Triggering Tree View | 20070716 |
Events
Class CL_ISH_GUI_TREE_EVENT has no event.
Types
Class CL_ISH_GUI_TREE_EVENT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_NODE_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Knotenmodel | 20070716 | ||
2 | ![]() |
IR_SENDER | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_TREE_VIEW | Auslösender Tree View | 20070716 | ||
3 | ![]() |
I_COL_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spaltenfeldname | 20070716 | ||
4 | ![]() |
I_FCODE | Call by reference | Type reference (TYPE) | UI_FUNC | Funktionscode | 20070716 | ||
5 | ![]() |
I_NKEY | Call by reference | Type reference (TYPE) | LVC_NKEY | NodeKey | 20070716 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070717 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_NODE_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Knotenmodel | 20070716 | ||
2 | ![]() |
IR_SENDER | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_TREE_VIEW | Auslösender Tree View | 20070716 | ||
3 | ![]() |
I_COL_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spaltenfeldname | 20070716 | ||
4 | ![]() |
I_FCODE | Call by reference | Type reference (TYPE) | UI_FUNC | Funktionscode | 20070716 | ||
5 | ![]() |
I_NKEY | Call by reference | Type reference (TYPE) | LVC_NKEY | NodeKey | 20070716 | ||
6 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ISH_GUI_TREE_EVENT | IS-H: GUI - Ereignisanfrage zu einem Tree | 20070716 |
Method CREATE on class CL_ISH_GUI_TREE_EVENT has no exception.
Method GET_COL_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_COL_FIELDNAME | Value transfer | Type reference (TYPE) | ISH_FIELDNAME | Spaltenfeldname | 20070717 |
Method GET_COL_FIELDNAME on class CL_ISH_GUI_TREE_EVENT has no exception.
Method GET_NKEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NKEY | Value transfer | Type reference (TYPE) | LVC_NKEY | NodeKey | 20070717 |
Method GET_NKEY on class CL_ISH_GUI_TREE_EVENT has no exception.
Method GET_NODE_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_NODE_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Knotenmodel | 20070717 |
Method GET_NODE_MODEL on class CL_ISH_GUI_TREE_EVENT has no exception.
Method GET_TREE_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_TREE_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_ISH_GUI_TREE_VIEW | IS-H: GUI - ALVTree View | 20070717 |
Method GET_TREE_VIEW on class CL_ISH_GUI_TREE_EVENT has no exception.
History
Last changed by/on | SAP | 20071120 |
SAP Release Created in |