SAP ABAP Class IF_ISH_GUI_CONTAINER_VIEW (IS-H: GUI - Container View)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_CONTROL_VIEW IS-H: GUI - Control View 20070710
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_CUSTCONT_VIEW IS-H: GUI - Custom Container View 20070710
2 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_DOCKCONT_VIEW IS-H: GUI - Docking Container View 20070710
3 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_SPLITTER_VIEW IS-H: GUI - Splitter Container View 20070710
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISH_GUI_CONTAINER_VIEW IS-H: GUI - Container View 20070712
Properties
Class IF_ISH_GUI_CONTAINER_VIEW  
Short Description IS-H: GUI - Container View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20070709   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ISH_GUI_CONTAINER_VIEW has no forward declaration.
Interfaces
Class IF_ISH_GUI_CONTAINER_VIEW has no interface implemented.
Friends
Class IF_ISH_GUI_CONTAINER_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_REFRMODE_IMMEDIATE Instance attribute Public Attribute reference (LIKE) 20070709
2 CO_REFRMODE_ON_REQUEST Instance attribute Public Attribute reference (LIKE) 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 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_CONTAINER Instance method Public Method Returns the Underlying Container 20070709
8 GET_CONTAINER_FOR_CHILD_VIEW Instance method Public Method Returns the Container for a Lower-Level View 20070709
9 GET_CONTROL Instance method Public Method 20070709
10 GET_CONTROLLER Instance method Public Method 20070709
11 GET_CONTROL_LAYOUT Instance method Public Method 20070709
12 GET_ELEMENT_ID Instance method Public Method 20070709
13 GET_ELEMENT_NAME Instance method Public Method 20070709
14 GET_LAYOUT Instance method Public Method 20070709
15 GET_PARENT_VIEW Instance method Public Method 20070709
16 GET_REFRESH_MODE Instance method Public Method 20070709
17 GET_VCODE Instance method Public Method 20070709
18 GET_VISIBILITY Instance method Public Method 20070709
19 HAS_FOCUS Instance method Public Method 20070709
20 IS_DESTROYED Instance method Public Method 20070709
21 IS_FIRST_DISPLAY_DONE Instance method Public Method 20070709
22 IS_INITIALIZED Instance method Public Method 20070709
23 IS_IN_DESTROY_MODE Instance method Public Method 20070709
24 IS_IN_FIRST_DISPLAY_MODE Instance method Public Method 20070709
25 IS_IN_INITIALIZATION_MODE Instance method Public Method 20070709
26 PROCESS_REQUEST Instance method Public Method 20070709
27 REFRESH_DISPLAY Instance method Public Method 20070709
28 REGISTER_CHILD_VIEW Instance method Public Method 20070709
29 SET_FOCUS Instance method Public Method 20070709
30 SET_REFRESH_MODE Instance method Public Method 20070709
31 SET_VCODE Instance method Public Method 20070709
32 SET_VISIBILITY Instance method Public Method 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)
20070709
Types
Class IF_ISH_GUI_CONTAINER_VIEW has no local type.
Method Signatures

Method DESTROY Signature

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

Method FIRST_DISPLAY Signature

Method FIRST_DISPLAY on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method FIRST_DISPLAY on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_APPLICATION Signature

Method GET_APPLICATION on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_APPLICATION on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_CHILD_VIEWS Signature

Method GET_CHILD_VIEWS on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_CHILD_VIEWS on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_CHILD_VIEW_BY_ID Signature

Method GET_CHILD_VIEW_BY_ID on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_CHILD_VIEW_BY_ID on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_CHILD_VIEW_BY_NAME Signature

Method GET_CHILD_VIEW_BY_NAME on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_CHILD_VIEW_BY_NAME on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_CONTAINER Signature

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

Method GET_CONTAINER on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_CONTAINER_FOR_CHILD_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CHILD_VIEW Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_CONTROL_VIEW Untergeordneter View 20070709
2 Returning RR_CONTAINER Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Container für den untergeordneten View 20070709

Method GET_CONTAINER_FOR_CHILD_VIEW on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_CONTROL Signature

Method GET_CONTROL on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_CONTROL on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_CONTROLLER Signature

Method GET_CONTROLLER on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_CONTROLLER on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_CONTROL_LAYOUT Signature

Method GET_CONTROL_LAYOUT on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_CONTROL_LAYOUT on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_ELEMENT_ID Signature

Method GET_ELEMENT_ID on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_ELEMENT_ID on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_ELEMENT_NAME Signature

Method GET_ELEMENT_NAME on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_ELEMENT_NAME on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_LAYOUT Signature

Method GET_LAYOUT on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_LAYOUT on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_PARENT_VIEW Signature

Method GET_PARENT_VIEW on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_PARENT_VIEW on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_REFRESH_MODE Signature

Method GET_REFRESH_MODE on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_REFRESH_MODE on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_VCODE Signature

Method GET_VCODE on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_VCODE on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method GET_VISIBILITY Signature

Method GET_VISIBILITY on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method GET_VISIBILITY on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method HAS_FOCUS Signature

Method HAS_FOCUS on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method HAS_FOCUS on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method IS_DESTROYED Signature

Method IS_DESTROYED on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method IS_DESTROYED on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method IS_FIRST_DISPLAY_DONE Signature

Method IS_FIRST_DISPLAY_DONE on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method IS_FIRST_DISPLAY_DONE on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method IS_INITIALIZED Signature

Method IS_INITIALIZED on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method IS_INITIALIZED on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method IS_IN_DESTROY_MODE Signature

Method IS_IN_DESTROY_MODE on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method IS_IN_DESTROY_MODE on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method IS_IN_FIRST_DISPLAY_MODE Signature

Method IS_IN_FIRST_DISPLAY_MODE on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method IS_IN_FIRST_DISPLAY_MODE on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method IS_IN_INITIALIZATION_MODE Signature

Method IS_IN_INITIALIZATION_MODE on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method IS_IN_INITIALIZATION_MODE on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method PROCESS_REQUEST Signature

Method PROCESS_REQUEST on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method PROCESS_REQUEST on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method REFRESH_DISPLAY Signature

Method REFRESH_DISPLAY on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method REFRESH_DISPLAY on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method REGISTER_CHILD_VIEW Signature

Method REGISTER_CHILD_VIEW on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method REGISTER_CHILD_VIEW on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method SET_FOCUS Signature

Method SET_FOCUS on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method SET_FOCUS on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method SET_REFRESH_MODE Signature

Method SET_REFRESH_MODE on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method SET_REFRESH_MODE on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method SET_VCODE Signature

Method SET_VCODE on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method SET_VCODE on class IF_ISH_GUI_CONTAINER_VIEW has no exception.

Method SET_VISIBILITY Signature

Method SET_VISIBILITY on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Method SET_VISIBILITY on class IF_ISH_GUI_CONTAINER_VIEW has no exception.
Event Signatures

Event EV_AFTER_DESTROY Signature
Event EV_AFTER_DESTROY on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Event EV_BEFORE_DESTROY Signature
Event EV_BEFORE_DESTROY on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
Event EV_VISIBILITY_CHANGED Signature
Event EV_VISIBILITY_CHANGED on class IF_ISH_GUI_CONTAINER_VIEW has no parameter.
History
Last changed by/on SAP  20071120 
SAP Release Created in