SAP ABAP Class CL_SRM_GSP_DIALOGBOX (Generic Support for Amodal Dialog Boxes)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-RM (Application Component) SAP Records Management
     SRM_GSP_ARCHIVE (Package) Archiving for Generic SP
Properties
Class CL_SRM_GSP_DIALOGBOX  
Short Description Generic Support for Amodal Dialog Boxes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRM_GSP_ARCHIVE   Archiving for Generic SP 
Created 20041116   SAP 
Last change 20050214   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SRMGS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SRM_GSP_DIALOGBOX has no interface implemented.
Friends
Class CL_SRM_GSP_DIALOGBOX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_CONTENT_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20041116
2 G_DIALOGBOX_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Container for Custom Controls in Screen Area 20041116
3 G_EVENT_RECEIVER Instance attribute Private Object reference (TYPE REF TO) LCL_EVENT_RECEIVER Local Event Handler 20041116
4 G_HEIGHT Instance attribute Private Type reference (TYPE) I Height of the Dialog Box 20041116
5 G_POS_LEFT Instance attribute Private Type reference (TYPE) I Position of the Dialog Box (Left) 20041116
6 G_POS_TOP Instance attribute Private Type reference (TYPE) I Position of the Dialog Box (Top) 20041116
7 G_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20041116
8 G_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20041116
9 G_TOOLBAR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20041116
10 G_WIDTH Instance attribute Private Type reference (TYPE) I Width of the Dialog Box 20041116
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TOOLBAR Instance method Private Method Addition of a Toolbar (Initial with a Cancel Button) 20041116
2 CONSTRUCTOR Instance method Public Constructor Creation of a Dialog Box Container 20041116
3 DESTROY Instance method Public Method Removal of the Dialog Box 20041201
4 GET_CONTENT_CONTAINER Instance method Public Method Gets Reference to the Content Container 20041116
Events
Class CL_SRM_GSP_DIALOGBOX has no event.
Types
Class CL_SRM_GSP_DIALOGBOX has no local type.
Method Signatures

Method ADD_TOOLBAR Signature

Method ADD_TOOLBAR on class CL_SRM_GSP_DIALOGBOX has no parameter.
Method ADD_TOOLBAR on class CL_SRM_GSP_DIALOGBOX has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADD_TOOLBAR Call by reference Type reference (TYPE) SRMGS_BOOLEAN Soll Dialogbox Toolbar besitzen? 20041116
2 Importing HEIGHT Call by reference Type reference (TYPE) I Höhe der Dialogbox 20041116
3 Importing LEFT Call by reference Type reference (TYPE) I Position der Dialogbox (links) 20041116
4 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20041116
5 Importing TITLE Call by reference Type reference (TYPE) C Dialogtitel 20041116
6 Importing TOP Call by reference Type reference (TYPE) I Position der Dialogbox (oben) 20041116
7 Importing WIDTH Call by reference Type reference (TYPE) I Breite der Dialogbox 20041116

Method CONSTRUCTOR on class CL_SRM_GSP_DIALOGBOX has no exception.

Method DESTROY Signature

Method DESTROY on class CL_SRM_GSP_DIALOGBOX has no parameter.
Method DESTROY on class CL_SRM_GSP_DIALOGBOX has no exception.

Method GET_CONTENT_CONTAINER Signature

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

Method GET_CONTENT_CONTAINER on class CL_SRM_GSP_DIALOGBOX has no exception.
History
Last changed by/on SAP  20050214 
SAP Release Created in 700