SAP ABAP Class CL_GUI_EASY_SPLITTER_CONTAINER (Reduced Version of Splitter Container Control)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GUI (Application Component) Graphical User Interface
     SCET (Package) Control Enabling Technology / Control Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_CONTAINER Abstract Container for GUI Controls 00000000
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EU_EASY_SPLITTER_CONTAINER Internal Test; Do Not Use 19990929
2 Inheritance (c INHERITING FROM c_ref)  CL_HRPAYDE_SV_ALV_GRID ALV Grid with Tree Model 20110518
3 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_VD_INPUTBOX IS-H*MED PD: Dialogbox for Data Input 20020328
Properties
Class CL_GUI_EASY_SPLITTER_CONTAINER  
Short Description Reduced Version of Splitter Container Control    
Super Class CL_GUI_CONTAINER Abstract Container for GUI Controls 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SCET   Control Enabling Technology / Control Framework 
Created 19981221   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNTL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GUI_EASY_SPLITTER_CONTAINER has no interface implemented.
Friends
Class CL_GUI_EASY_SPLITTER_CONTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BOTTOM_RIGHT_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CONTAINER Bottom or Right Inner Container 19981221
2 ORIENTATION_HORIZONTAL Static Attribute Public Type reference (TYPE) I 1 Horizontal Orientation 19981221
3 ORIENTATION_VERTICAL Static Attribute Public Type reference (TYPE) I 0 Vertical Orientatino 19981221
4 PANE_ORIENTATION Instance attribute Public Type reference (TYPE) I Orientatino (Horizontal/Vertical) 19981221
5 SPLITTER_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Underlying Splitter Container 19981221
6 TOP_LEFT_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CONTAINER Top or Left Inner Container 19981221
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19981221
2 GET_SASH_POSITION Instance method Public Method Returns current sash positon 20000919
3 SET_SASH_POSITION Instance method Public Method Sets Position of Splitter Bar 19981221
Events
Class CL_GUI_EASY_SPLITTER_CONTAINER has no event.
Types
Class CL_GUI_EASY_SPLITTER_CONTAINER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINK_DYNNR Value transfer Type reference (TYPE) SY-DYNNR Dynpro-Nummer 19981221
2 Importing LINK_REPID Value transfer Type reference (TYPE) SY-REPID Report-Name 19981221
3 Importing METRIC Value transfer Type reference (TYPE) CNTL_METRIC cntl_metric_dynpro Metrik 19981221
4 Importing NAME Value transfer Type reference (TYPE) STRING Name 20000112
5 Importing ORIENTATION Value transfer Type reference (TYPE) I 0 Orientation: 0 = vertical , 1 = horizontal 19981221
6 Importing PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container 19981221
7 Importing SASH_POSITION Value transfer Type reference (TYPE) I 50 Position des Sash (in Prozenbt) 19981221
8 Importing WITH_BORDER Value transfer Type reference (TYPE) I 1 With border = 1 Without border = 0 19981221
# Exception Resumable Description Created on
1 CNTL_ERROR Control Fehler 19981221
2 CNTL_SYSTEM_ERROR Control System Fehler 19981221

Method GET_SASH_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SASH_POSITION Call by reference Type reference (TYPE) I sash position 20000919
# Exception Resumable Description Created on
1 CNTL_ERROR control error 20000919
2 CNTL_SYSTEM_ERROR communication error 20000919

Method SET_SASH_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SASH_POSITION Value transfer Type reference (TYPE) I Neuer Sash Positon Wert 19981221

Method SET_SASH_POSITION on class CL_GUI_EASY_SPLITTER_CONTAINER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in