SAP ABAP Class CL_ISH_GUI_DOCKCONT_LAYOUT (IS-H: GUI - Layout Settings of a Docking 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_CONTROL_LAYOUT IS-H: GUI - Layout of a Control View 20070710
Properties
Class CL_ISH_GUI_DOCKCONT_LAYOUT  
Short Description IS-H: GUI - Layout Settings of a Docking Container    
Super Class CL_ISH_GUI_CONTROL_LAYOUT IS-H: GUI - Layout of a Control View 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20070710   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)
2 CL_GUI_DOCKING_CONTAINER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_ISH_GUI_DOCKCONT_LAYOUT has no interface implemented.
Friends
Class CL_ISH_GUI_DOCKCONT_LAYOUT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_EXTENSION Instance attribute Protected Type reference (TYPE) I 50 Size 20070710
2 G_SIDE Instance attribute Protected Type reference (TYPE) I CL_GUI_DOCKING_CONTAINER=>DOCK_AT_LEFT Item 20070710
3 G_STYLE Instance attribute Protected Type reference (TYPE) I Style 20070710
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070710
2 GET_EXTENSION Instance method Public Method Returns the Size 20070710
3 GET_SIDE Instance method Public Method Returns the Position 20070710
4 GET_STYLE Instance method Public Method Returns the Style 20070710
5 SET_EXTENSION Instance method Public Method Sets the Size 20070710
6 SET_SIDE Instance method Public Method Sets the Position 20070710
7 SET_STYLE Instance method Public Method Sets the Style 20070710
Events
Class CL_ISH_GUI_DOCKCONT_LAYOUT has no event.
Types
Class CL_ISH_GUI_DOCKCONT_LAYOUT 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 I_ELEMENT_NAME Call by reference Type reference (TYPE) N1GUI_ELEMENT_NAME Name eines Oberflächenelements 20070710
2 Importing I_EXTENSION Call by reference Type reference (TYPE) I 50 Grösse 20070710
3 Importing I_SIDE Call by reference Type reference (TYPE) I CL_GUI_DOCKING_CONTAINER=>DOCK_AT_LEFT Position 20070710
4 Importing I_STYLE Call by reference Type reference (TYPE) I Stil 20070710
5 Importing I_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE abap_true: Docking Container ist sichtbar 20070710

Method CONSTRUCTOR on class CL_ISH_GUI_DOCKCONT_LAYOUT has no exception.

Method GET_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXTENSION Value transfer Type reference (TYPE) I Grösse 20070710

Method GET_EXTENSION on class CL_ISH_GUI_DOCKCONT_LAYOUT has no exception.

Method GET_SIDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SIDE Value transfer Type reference (TYPE) I Position 20070710

Method GET_SIDE on class CL_ISH_GUI_DOCKCONT_LAYOUT has no exception.

Method GET_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STYLE Value transfer Type reference (TYPE) I Stil 20070710

Method GET_STYLE on class CL_ISH_GUI_DOCKCONT_LAYOUT has no exception.

Method SET_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXTENSION Call by reference Type reference (TYPE) I Grösse 20070710
2 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Grösse wurde verändert 20070710

Method SET_EXTENSION on class CL_ISH_GUI_DOCKCONT_LAYOUT has no exception.

Method SET_SIDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SIDE Call by reference Type reference (TYPE) I Position 20070710
2 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Position wurde verändert 20070710

Method SET_SIDE on class CL_ISH_GUI_DOCKCONT_LAYOUT has no exception.

Method SET_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STYLE Call by reference Type reference (TYPE) I Stil 20070710
2 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Stil wurde verändert 20070710

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