SAP ABAP Class CL_ISH_GUI_GRID_EVENT (IS-H: GUI - Event Request for a Grid)
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 | 20070712 |
Properties
Class | CL_ISH_GUI_GRID_EVENT | |
Short Description | IS-H: GUI - Event Request for a Grid | |
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 | 20070712 | SAP |
Last change | 20081217 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ISH_GUI_GRID_EVENT has no interface implemented.
Friends
Class CL_ISH_GUI_GRID_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 | 20070712 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | UI_FUNC | 'DOUBLE_CLICK' | Function Code | 20070712 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | UI_FUNC | 'HOTSPOT_CLICK' | Function Code | 20070712 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | UI_FUNC | 'ONDRAG' | Function Code | 20080922 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | UI_FUNC | 'ONDROP' | Function Code | 20080922 | |
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag and Drop Data Object | 20080922 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Row Model | 20070712 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ISH_FIELDNAME | Column Field Name | 20070712 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_INDEX | Row Number | 20070712 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20070712 |
2 | ![]() |
Static method | Public | Method | Creates the Object | 20070712 |
3 | ![]() |
Instance method | Public | Method | Returns the Column Field Name | 20070712 |
4 | ![]() |
Instance method | Public | Method | Returns Drag and Drop Object | 20080922 |
5 | ![]() |
Instance method | Public | Method | Returns the Triggering Grid View | 20070712 |
6 | ![]() |
Instance method | Public | Method | Returns the Row Number | 20070712 |
7 | ![]() |
Instance method | Public | Method | Returns the Row Model | 20070712 |
Events
Class CL_ISH_GUI_GRID_EVENT has no event.
Types
Class CL_ISH_GUI_GRID_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_DRAGDROPOBJECT | Call by reference | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag & Drop DataObject | 20080922 | ||
2 | ![]() |
IR_ROW_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Zeilenmodel | 20070712 | ||
3 | ![]() |
IR_SENDER | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_GRID_VIEW | Auslösender Grid View | 20070712 | ||
4 | ![]() |
I_COL_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spaltenfeldname | 20070712 | ||
5 | ![]() |
I_FCODE | Call by reference | Type reference (TYPE) | UI_FUNC | Funktionscode | 20070712 | ||
6 | ![]() |
I_ROW_IDX | Call by reference | Type reference (TYPE) | LVC_INDEX | Zeilennummer | 20070712 | ||
7 | ![]() |
I_STARTUP_ACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | abap_true: Beginn einer Aktion | 20080922 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070712 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DRAGDROPOBJECT | Call by reference | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag & Drop DataObject | 20080922 | ||
2 | ![]() |
IR_ROW_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Zeilenmodel | 20070712 | ||
3 | ![]() |
IR_SENDER | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_GRID_VIEW | Auslösender Grid View | 20070712 | ||
4 | ![]() |
I_COL_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | Spaltenfeldname | 20070712 | ||
5 | ![]() |
I_FCODE | Call by reference | Type reference (TYPE) | UI_FUNC | Funktionscode | 20070712 | ||
6 | ![]() |
I_ROW_IDX | Call by reference | Type reference (TYPE) | LVC_INDEX | Zeilennummer | 20070712 | ||
7 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ISH_GUI_GRID_EVENT | IS-H: GUI - Ereignisanfrage zu einem Grid | 20070712 |
Method CREATE on class CL_ISH_GUI_GRID_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 | 20070712 |
Method GET_COL_FIELDNAME on class CL_ISH_GUI_GRID_EVENT has no exception.
Method GET_DRAGDROPOBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_DRAGDROPOBJECT | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag & Drop DataObject | 20080922 |
Method GET_DRAGDROPOBJECT on class CL_ISH_GUI_GRID_EVENT has no exception.
Method GET_GRID_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_GRID_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_ISH_GUI_GRID_VIEW | IS-H: GUI - ALVGrid View | 20070712 |
Method GET_GRID_VIEW on class CL_ISH_GUI_GRID_EVENT has no exception.
Method GET_ROW_IDX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ROW_IDX | Value transfer | Type reference (TYPE) | LVC_INDEX | Zeilennummer | 20070712 |
Method GET_ROW_IDX on class CL_ISH_GUI_GRID_EVENT has no exception.
Method GET_ROW_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_ROW_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Zeilenmodel | 20070712 |
Method GET_ROW_MODEL on class CL_ISH_GUI_GRID_EVENT has no exception.
History
Last changed by/on | SAP | 20081217 |
SAP Release Created in |