SAP ABAP Class CL_FONT_DETAIL_LIST (Display Font detail information)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-PRN (Application Component) Print and Output Management
⤷
S_FONT_SUPPLEMENTARY (Package) Supplementary functionality
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FONT_LIST | Results + ALV grid | 20100914 |
Properties
| Class | CL_FONT_DETAIL_LIST | |
| Short Description | Display Font detail information | |
| Super Class | CL_FONT_LIST | Results + ALV grid |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_FONT_SUPPLEMENTARY | Supplementary functionality |
| Created | 20100914 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FONT_DETAIL_LIST has no forward declaration.
Interfaces
Class CL_FONT_DETAIL_LIST has no interface implemented.
Friends
Class CL_FONT_DETAIL_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FONT_INSTANCE | Instance of font returned through font selector | 20100914 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_FONT_ATTR_TAB | 20100914 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100914 | ||
| 2 | Instance method | Public | Method | Refresh the display | 20100914 | |
| 3 | Instance method | Public | Method | Re-set attributes | 20100914 |
Events
Class CL_FONT_DETAIL_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_FONT_ATTR | Public | See coding | 20100914 | BEGIN OF TY_FONT_attr,
attribute TYPE string,
value TYPE string,
END OF ty_font_attr
|
||
| 2 | TY_FONT_ATTR_TAB | Public | See coding | 20100914 | ty_font_attr_tab TYPE STANDARD TABLE OF ty_font_attr WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTAINER_NAME | Call by reference | Type reference (TYPE) | SCRFNAME | Name of a Screen Element | 20100914 | |||
| 2 | IM_TITLE | Call by reference | Type reference (TYPE) | LVC_TITLE | ALV Control: Title bar text | 20100914 | |||
| 3 | IO_FONT | Call by reference | Object reference (TYPE REF TO) | CL_FONT_INSTANCE | Instance of font returned through font selector | 20100914 |
Method CONSTRUCTOR on class CL_FONT_DETAIL_LIST has no exception.
Method RESET_DISPLAY Signature
Method RESET_DISPLAY on class CL_FONT_DETAIL_LIST has no parameter.
Method RESET_DISPLAY on class CL_FONT_DETAIL_LIST has no exception.
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TITLE | Call by reference | Type reference (TYPE) | LVC_TITLE | ALV Control: Title bar text | 20100914 | |||
| 2 | IO_FONT | Call by reference | Object reference (TYPE REF TO) | CL_FONT_INSTANCE | Instance of font returned through font selector | 20100914 |
Method SET_ATTRIBUTES on class CL_FONT_DETAIL_LIST has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 703 |