SAP ABAP Class /IPRO/CL_COMPOSITE_VIEW (View with sub views)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-DOB (Application Component) Document Builder
⤷
/IPRO/UI/PROGS/ (Package) Programs
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IPRO/CL_VIEW | Abstract view class | 20031110 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IPRO/CL_PANEL | Panel | 20040218 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /IPRO/CL_TABSTRIP_VIEW | Tabstrip View | 20031111 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /IPRO/CL_TRAY_VIEW | Tray View | 20031111 |
| 4 | Inheritance (c INHERITING FROM c_ref) | /IPRO/CL_WINDOW | Window view | 20031111 |
Properties
| Class | /IPRO/CL_COMPOSITE_VIEW | |
| Short Description | View with sub views | |
| Super Class | /IPRO/CL_VIEW | Abstract view class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IPRO/UI/PROGS/ | Programs |
| Created | 20031110 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IPRO/CL_COMPOSITE_VIEW has no forward declaration.
Interfaces
Class /IPRO/CL_COMPOSITE_VIEW has no interface implemented.
Friends
Class /IPRO/CL_COMPOSITE_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | /IPRO/CL_VIEW | Abstract view class | 20031110 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | /IPRO/TT_SUBVIEW | Table of views | 20031110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add a subview | 20031110 | |
| 2 | Instance method | Public | Method | Get the subvew with the focus | 20031111 | |
| 3 | Instance method | Public | Method | Get Subviews | 20031112 | |
| 4 | Instance method | Public | Method | Set the subview with the focus | 20031111 | |
| 5 | Instance method | Public | Method | Indicate that a subviews active state has changed | 20031110 |
Events
Class /IPRO/CL_COMPOSITE_VIEW has no event.
Types
Class /IPRO/CL_COMPOSITE_VIEW has no local type.
Method Signatures
Method ADD_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | /IPRO/CL_VIEW | Abstract view class | 20031110 | |||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | I | Index | 20031112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | View exception | 20031112 |
Method GET_FOCUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_VIEW | Value transfer | Object reference (TYPE REF TO) | /IPRO/CL_VIEW | Abstract view class | 20031111 |
Method GET_FOCUS on class /IPRO/CL_COMPOSITE_VIEW has no exception.
Method GET_SUBVIEWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_VIEWS | Value transfer | Type reference (TYPE) | /IPRO/TT_VIEWS | Table of views | 20031112 |
Method GET_SUBVIEWS on class /IPRO/CL_COMPOSITE_VIEW has no exception.
Method SET_FOCUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SUBVIEW | Call by reference | Object reference (TYPE REF TO) | /IPRO/CL_VIEW | Abstract view class | 20031111 |
Method SET_FOCUS on class /IPRO/CL_COMPOSITE_VIEW has no exception.
Method SUBVIEW_ACTIVATION_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SUBVIEW | Call by reference | Object reference (TYPE REF TO) | /IPRO/CL_VIEW | Abstract view class | 20031110 |
Method SUBVIEW_ACTIVATION_CHANGED on class /IPRO/CL_COMPOSITE_VIEW has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 10A |