SAP ABAP Class IF_ISHMED_DWS_AREA_ELEMENT (IS-H*MED DWS: Output Area Element)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_ISHMED_COLLECTION_OBJECT | IS-H*MED: Interface for Object Type of an Object Collection | 20031119 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_ISHMED_DWS_CALLBACK | i.s.h.med DWS: Callback | 20050310 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_ISHMED_DWS_AREA | IS-H*MED DWS: Top Level Area | 20031119 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_ISHMED_DWS_SUBAREA | IS-H*MED DWS: Subarea | 20031119 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ISHMED_DWS_AREA_ELEMENT | IS-H*MED DWS: Abstract Output Area | 20031119 |
Properties
| Class | IF_ISHMED_DWS_AREA_ELEMENT | |
| Short Description | IS-H*MED DWS: Output Area Element | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20031119 | SAP |
| Last change | 20110810 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_ISHMED_DWS_AREA_ELEMENT has no interface implemented.
Friends
Class IF_ISHMED_DWS_AREA_ELEMENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20031119 | |||||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_CONTROL | Proxy Class for Control in GUI | 20031119 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_ISHMED_SERIALIZEABLE | Current Layout Object | 20050310 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ISHMED_DWS_SCREEN_PARMS | Screen Parameter | 20041118 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | STRING | Title | 20031119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Destroy DWS Element/Release Resources | 20031119 | |
| 2 | Instance method | Public | Method | Returns Embedded Control | 20031119 | |
| 3 | Instance method | Public | Method | Creates Layout Object | 20050310 | |
| 4 | Instance method | Public | Method | Set DWS Element Invisible | 20031119 | |
| 5 | Instance method | Public | Method | Is the Interface Element Visible? | 20040127 | |
| 6 | Instance method | Public | Method | Refresh DWS Element | 20031119 | |
| 7 | Instance method | Public | Method | Set DWS Element to Initial Values | 20050119 | |
| 8 | Instance method | Public | Method | Evaluates Layout Object | 20050310 | |
| 9 | Instance method | Public | Method | Sets Area GUI Parameter | 20050109 | |
| 10 | Instance method | Public | Method | Display DWS Element | 20031119 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | EVT_GET_LAYOUT | Instance Event (0) |
Public (2) |
Event: Layout Was Read | 20050323 |
| 2 | EVT_HIDE | Instance Event (0) |
Public (2) |
Event: Area Was Hidden | 20101111 |
| 3 | EVT_SET_LAYOUT | Instance Event (0) |
Public (2) |
Event: Layout Was Set | 20050323 |
| 4 | EVT_SHOW | Instance Event (0) |
Public (2) |
Event: Area Was Displayed | 20101111 |
Types
Class IF_ISHMED_DWS_AREA_ELEMENT has no local type.
Method Signatures
Method FINALIZE Signature
Method FINALIZE on class IF_ISHMED_DWS_AREA_ELEMENT has no parameter.
Method FINALIZE on class IF_ISHMED_DWS_AREA_ELEMENT has no exception.
Method GET_CHILD_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROL | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTROL | Zielknoten | 20031119 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | STRING | Control Name | 20031119 | |||
| 3 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTROL | Startknoten | 20031119 |
Method GET_CHILD_CONTROL on class IF_ISHMED_DWS_AREA_ELEMENT has no exception.
Method GET_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LAYOUT | Value transfer | Object reference (TYPE REF TO) | IF_ISHMED_SERIALIZEABLE | IS-H*MED: DWS PropertyBag-Objekt | 20050310 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H*MED DWS: Eigenschaft | 20050310 |
Method HIDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RC | Value transfer | Type reference (TYPE) | I | 0 - unsichtbar gesetzt; 1- war bereits unsichtbar | 20050502 |
Method HIDE on class IF_ISHMED_DWS_AREA_ELEMENT has no exception.
Method IS_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VISIBLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20040127 |
Method IS_VISIBLE on class IF_ISHMED_DWS_AREA_ELEMENT has no exception.
Method REFRESH Signature
Method REFRESH on class IF_ISHMED_DWS_AREA_ELEMENT has no parameter.
Method REFRESH on class IF_ISHMED_DWS_AREA_ELEMENT has no exception.
Method RESET Signature
Method RESET on class IF_ISHMED_DWS_AREA_ELEMENT has no parameter.
Method RESET on class IF_ISHMED_DWS_AREA_ELEMENT has no exception.
Method SET_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LAYOUT | Call by reference | Object reference (TYPE REF TO) | IF_ISHMED_SERIALIZEABLE | IS-H*MED: Serialierbares Objekt | 20050310 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H*MED DWS: Eigenschaft | 20050310 |
Method SET_SCREEN_ENV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SCR_ENV | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_DWS_SCREEN_PARMS | IS-H*MED DWS: Superstruktur der GUI-Screenparameter | 20050109 |
Method SET_SCREEN_ENV on class IF_ISHMED_DWS_AREA_ELEMENT has no exception.
Method SHOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SET_FOCUS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Focus auf das Control setzen? | 20040914 |
Method SHOW on class IF_ISHMED_DWS_AREA_ELEMENT has no exception.
Event Signatures
Event EVT_GET_LAYOUT Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LAYOUT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_DWS_SCREEN_PARMS | IS-H*MED DWS: Superstruktur der GUI-Screenparameter | 20050323 |
Event EVT_HIDE Signature
Event EVT_HIDE on class IF_ISHMED_DWS_AREA_ELEMENT has no parameter.
Event EVT_SET_LAYOUT Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LAYOUT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_DWS_SCREEN_PARMS | IS-H*MED DWS: Superstruktur der GUI-Screenparameter | 20050323 |
Event EVT_SHOW Signature
Event EVT_SHOW on class IF_ISHMED_DWS_AREA_ELEMENT has no parameter.
History
| Last changed by/on | SAP | 20110810 |
| SAP Release Created in |