SAP ABAP Class CL_ISH_GUI_MDY_TITLEBAR (IS-H: GUI - Title Bar of a Subscreen Container)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1BASE (Package) IS-H: Basic Functionality; TSA Development
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_GUI_ELEMENT IS-H: Interface Element 20070706
Properties
Class CL_ISH_GUI_MDY_TITLEBAR  
Short Description IS-H: GUI - Title Bar of a Subscreen Container    
Super Class CL_ISH_GUI_ELEMENT IS-H: Interface Element 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20070706   SAP 
Last change 20071120   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 CL_ISH_GUI_MDY_TITLEBAR has no interface implemented.
Friends
Class CL_ISH_GUI_MDY_TITLEBAR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DEF_TITLEBAR_NAME Constant Public Type reference (TYPE) N1GUI_ELEMENT_NAME 'TITLEBAR' Default Name of the Title Bar 20070706
2 GT_PARAMETER Instance attribute Protected Type reference (TYPE) ISH_T_STRING Parameters for the Title Bar 20070706
3 G_REPID Instance attribute Protected Type reference (TYPE) SY-REPID Program Name 20070706
4 G_TITLE Instance attribute Protected Type reference (TYPE) SY-TITLE Contents of Title Bar 20070706
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070706
2 CREATE Static method Public Method Creates the Object 20070706
3 CREATE_BY_PARTAB Static method Public Method Creates the Object 20070706
4 GET_CLONE Instance method Public Method Returns a Copy of the Object 20070706
5 GET_PARAMETER Instance method Public Method Returns a Parameter 20070706
6 GET_PARAMETERS Instance method Public Method Returns the Parameter Table 20070706
7 GET_REPID Instance method Public Method Returns the Program Name 20070706
8 GET_TITLE Instance method Public Method Returns the Content of the Title Bar 20070706
9 HAS_PARAMETERS Instance method Public Method Returns Whether Parameters Exist 20070706
Events
Class CL_ISH_GUI_MDY_TITLEBAR has no event.
Types
Class CL_ISH_GUI_MDY_TITLEBAR has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) ISH_T_STRING Parameter für Titelzeil 20070706
2 Importing I_ELEMENT_NAME Call by reference Type reference (TYPE) N1GUI_ELEMENT_NAME CO_DEF_TITLEBAR_NAME Name eines Oberflächenelements 20070706
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID SY-REPID Programmname 20070706
4 Importing I_TITLE Call by reference Type reference (TYPE) SY-TITLE Inhalt der Titelzeile 20070706

Method CONSTRUCTOR on class CL_ISH_GUI_MDY_TITLEBAR has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT_NAME Call by reference Type reference (TYPE) N1GUI_ELEMENT_NAME CO_DEF_TITLEBAR_NAME Name eines Oberflächenelements 20070706
2 Importing I_PAR1 Call by reference Type reference (TYPE) STRING Parameter 1 für Titelzeile 20070706
3 Importing I_PAR2 Call by reference Type reference (TYPE) STRING Parameter 2 für Titelzeile 20070706
4 Importing I_PAR3 Call by reference Type reference (TYPE) STRING Parameter 3 für Titelzeile 20070706
5 Importing I_PAR4 Call by reference Type reference (TYPE) STRING Parameter 4 für Titelzeile 20070706
6 Importing I_PAR5 Call by reference Type reference (TYPE) STRING Parameter 5 für Titelzeile 20070706
7 Importing I_PAR6 Call by reference Type reference (TYPE) STRING Parameter 6 für Titelzeile 20070706
8 Importing I_PAR7 Call by reference Type reference (TYPE) STRING Parameter 7 für Titelzeile 20070706
9 Importing I_PAR8 Call by reference Type reference (TYPE) STRING Parameter 8 für Titelzeile 20070706
10 Importing I_PAR9 Call by reference Type reference (TYPE) STRING Parameter 9 für Titelzeile 20070706
11 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID SY-REPID Programmname 20070706
12 Importing I_TITLE Call by reference Type reference (TYPE) SY-TITLE Inhalt der Titelzeile 20070706
13 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_MDY_TITLEBAR IS-H: GUI - Titelzeile eines Trägerdynpros 20070706

Method CREATE on class CL_ISH_GUI_MDY_TITLEBAR has no exception.

Method CREATE_BY_PARTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) ISH_T_STRING Parameter für Titelzeile 20070706
2 Importing I_ELEMENT_NAME Call by reference Type reference (TYPE) N1GUI_ELEMENT_NAME CO_DEF_TITLEBAR_NAME Name eines Oberflächenelements 20070706
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID SY-REPID Programmname 20070706
4 Importing I_TITLE Call by reference Type reference (TYPE) SY-TITLE Inhalt der Titelzeile 20070706
5 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_MDY_TITLEBAR IS-H: GUI - Titelzeile eines Trägerdynpros 20070706

Method CREATE_BY_PARTAB on class CL_ISH_GUI_MDY_TITLEBAR has no exception.

Method GET_CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CLONE Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_MDY_TITLEBAR Kopie des Objekts 20070706

Method GET_CLONE on class CL_ISH_GUI_MDY_TITLEBAR has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDX Call by reference Type reference (TYPE) I Index des Parameters 20070706
2 Returning R_PARAMETER Value transfer Type reference (TYPE) STRING Inhalt des Parameters 20070706

Method GET_PARAMETER on class CL_ISH_GUI_MDY_TITLEBAR has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PARAMETER Value transfer Type reference (TYPE) ISH_T_STRING Parametertabelle 20070706

Method GET_PARAMETERS on class CL_ISH_GUI_MDY_TITLEBAR has no exception.

Method GET_REPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REPID Value transfer Type reference (TYPE) SY-REPID Programmname 20070706

Method GET_REPID on class CL_ISH_GUI_MDY_TITLEBAR has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TITLE Value transfer Type reference (TYPE) SY-TITLE Inhalt der Titelzeile 20070706

Method GET_TITLE on class CL_ISH_GUI_MDY_TITLEBAR has no exception.

Method HAS_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PARAMETERS Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Parameter sind vorhanden 20070706

Method HAS_PARAMETERS on class CL_ISH_GUI_MDY_TITLEBAR has no exception.
History
Last changed by/on SAP  20071120 
SAP Release Created in