SAP ABAP Class CL_RSRT_UIE_A_CONTAINER (UI Element: Abstract Container)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSRT_BICS_MODEL (Package) RSRT BICS Model
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE UI View Element: UI Element 20111023
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE_ACCORDION_ITEM UI Element: Accordion Item 20120209
2 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE_CONTAINER UI Element: Container 20111023
3 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE_FRAME UI Element: Frame 20111028
4 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE_GROUP_BOX UI Element: Group Box 20111025
5 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE_MULTI_PANE UI Element: MultiPane 20120210
6 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE_TAB UI Element: Tab 20120209
Properties
Class CL_RSRT_UIE_A_CONTAINER  
Short Description UI Element: Abstract Container    
Super Class CL_RSRT_UIE UI View Element: UI Element 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_BICS_MODEL   RSRT BICS Model 
Created 20111023   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSRT_UIE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSRT_UI_VIEW_ELEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSRT_UIE_A_CONTAINER has no interface implemented.
Friends
Class CL_RSRT_UIE_A_CONTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_O_LAYOUT Instance attribute Public Object reference (TYPE REF TO) CL_RSRT_UI_LAYOUT 20120508
2 N_T_ITEMS Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_T_UIE 20120508
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method Add Child 20120508
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20111023
3 GET_CHILD Instance method Public Method Get Child 20120508
4 GET_CHILDREN Instance method Public Method Get Children 20120508
5 GET_LAYOUT Instance method Public Method Get Layout 20120508
6 REMOVE_CHILD Instance method Public Method Remove Child 20120508
7 REMOVE_CHILDREN Instance method Public Method Remove Children 20120508
8 SET_LAYOUT Instance method Public Method Set Layout 20120508
Events
Class CL_RSRT_UIE_A_CONTAINER has no event.
Types
Class CL_RSRT_UIE_A_CONTAINER has no local type.
Method Signatures

Method ADD_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120508
2 Importing VALUE Call by reference Object reference (TYPE REF TO) CL_RSRT_UIE UI Element 20120508

Method ADD_CHILD on class CL_RSRT_UIE_A_CONTAINER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_ENABLED Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111023
2 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111023
3 Importing BIND_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111023
4 Importing CID Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_CID Unique Type ID 20111023
5 Importing ENABLED Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_ENABLED ABAP_TRUE Enabled 20111023
6 Importing ID Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_ID Unique ID 20111023
7 Importing O_VIEW Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI View 20111023
8 Importing TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TOOLTIP Tooltip 20111023
9 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20111023

Method CONSTRUCTOR on class CL_RSRT_UIE_A_CONTAINER has no exception.

Method GET_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TN_ID Unique ID 20120508
2 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120508
3 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UIE UI Element 20120508

Method GET_CHILD on class CL_RSRT_UIE_A_CONTAINER has no exception.

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) CL_RSRT_UIE=>TN_T_UIE Child List 20120508

Method GET_CHILDREN on class CL_RSRT_UIE_A_CONTAINER has no exception.

Method GET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UI_LAYOUT UI Layout 20120508

Method GET_LAYOUT on class CL_RSRT_UIE_A_CONTAINER has no exception.

Method REMOVE_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TN_ID Unique ID 20120508
2 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120508

Method REMOVE_CHILD on class CL_RSRT_UIE_A_CONTAINER has no exception.

Method REMOVE_CHILDREN Signature

Method REMOVE_CHILDREN on class CL_RSRT_UIE_A_CONTAINER has no parameter.
Method REMOVE_CHILDREN on class CL_RSRT_UIE_A_CONTAINER has no exception.

Method SET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Object reference (TYPE REF TO) CL_RSRT_UI_LAYOUT UI Layout 20120508

Method SET_LAYOUT on class CL_RSRT_UIE_A_CONTAINER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700