SAP ABAP Class CL_ISH_GUI_CONTROL_LAYOUT (IS-H: GUI - Layout of a Control View)
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_LAYOUT IS-H: GUI - Settings for an Interface Element 20070709
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_GUI_DOCKCONT_LAYOUT IS-H: GUI - Layout Settings of a Docking Container 20070710
2 Inheritance (c INHERITING FROM c_ref)  CL_ISH_GUI_SPLITTER_LAYOUT IS-H: GUI - Layout of a Splitter View 20070710
Properties
Class CL_ISH_GUI_CONTROL_LAYOUT  
Short Description IS-H: GUI - Layout of a Control View    
Super Class CL_ISH_GUI_LAYOUT IS-H: GUI - Settings for an Interface Element 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20070709   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_CONTROL_LAYOUT has no interface implemented.
Friends
Class CL_ISH_GUI_CONTROL_LAYOUT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_VISIBLE Instance attribute Protected Type reference (TYPE) ABAP_BOOL abap_true: Control Is Visible 20070709
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070709
2 GET_VISIBILITY Instance method Public Method Returns the Visibility 20070709
3 SET_VISIBILITY Instance method Public Method Sets Visibility 20070709
Events
Class CL_ISH_GUI_CONTROL_LAYOUT has no event.
Types
Class CL_ISH_GUI_CONTROL_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 20070709
2 Importing I_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE abap_true: Control ist sichtbar 20070709

Method CONSTRUCTOR on class CL_ISH_GUI_CONTROL_LAYOUT has no exception.

Method GET_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Control ist sichtbar 20070709

Method GET_VISIBILITY on class CL_ISH_GUI_CONTROL_LAYOUT has no exception.

Method SET_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL abap_true: Control ist sichtbar 20070709
2 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Objekt wurde verändert 20070709

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