SAP ABAP Class CL_RSRT_UI_A_LAYOUT_DATA_MATR (UI View Element: Abstract Matrix Layout Data)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSRT_BICS_MODEL (Package) RSRT BICS Model
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_UI_LAYOUT_DATA | UI View Element: Layout Data | 20120531 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_UI_LAYOUT_DATA_MATRIX | UI View Element: Matrix Layout Data | 20120531 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_UI_LAYOUT_DATA_MATRIXH | UI View Element: Matrix Layout Data Head | 20120531 |
Properties
| Class | CL_RSRT_UI_A_LAYOUT_DATA_MATR | |
| Short Description | UI View Element: Abstract Matrix Layout Data | |
| Super Class | CL_RSRT_UI_LAYOUT_DATA | UI View Element: Layout Data |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSRT_BICS_MODEL | RSRT BICS Model |
| Created | 20120531 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no interface implemented.
Friends
Class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | CL_RSRT_UIE=>TN_COLSPAN | 0 | 20120531 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | CL_RSRT_UIE=>TN_HEIGHT | 'auto' | 20120531 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | CL_RSRT_UIE=>TN_H_ALIGN | CL_RSRT_UIE=>N_CS_H_ALIGN-DEFAULT | 20120531 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | CL_RSRT_UIE=>TN_V_ALIGN | CL_RSRT_UIE=>N_CS_V_ALIGN-DEFAULT | 20120531 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | CL_RSRT_UIE=>TN_WIDTH | 'auto' | 20120531 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120531 | |
| 2 | Instance method | Public | Method | Get Column Span | 20120531 | |
| 3 | Instance method | Public | Method | Get Height | 20120531 | |
| 4 | Instance method | Public | Method | Get Horizontal Alignment | 20120531 | |
| 5 | Instance method | Public | Method | Get Vertical Alignment | 20120531 | |
| 6 | Instance method | Public | Method | Get Width | 20120531 | |
| 7 | Instance method | Public | Method | Set Column Span | 20120531 | |
| 8 | Instance method | Public | Method | Set Height | 20120531 | |
| 9 | Instance method | Public | Method | Set Horizontal Alignment | 20120531 | |
| 10 | Instance method | Public | Method | Set Vertical Alignment | 20120531 | |
| 11 | Instance method | Public | Method | Set Width | 20120531 |
Events
Class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no event.
Types
Class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CID | Call by reference | Type reference (TYPE) | TN_CID | Unique Type ID | 20120531 | |||
| 2 | COLSPAN | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_COLSPAN | 0 | Column Span | 20120531 | ||
| 3 | HEIGHT | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_HEIGHT | 'auto' | Height | 20120531 | ||
| 4 | H_ALIGN | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_H_ALIGN | CL_RSRT_UIE=>N_CS_H_ALIGN-DEFAULT | Horizontal Alignment (left, center, right) | 20120531 | ||
| 5 | ID | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20120531 | |||
| 6 | O_UIE | Call by reference | Object reference (TYPE REF TO) | CL_RSRT_UIE | UI Element | 20120531 | |||
| 7 | V_ALIGN | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_V_ALIGN | CL_RSRT_UIE=>N_CS_V_ALIGN-DEFAULT | Vertical Alignment (top, middle, bottom) | 20120531 | ||
| 8 | WIDTH | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_WIDTH | 'auto' | Width | 20120531 |
Method CONSTRUCTOR on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
Method GET_COLSPAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | CL_RSRT_UIE=>TN_COLSPAN | Column Span | 20120531 |
Method GET_COLSPAN on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
Method GET_HEIGHT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | CL_RSRT_UIE=>TN_HEIGHT | Height | 20120531 |
Method GET_HEIGHT on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
Method GET_H_ALIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | CL_RSRT_UIE=>TN_H_ALIGN | Horizontal Alignment (left, center, right) | 20120531 |
Method GET_H_ALIGN on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
Method GET_V_ALIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | CL_RSRT_UIE=>TN_V_ALIGN | Vertical Alignment (top, middle, bottom) | 20120531 |
Method GET_V_ALIGN on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
Method GET_WIDTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | CL_RSRT_UIE=>TN_WIDTH | Width | 20120531 |
Method GET_WIDTH on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
Method SET_COLSPAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_COLSPAN | Column Span | 20120531 |
Method SET_COLSPAN on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
Method SET_HEIGHT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_HEIGHT | Height | 20120531 |
Method SET_HEIGHT on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
Method SET_H_ALIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_H_ALIGN | Horizontal Alignment (left, center, right) | 20120531 |
Method SET_H_ALIGN on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
Method SET_V_ALIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_V_ALIGN | Vertical Alignment (top, middle, bottom) | 20120531 |
Method SET_V_ALIGN on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
Method SET_WIDTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_WIDTH | Width | 20120531 |
Method SET_WIDTH on class CL_RSRT_UI_A_LAYOUT_DATA_MATR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |