SAP ABAP Class /IWBEP/CL_SBUI_FRAME_SPLITTER (SB: UI frame (based on a splitter, either rows or colums))
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_UI_BASE (Package) Gateway Service Builder UI - API and SPI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBUI_CONTROL_HANDLER SB: UI control handler 20120124
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_SBUI_COMPOSITE SB: UI composite (contains other components) 20120124
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_SBUI_FRAMESET SB: UI frameset 20120124
Properties
Class /IWBEP/CL_SBUI_FRAME_SPLITTER  
Short Description SB: UI frame (based on a splitter, either rows or colums)    
Super Class /IWBEP/CL_SBUI_CONTROL_HANDLER SB: UI control handler 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class /IWBEP/SBUI    
Program status P  SAP Standard Production Program 
Category 0   
Package /IWBEP/SB_UI_BASE   Gateway Service Builder UI - API and SPI 
Created 20120124   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBUI_SETUP_SERVICE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CL_GUI_SPLITTER_CONTAINER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_SBUI_COMPOSITE SB: UI composite (contains other components) 20120124
2 /IWBEP/IF_SBUI_FRAMESET SB: UI frameset 20120124
Friends
Class /IWBEP/CL_SBUI_FRAME_SPLITTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_MODE_COLS Constant Public Type reference (TYPE) I /IWBEP/IF_SBUI_SETUP_SERVICE=>GC_SPLIT_MODE_COLS mode vertical 20120124
2 GC_MODE_ROWS Constant Public Type reference (TYPE) I /IWBEP/IF_SBUI_SETUP_SERVICE=>GC_SPLIT_MODE_ROWS mode horizontal 20120124
3 GC_SIZE_DEFAULT Constant Public Type reference (TYPE) STRING '50:50' size default 20120124
4 GC_SIZE_SEPARATOR Constant Public Type reference (TYPE) STRING ':' size separator 20120124
5 MO_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER splitter control 20120124
6 MS_SIZE_START Instance attribute Private Type reference (TYPE) TY_S_SIZE start size for splitter view 20120723
7 MT_CHILD Instance attribute Private Type reference (TYPE) TY_T_CHILD child table 20120124
8 MV_MODE Instance attribute Private Type reference (TYPE) I mode 20120721
9 MV_USED_METRIC Instance attribute Private Type reference (TYPE) I metric used currently 20120723
10 MV_VIEW_METRIC Instance attribute Private Type reference (TYPE) I metric requested 20120723
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120124
Events
Class /IWBEP/CL_SBUI_FRAME_SPLITTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_CHILD Private See coding child entry 20120124 BEGIN OF ty_s_child , area TYPE i, cell TYPE REF TO cl_gui_container, component TYPE REF TO /iwbep/if_sbui_control_handler, visible TYPE abap_bool, base_size TYPE i, last_size TYPE i, area_size TYPE i, view_size TYPE i, sash_visible LIKE cl_gui_splitter_container=>false, END OF ty_s_child
2 TY_T_CHILD Private See coding child table 20120124 ty_t_child TYPE STANDARD TABLE OF ty_s_child WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_CONTROLLER controller 20120124
2 Importing IV_MODE Call by reference Type reference (TYPE) I rows or columns (see constants) 20120124
3 Importing IV_SIZING Call by reference Type reference (TYPE) STRING GC_SIZE_DEFAULT relative size for each cell in percent, e.g. '50:50' 20120124
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120124
History
Last changed by/on SAP  20141120 
SAP Release Created in 200