SAP ABAP Class /IWBEP/IF_SBUI_COMPOSITE (SB: UI composite (contains other components))
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBUI_COMPONENT SB: UI component (displays something in a window) 20120131
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBUI_FRAMESET SB: UI frameset 20120124
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBUI_FRAME_SPLITTER SB: UI frame (based on a splitter, either rows or colums) 20120124
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBUI_FRAME_SWITCH SB: UI frame (displays always one out of many siblings) 20120123
4 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBUI_LAYOUT_HANDLER SB: UI layout handler (state of a screen with layout) 20120216
5 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBUI_TABSTRIP SB: UI tabstrip (handles one control in host dynpro) 20120304
6 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBUI_VIEW_COMPOSITE SB: UI view composite 20120502
7 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBUI_WIZARD_HANDLER SB: UI wizard handler 20120507
Properties
Class /IWBEP/IF_SBUI_COMPOSITE  
Short Description SB: UI composite (contains other components)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120113   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWBEP/IF_SBUI_COMPOSITE has no interface implemented.
Friends
Class /IWBEP/IF_SBUI_COMPOSITE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_NAME Instance attribute Public Attribute reference (LIKE) 20120131
2 MV_CATEGORY Instance attribute Public Attribute reference (LIKE) 20130413
3 MV_LABEL Instance attribute Public Attribute reference (LIKE) 20120131
Methods
# Method Level Visibility Method type Description Created on
1 GET_ANCESTOR_INTERACTIVE Instance method Public Method get next interactive ancestor 20120131
2 GET_CHILD_VISIBILITY Instance method Public Method get child component visibility 20120718
3 GET_INTERACTIVE Instance method Public Method 20130409
4 GET_OPTIONS Instance method Public Method 20130413
5 GET_PARENT Instance method Public Method 20120131
6 GET_SIZE Instance method Public Method 20120131
7 GET_VISIBILITY Instance method Public Method 20130409
8 INSERT_CHILD_COMPONENT Instance method Public Method insert component into given area 20120116
9 REMOVE_CHILD_COMPONENT Instance method Public Method remove component 20120116
10 SET_CHILD_VISIBILITY Instance method Public Method set child component visibility 20120116
11 SET_OPTIONS Instance method Public Method 20130413
12 SET_PARENT Instance method Public Method 20120131
13 SET_SIZE Instance method Public Method 20120131
14 SET_VISIBILITY Instance method Public Method 20120131
Events
Class /IWBEP/IF_SBUI_COMPOSITE has no event.
Types
Class /IWBEP/IF_SBUI_COMPOSITE has no local type.
Method Signatures

Method GET_ANCESTOR_INTERACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INTERACTIVE Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBUI_INTERACTIVE next interactive ancestor 20120131
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120131

Method GET_CHILD_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHILD Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_COMPONENT child component 20120718
2 Returning RV_VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL visible or not ? 20120718
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120718

Method GET_INTERACTIVE Signature

Method GET_INTERACTIVE on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_INTERACTIVE on class /IWBEP/IF_SBUI_COMPOSITE has no exception.

Method GET_OPTIONS Signature

Method GET_OPTIONS on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_OPTIONS on class /IWBEP/IF_SBUI_COMPOSITE has no exception.

Method GET_PARENT Signature

Method GET_PARENT on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_PARENT on class /IWBEP/IF_SBUI_COMPOSITE has no exception.

Method GET_SIZE Signature

Method GET_SIZE on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_SIZE on class /IWBEP/IF_SBUI_COMPOSITE has no exception.

Method GET_VISIBILITY Signature

Method GET_VISIBILITY on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_VISIBILITY on class /IWBEP/IF_SBUI_COMPOSITE has no exception.

Method INSERT_CHILD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHILD Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_COMPONENT child component 20120116
2 Importing IV_AREA Call by reference Type reference (TYPE) I 0 child area (0 == automatic selection) 20120116
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120116

Method REMOVE_CHILD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHILD Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_COMPONENT child component 20120116
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120116

Method SET_CHILD_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHILD Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_COMPONENT child component 20120117
2 Importing IV_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL visible or not ? 20120116
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120116

Method SET_OPTIONS Signature

Method SET_OPTIONS on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_OPTIONS on class /IWBEP/IF_SBUI_COMPOSITE has no exception.

Method SET_PARENT Signature

Method SET_PARENT on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_PARENT on class /IWBEP/IF_SBUI_COMPOSITE has no exception.

Method SET_SIZE Signature

Method SET_SIZE on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_SIZE on class /IWBEP/IF_SBUI_COMPOSITE has no exception.

Method SET_VISIBILITY Signature

Method SET_VISIBILITY on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_VISIBILITY on class /IWBEP/IF_SBUI_COMPOSITE has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in