SAP ABAP Interface IF_ISH_GUI_CONTROL_VIEW (IS-H: GUI - 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 - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_CONTAINER_VIEW IS-H: GUI - Container View 20070710
2 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_GRID_VIEW IS-H: GUI - ALV Grid View 20070710
3 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_TOOLBAR_VIEW IS-H: GUI - Toolbar View 20070710
4 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_TREE_VIEW IS-H: GUI - ALVTree View 20070710
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISH_GUI_CONTROL_VIEW IS-H: GUI - Control View 20070711
Properties
Interface IF_ISH_GUI_CONTROL_VIEW  
Short Description IS-H: GUI - Control View    
General Data
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20070709   SAP 
Last changed 20071120   SAP 
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
# Interface Abstract Final Description Created on
1 IF_ISH_GUI_VIEW IS-H: GUI - View 20070709
Friends
Interface IF_ISH_GUI_CONTROL_VIEW has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_REFRMODE_IMMEDIATE Constant Public Type reference (TYPE) N1GUI_REFRESH_MODE 'IMMEDIATE' Refresh Mode: Immediate 20070709
2 CO_REFRMODE_ON_REQUEST Constant Public Type reference (TYPE) N1GUI_REFRESH_MODE 'ON_REQUEST' Refresh Mode: On Request 20070709
3 CO_VCODE_DISPLAY Instance attribute Public Attribute reference (LIKE) 20070709
4 CO_VCODE_INSERT Instance attribute Public Attribute reference (LIKE) 20070709
5 CO_VCODE_UPDATE Instance attribute Public Attribute reference (LIKE) 20070709
Methods
# Method Level Visibility Method type Description Created on
1 DESTROY Instance method Public Method 20070709
2 FIRST_DISPLAY Instance method Public Method Implement Initial Display 20070709
3 GET_APPLICATION Instance method Public Method 20070709
4 GET_CHILD_VIEWS Instance method Public Method 20070709
5 GET_CHILD_VIEW_BY_ID Instance method Public Method 20070709
6 GET_CHILD_VIEW_BY_NAME Instance method Public Method 20070709
7 GET_CONTROL Instance method Public Method Returns the Underlying Control 20070709
8 GET_CONTROLLER Instance method Public Method 20070709
9 GET_CONTROL_LAYOUT Instance method Public Method Returns the Control Layout 20070709
10 GET_ELEMENT_ID Instance method Public Method 20070709
11 GET_ELEMENT_NAME Instance method Public Method 20070709
12 GET_LAYOUT Instance method Public Method 20070709
13 GET_PARENT_VIEW Instance method Public Method 20070709
14 GET_REFRESH_MODE Instance method Public Method Returns the Refresh Mode 20070709
15 GET_VCODE Instance method Public Method 20070709
16 GET_VISIBILITY Instance method Public Method Returns the Visibility of the Underlying Control 20070709
17 HAS_FOCUS Instance method Public Method 20070709
18 IS_DESTROYED Instance method Public Method 20070709
19 IS_FIRST_DISPLAY_DONE Instance method Public Method Returns Whether Initial Display Was Performed 20070709
20 IS_INITIALIZED Instance method Public Method 20070709
21 IS_IN_DESTROY_MODE Instance method Public Method 20070709
22 IS_IN_FIRST_DISPLAY_MODE Instance method Public Method Returns Whether Initial Display Is Currently in Progress 20070709
23 IS_IN_INITIALIZATION_MODE Instance method Public Method 20070709
24 PROCESS_REQUEST Instance method Public Method 20070709
25 REFRESH_DISPLAY Instance method Public Method Refreshes the Display 20070709
26 REGISTER_CHILD_VIEW Instance method Public Method 20070709
27 SET_FOCUS Instance method Public Method 20070709
28 SET_REFRESH_MODE Instance method Public Method Sets the Refresh Mode 20070709
29 SET_VCODE Instance method Public Method 20070709
30 SET_VISIBILITY Instance method Public Method Sets the Visibility of the Underlying Control 20070709
Events
# Event Type Visibility Description Created on
1 EV_AFTER_DESTROY Instance Event
(0)
Public
(2)
20070709
2 EV_BEFORE_DESTROY Instance Event
(0)
Public
(2)
20070709
3 EV_VISIBILITY_CHANGED Instance Event
(0)
Public
(2)
Visibility of the Control Was Changed 20070709
Types
Interface IF_ISH_GUI_CONTROL_VIEW has no local type.
Method Signatures

Method DESTROY Signature

Method DESTROY on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method DESTROY on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method FIRST_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_CHILD_VIEWS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Untergeordnete Views auch anzeigen 20070709
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070709

Method GET_APPLICATION Signature

Method GET_APPLICATION on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method GET_APPLICATION on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_CHILD_VIEWS Signature

Method GET_CHILD_VIEWS on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method GET_CHILD_VIEWS on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_CHILD_VIEW_BY_ID Signature

Method GET_CHILD_VIEW_BY_ID on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method GET_CHILD_VIEW_BY_ID on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_CHILD_VIEW_BY_NAME Signature

Method GET_CHILD_VIEW_BY_NAME on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method GET_CHILD_VIEW_BY_NAME on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CONTROL Value transfer Object reference (TYPE REF TO) CL_GUI_CONTROL Proxy-Klasse für Control im GUI 20070709

Method GET_CONTROL on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_CONTROLLER Signature

Method GET_CONTROLLER on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method GET_CONTROLLER on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_CONTROL_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CONTROL_LAYOUT Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_CONTROL_LAYOUT IS-H: GUI - Layout eines Control Views 20070709

Method GET_CONTROL_LAYOUT on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_ELEMENT_ID Signature

Method GET_ELEMENT_ID on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method GET_ELEMENT_ID on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_ELEMENT_NAME Signature

Method GET_ELEMENT_NAME on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method GET_ELEMENT_NAME on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_LAYOUT Signature

Method GET_LAYOUT on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method GET_LAYOUT on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_PARENT_VIEW Signature

Method GET_PARENT_VIEW on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method GET_PARENT_VIEW on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_REFRESH_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REFRESH_MODE Value transfer Type reference (TYPE) N1GUI_REFRESH_MODE Aktualisierungsmodus für Control Views 20070709

Method GET_REFRESH_MODE on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method GET_VCODE Signature

Method GET_VCODE on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method GET_VCODE on Interface IF_ISH_GUI_CONTROL_VIEW 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 Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method HAS_FOCUS Signature

Method HAS_FOCUS on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method HAS_FOCUS on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method IS_DESTROYED Signature

Method IS_DESTROYED on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method IS_DESTROYED on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method IS_FIRST_DISPLAY_DONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DONE Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Erstanzeige wurde durchgeführt 20070709

Method IS_FIRST_DISPLAY_DONE on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method IS_INITIALIZED Signature

Method IS_INITIALIZED on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method IS_INITIALIZED on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method IS_IN_DESTROY_MODE Signature

Method IS_IN_DESTROY_MODE on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method IS_IN_DESTROY_MODE on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method IS_IN_FIRST_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FIRST_DISPLAY_MODE Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Erstanzeige wird gerade durchgeführt 20070709

Method IS_IN_FIRST_DISPLAY_MODE on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method IS_IN_INITIALIZATION_MODE Signature

Method IS_IN_INITIALIZATION_MODE on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method IS_IN_INITIALIZATION_MODE on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method PROCESS_REQUEST Signature

Method PROCESS_REQUEST on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method PROCESS_REQUEST on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method REFRESH_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Anzeige komplett neu aufgebauen 20070709
2 Importing I_WITH_CHILD_VIEWS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Untergeordnete Views auch aktualisieren 20070709
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070709

Method REGISTER_CHILD_VIEW Signature

Method REGISTER_CHILD_VIEW on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method REGISTER_CHILD_VIEW on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method SET_FOCUS Signature

Method SET_FOCUS on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method SET_FOCUS on Interface IF_ISH_GUI_CONTROL_VIEW has no exception.

Method SET_REFRESH_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFRESH_MODE Call by reference Type reference (TYPE) N1GUI_REFRESH_MODE Neuer Aktualisierungsmodus 20070709
2 Importing I_WITH_CHILD_VIEWS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Untergeordnete Views berücksichtigen 20070709
3 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Aktualisierungsmodus wurde verändert 20070709
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070709

Method SET_VCODE Signature

Method SET_VCODE on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Method SET_VCODE on Interface IF_ISH_GUI_CONTROL_VIEW 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 abap_true: Control wird auf sichtbar gesetzt 20070709
2 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Sichtbarkeit wurde verändert 20070709
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070709
Event Signatures

Event EV_AFTER_DESTROY Signature
Event EV_AFTER_DESTROY on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Event EV_BEFORE_DESTROY Signature
Event EV_BEFORE_DESTROY on Interface IF_ISH_GUI_CONTROL_VIEW has no parameter.
Event EV_VISIBILITY_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_VISIBLE Exporting Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Control ist sichtbar 20070711
History
Last changed by/on SAP  20071120 
SAP Release Created in