SAP ABAP Class CL_ISH_GUI_SPLITTER_LAYOUT (IS-H: GUI - Layout of a Splitter 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_CONTROL_LAYOUT | IS-H: GUI - Layout of a Control View | 20070710 |
Properties
| Class | CL_ISH_GUI_SPLITTER_LAYOUT | |
| Short Description | IS-H: GUI - Layout of a Splitter View | |
| Super Class | CL_ISH_GUI_CONTROL_LAYOUT | IS-H: GUI - Layout of a Control 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 | 20070710 | SAP |
| Last change | 20071120 | 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_SPLITTER_LAYOUT has no interface implemented.
Friends
Class CL_ISH_GUI_SPLITTER_LAYOUT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | N1GUI_ELEMENT_NAME | 'BOTTOM_RIGHT' | Default Element Name of the Lower/Right Cell | 20070710 | ||
| 2 | Constant | Public | Type reference (TYPE) | N1GUI_ELEMENT_NAME | 'TOP_LEFT' | Default Element Name of the Upper/Left Cell | 20070710 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'ABSOLUTE' | Mode: Absolute | 20070710 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'RELATIVE' | Mode: Relative | 20070710 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'HORIZONTAL' | Orientation: Horizontal | 20070710 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'VERTICAL' | Orientation: Vertical | 20070710 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'BOTH' | Visibility: Both Cells | 20070710 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'BOTTOM_RIGHT' | Visibility: Lower/Right Cell Only | 20070710 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'TOP_LEFT' | Visibility: Upper/Left Cell Only | 20070710 | ||
| 10 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_GUI_CONTROL_LAYOUT | Layout of the Lower/Right Cell | 20070710 | |||
| 11 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_GUI_CONTROL_LAYOUT | Layout of the Upper/Left Cell | 20070710 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | STRING | CO_MODE_RELATIVE | Mode (See co_mode_*) | 20070710 | ||
| 13 | Instance attribute | Protected | Type reference (TYPE) | STRING | CO_ORIENTATION_HORIZONTAL | Orientation (See co_orientation_*) | 20070710 | ||
| 14 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | abap_true: Separator Visible | 20070710 | ||
| 15 | Instance attribute | Protected | Type reference (TYPE) | I | 50 | Position of the Separator | 20070710 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20070710 | |
| 2 | Instance method | Public | Method | Returns the Layout of the Lower/Right Cell | 20070710 | |
| 3 | Instance method | Public | Method | Returns the Embedded Layout for a Name | 20070710 | |
| 4 | Instance method | Public | Method | Returns the Mode | 20070710 | |
| 5 | Instance method | Public | Method | Returns the Orientation | 20070710 | |
| 6 | Instance method | Public | Method | Returns the Movability of the Separator | 20070710 | |
| 7 | Instance method | Public | Method | Returns the Position of the Separator | 20070710 | |
| 8 | Instance method | Public | Method | Returns the Layout of the Upper/Left Cell | 20070710 | |
| 9 | Instance method | Public | Method | Sets the Layout of the Lower/Right Cell | 20070710 | |
| 10 | Instance method | Public | Method | Sets the Mode | 20070710 | |
| 11 | Instance method | Public | Method | Sets the Orientation | 20070710 | |
| 12 | Instance method | Public | Method | Sets the Movability of the Separator | 20070710 | |
| 13 | Instance method | Public | Method | Sets the Position of the Separator | 20070710 | |
| 14 | Instance method | Public | Method | Sets the Layout of the Upper/Left Cell | 20070710 |
Events
Class CL_ISH_GUI_SPLITTER_LAYOUT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYT_ROWCOL_LAYOUT | Protected | See coding | Layouts of Rows/Columns | 20070710 | gtyt_rowcol_layout TYPE HASHED TABLE OF gty_rowcol_layout WITH UNIQUE KEY id
|
|
| 2 | GTY_ROWCOL_LAYOUT | Protected | See coding | Layout of Row/Column | 20070710 | BEGIN OF gty_rowcol_layout,
id TYPE i,
extension TYPE i,
sash_visible TYPE abap_bool,
sash_movable TYPE abap_bool,
END OF gty_rowcol_layout
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_BOTTOM_RIGHT_LAYOUT | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_CONTROL_LAYOUT | Layout der unteren/rechten Zelle | 20070710 | |||
| 2 | IR_TOP_LEFT_LAYOUT | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_CONTROL_LAYOUT | Layout der oberen/linken Zelle | 20070710 | |||
| 3 | I_ELEMENT_NAME | Call by reference | Type reference (TYPE) | N1GUI_ELEMENT_NAME | Name eines Oberflächenelements | 20070710 | |||
| 4 | I_MODE | Call by reference | Type reference (TYPE) | STRING | CO_MODE_RELATIVE | Modus (siehe co_mode_*) | 20070710 | ||
| 5 | I_ORIENTATION | Call by reference | Type reference (TYPE) | STRING | CO_ORIENTATION_HORIZONTAL | Orientierung (siehe co_orientation_*) | 20070710 | ||
| 6 | I_SASH_MOVABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | abap_true: Trenner ist verschiebbar | 20070710 | ||
| 7 | I_SASH_POSITION | Call by reference | Type reference (TYPE) | I | 50 | Position des Trenners | 20070710 | ||
| 8 | I_VISIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | abap_true: Control ist sichtbar | 20070710 |
Method CONSTRUCTOR on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method GET_BOTTOM_RIGHT_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_BOTTOM_RIGHT_LAYOUT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_GUI_CONTROL_LAYOUT | Layout der unteren/rechten Zelle | 20070710 |
Method GET_BOTTOM_RIGHT_LAYOUT on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method GET_EMBEDDED_LAYOUT_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | N1GUI_ELEMENT_NAME | Name eines Oberflächenelements | 20070710 | |||
| 2 | RR_LAYOUT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_GUI_CONTROL_LAYOUT | IS-H: GUI - Layout eines Control Views | 20070710 |
Method GET_EMBEDDED_LAYOUT_BY_NAME on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method GET_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MODE | Value transfer | Type reference (TYPE) | STRING | Modus (siehe cl_gui_splitter_container=>mode_*) | 20070710 |
Method GET_MODE on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method GET_ORIENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ORIENTATION | Value transfer | Type reference (TYPE) | STRING | Orientierung (siehe co_orientation_*) | 20070710 |
Method GET_ORIENTATION on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method GET_SASH_MOVABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SASH_MOVABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Trenner ist verschiebbar | 20070710 |
Method GET_SASH_MOVABLE on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method GET_SASH_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SASH_POSITION | Value transfer | Type reference (TYPE) | I | Position des Trenners | 20070710 |
Method GET_SASH_POSITION on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method GET_TOP_LEFT_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_TOP_LEFT_LAYOUT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_GUI_CONTROL_LAYOUT | Layout der oberen/linken Zelle | 20070710 |
Method GET_TOP_LEFT_LAYOUT on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method SET_BOTTOM_RIGHT_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_BOTTOM_RIGHT_LAYOUT | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_CONTROL_LAYOUT | Layout der unteren/rechten Zelle | 20070710 | |||
| 2 | R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Objekt wurde verändert | 20070710 |
Method SET_BOTTOM_RIGHT_LAYOUT on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method SET_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODE | Call by reference | Type reference (TYPE) | STRING | Modus (siehe co_mode_*) | 20070710 | |||
| 2 | R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Objekt wurde verändert | 20070710 |
Method SET_MODE on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method SET_ORIENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ORIENTATION | Call by reference | Type reference (TYPE) | STRING | Orientierung (siehe co_orientation_*) | 20070710 | |||
| 2 | R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Objekt wurde verändert | 20070710 |
Method SET_ORIENTATION on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method SET_SASH_MOVABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SASH_MOVABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | abap_true: Trenner verschiebbar | 20070710 | |||
| 2 | R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Objekt wurde verändert | 20070710 |
Method SET_SASH_MOVABLE on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method SET_SASH_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SASH_POSITION | Call by reference | Type reference (TYPE) | I | Position des Trenners | 20070710 | |||
| 2 | R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Objekt wurde verändert | 20070710 |
Method SET_SASH_POSITION on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
Method SET_TOP_LEFT_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TOP_LEFT_LAYOUT | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_CONTROL_LAYOUT | Layout der oberen/linken Zelle | 20070710 | |||
| 2 | R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Objekt wurde verändert | 20070710 |
Method SET_TOP_LEFT_LAYOUT on class CL_ISH_GUI_SPLITTER_LAYOUT has no exception.
History
| Last changed by/on | SAP | 20071120 |
| SAP Release Created in |