SAP ABAP Class CL_UA_CARD_LAYOUT_MANAGER (Display Several Controls in a Container)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-BA (Application Component) Business Analytics
     UA_MODELLER (Package) Package UA_MODELLER
Properties
Class CL_UA_CARD_LAYOUT_MANAGER  
Short Description Display Several Controls in a Container    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UA_MODELLER   Package UA_MODELLER 
Created 20020625   SAP 
Last change 20050411   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)
2 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_UA_CARD_LAYOUT_MANAGER has no interface implemented.
Friends
Class CL_UA_CARD_LAYOUT_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CD_FCODE_PREFIX Constant Public Type reference (TYPE) CHAR6 '_CARD_' Character Field of Length 6 20020625
2 MO_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Custom Controls in Screen Area 20020625
3 MO_OBJECT Instance attribute Private Object reference (TYPE REF TO) CL_UA_OBJECT Object Instance 20040616
4 MO_TOP_COMPONENT Instance attribute Private Object reference (TYPE REF TO) CL_UA_CARD_LAYOUT_COMPONENT Displayed Component (Top Card) 20020704
5 MO_WORKSET Instance attribute Private Object reference (TYPE REF TO) CL_UA_WORKSET Working Environment 20040319
6 MS_MVC Instance attribute Private Type reference (TYPE) UAB_S_MVC Structure with Model Adapter, View and Controller 20040615
7 MT_COMPONENT Instance attribute Private Type reference (TYPE) UAB_T_CARD_LAYOUT_COMPONENT Table of Card Layout Components 20020625
8 MT_COMPONENT_MENU Instance attribute Private Type reference (TYPE) T_COMPONENT_MENU Table for Selection Menu 20020625
9 MT_DEP_TLINES Instance attribute Private Type reference (TYPE) UAB_T_BASE_TYPE List of Basic Types 20040616
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMPONENT Instance method Public Method Adds Component 20020625
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020625
3 GENERATE_FCODE Instance method Private Method Gets Function Code for Menu Structure 20020625
4 GET_COMPONENTS Instance method Public Method Gets All Components 20020705
5 GET_COMPONENT_MENU Instance method Public Method Gets Context Menu to Select a Component 20020625
6 GET_CONTAINER Instance method Public Method Gets Container that the Manager Manages 20020625
7 GET_OBJECT Instance method Public Method Gets Current Object for Detail Display 20040617
8 GET_TABLETYPES_FOR_OBJECT Instance method Private Method Get Table Types Where the Object Keys Are TT Keys 20060328
9 GET_TOP_COMPONENT Instance method Public Method Gets Component of Link just Displayed (Top Card) 20020705
10 HIDE_COMPONENTS Instance method Public Method Hides All Components 20030217
11 ON_SELECTION_CHANGE Instance method Public Method 20040614
12 ON_WORKSET_CHANGE Instance method Public Method clear all cards, refresh with new workset 20040318
13 ON_WORKSET_CLOSE Instance method Public Method clear all cards 20040318
14 SHOW_COMPONENT Instance method Public Method Displays Component 20020625
15 SHOW_FIRST Instance method Public Method Displays First Component 20020625
16 SHOW_SELECTED_COMPONENT Instance method Public Method Displays Selected Component 20020625
17 SHOW_TOP_COMPONENT Instance method Public Method Displays Top Component 20031118
Events
Class CL_UA_CARD_LAYOUT_MANAGER has no event.
Types
Class CL_UA_CARD_LAYOUT_MANAGER has no local type.
Method Signatures

Method ADD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CARD_LAYOUT_COMPONENT Call by reference Object reference (TYPE REF TO) CL_UA_CARD_LAYOUT_COMPONENT Teilnehmer an einem Card Layout 20020625

Method ADD_COMPONENT on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20020625

Method CONSTRUCTOR on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method GENERATE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) CL_UA_CARD_LAYOUT_COMPONENT Teilnehmer an einem Card Layout 20020625
2 Returning RD_FCODE Value transfer Type reference (TYPE) UI_FUNC Funktionscode 20020625

Method GENERATE_FCODE on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method GET_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COMPONENT Value transfer Type reference (TYPE) UAB_T_CARD_LAYOUT_COMPONENT Tabelle von Card-Layout Komponenten 20020705

Method GET_COMPONENTS on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method GET_COMPONENT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CTMENU Value transfer Object reference (TYPE REF TO) CL_CTMENU Context Menu 20020625

Method GET_COMPONENT_MENU on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method GET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CONTAINER Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20020625

Method GET_CONTAINER on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method GET_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_OBJECT Value transfer Object reference (TYPE REF TO) CL_UA_OBJECT Objektinstanz 20040617

Method GET_OBJECT on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method GET_TABLETYPES_FOR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TLINES Value transfer Type reference (TYPE) UAB_T_BASE_TYPE Table Lines table 20060328
2 Importing IO_ENVIRONMENT Call by reference Object reference (TYPE REF TO) IF_UA_CE_ENVIRONMENT Environment 20060328

Method GET_TABLETYPES_FOR_OBJECT on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method GET_TOP_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TOP_COMPONENT Value transfer Object reference (TYPE REF TO) CL_UA_CARD_LAYOUT_COMPONENT Teilnehmer an einem Card Layout 20020705

Method GET_TOP_COMPONENT on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method HIDE_COMPONENTS Signature

Method HIDE_COMPONENTS on class CL_UA_CARD_LAYOUT_MANAGER has no parameter.
Method HIDE_COMPONENTS on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method ON_SELECTION_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_VISIBLE Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040615
2 Importing IS_MVC Call by reference Type reference (TYPE) UAB_S_MVC Struktur mit Model Adapter, View und Controller 20040614

Method ON_SELECTION_CHANGE on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method ON_WORKSET_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_VISIBLE Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040319
2 Importing IO_WORKSET Call by reference Object reference (TYPE REF TO) CL_UA_WORKSET Workset 20040318

Method ON_WORKSET_CHANGE on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method ON_WORKSET_CLOSE Signature

Method ON_WORKSET_CLOSE on class CL_UA_CARD_LAYOUT_MANAGER has no parameter.
Method ON_WORKSET_CLOSE on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method SHOW_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CARD_LAYOUT_COMPONENT Call by reference Object reference (TYPE REF TO) CL_UA_CARD_LAYOUT_COMPONENT Teilnehmer an einem Card Layout 20020625

Method SHOW_COMPONENT on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method SHOW_FIRST Signature

Method SHOW_FIRST on class CL_UA_CARD_LAYOUT_MANAGER has no parameter.
Method SHOW_FIRST on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method SHOW_SELECTED_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20020625

Method SHOW_SELECTED_COMPONENT on class CL_UA_CARD_LAYOUT_MANAGER has no exception.

Method SHOW_TOP_COMPONENT Signature

Method SHOW_TOP_COMPONENT on class CL_UA_CARD_LAYOUT_MANAGER has no parameter.
Method SHOW_TOP_COMPONENT on class CL_UA_CARD_LAYOUT_MANAGER has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 320