SAP ABAP Class CL_ISH_GUI_SPLITTER_VIEW (IS-H: GUI - Splitter Container View)
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_CONTAINER_VIEW | IS-H: GUI - Container View | 20070716 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_GUI_SPLITTER_VIEW | IS-H: GUI - Splitter Container View | 20070716 |
Properties
| Class | CL_ISH_GUI_SPLITTER_VIEW | |
| Short Description | IS-H: GUI - Splitter Container View | |
| Super Class | CL_ISH_GUI_CONTAINER_VIEW | IS-H: GUI - Container View |
| Instantiability of a Class | 2 | Public |
| 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_SPLITTER_VIEW has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISH_GUI_SPLITTER_VIEW | IS-H: GUI - Splitter Container View | 20070716 |
Friends
Class CL_ISH_GUI_SPLITTER_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | GTYT_CHILD_VIEW_CONTAINER | Container for Lower-Level Views | 20070716 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20070716 | ||
| 2 | Instance method | Public | Method | 20070716 | ||
| 3 | Instance method | Public | Method | 20070716 | ||
| 4 | Instance method | Public | Method | 20070716 | ||
| 5 | Instance method | Protected | Method | Creates the Splitter Container | 20070716 | |
| 6 | Instance method | Protected | Method | Initializes gt_child_view_container | 20070716 | |
| 7 | Instance method | Protected | Method | Initializes the Object | 20070716 |
Events
Class CL_ISH_GUI_SPLITTER_VIEW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYT_CHILD_VIEW_CONTAINER | Protected | See coding | Container for Lower-Level Views | 20070716 | gtyt_child_view_container TYPE HASHED TABLE OF gty_child_view_container WITH UNIQUE KEY element_name
|
|
| 2 | GTY_CHILD_VIEW_CONTAINER | Protected | See coding | Container for Lower-Level View | 20070716 | BEGIN OF gty_child_view_container,
element_name TYPE n1gui_element_name,
r_container TYPE REF TO cl_gui_container,
END OF gty_child_view_container
|
Method Signatures
Method GET_SASH_POSITION Signature
Method GET_SASH_POSITION on class CL_ISH_GUI_SPLITTER_VIEW has no parameter.
Method GET_SASH_POSITION on class CL_ISH_GUI_SPLITTER_VIEW has no exception.
Method GET_SPLITTER_CONTAINER Signature
Method GET_SPLITTER_CONTAINER on class CL_ISH_GUI_SPLITTER_VIEW has no parameter.
Method GET_SPLITTER_CONTAINER on class CL_ISH_GUI_SPLITTER_VIEW has no exception.
Method GET_SPLITTER_LAYOUT Signature
Method GET_SPLITTER_LAYOUT on class CL_ISH_GUI_SPLITTER_VIEW has no parameter.
Method GET_SPLITTER_LAYOUT on class CL_ISH_GUI_SPLITTER_VIEW has no exception.
Method SET_SASH_POSITION Signature
Method SET_SASH_POSITION on class CL_ISH_GUI_SPLITTER_VIEW has no parameter.
Method SET_SASH_POSITION on class CL_ISH_GUI_SPLITTER_VIEW has no exception.
Method _CREATE_SPLITTER_CONTAINERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LAYOUT | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_SPLITTER_LAYOUT | IS-H: GUI - Layout eines Splitter Views | 20070716 | |||
| 2 | IR_PARENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Übergeordneter Container | 20070716 | |||
| 3 | RR_SPLITTER_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Erzeugter Splitter Container | 20070716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H: Oberklasse für statische Exceptions | 20070716 |
Method _INIT_CHILD_VIEW_CONTAINERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LAYOUT | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_SPLITTER_LAYOUT | IS-H: GUI - Layout eines Splitter Views | 20070716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H: Oberklasse für statische Exceptions | 20070716 |
Method _INIT_SPLITTER_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_CONTROLLER | IS-H: GUI - Controller | 20070716 | |||
| 2 | IR_LAYOUT | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_SPLITTER_LAYOUT | IS-H: GUI - Layout eines Splitter Views | 20070716 | |||
| 3 | IR_PARENT_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_CONTAINER_VIEW | IS-H: GUI - Container View | 20070716 | |||
| 4 | I_VCODE | Call by reference | Type reference (TYPE) | TNDYM-VCODE | CO_VCODE_DISPLAY | IS-H: Verarbeitungsmodus | 20070716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H: Oberklasse für statische Exceptions | 20070716 |
History
| Last changed by/on | SAP | 20071120 |
| SAP Release Created in |