SAP ABAP Class CL_FPM_INSTANCE_STYLE_MANAGER (Instance Style Manager)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_CORE (Package) Floorplan Manager (Framework)
⤷
⤷
Properties
| Class | CL_FPM_INSTANCE_STYLE_MANAGER | |
| Short Description | Instance Style Manager | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20140514 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_INSTANCE_STYLE_MANAGER has no interface implemented.
Friends
Class CL_FPM_INSTANCE_STYLE_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'INSTANCE_STYLE' | 20140515 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'LABEL_INSTANCE_STYLE' | 20140602 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CUSTOM_STYLE_MANAGER | Administration of Custom Styles | 20140515 | |||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FPM_INSTANCE_STYLE_MANAGER | Instance Style Manager | 20140515 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20140515 | |
| 2 | Static method | Public | Method | 20140514 | ||
| 3 | Static method | Public | Method | 20140514 | ||
| 4 | Static method | Public | Method | 20140515 | ||
| 5 | Instance method | Public | Method | 20140515 | ||
| 6 | Instance method | Private | Method | 20140514 | ||
| 7 | Instance method | Public | Method | Assigns a style classname to a UI element | 20140516 |
Events
Class CL_FPM_INSTANCE_STYLE_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_STYLE_PROPERTY | Public | See coding | 20140514 | BEGIN OF ty_s_style_property,
name TYPE string,
values TYPE string_table,
END OF ty_s_style_property
|
||
| 2 | TY_T_STYLE_PROPERTY | Public | See coding | 20140514 | ty_t_style_property TYPE STANDARD TABLE OF ty_s_style_property WITH KEY name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_APPLICATION | Call by reference | Object reference (TYPE REF TO) | IF_WD_APPLICATION | 20140515 |
Method CONSTRUCTOR on class CL_FPM_INSTANCE_STYLE_MANAGER has no exception.
Method DECODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STRING | Value transfer | Type reference (TYPE) | STRING | 20140514 | ||||
| 2 | RT_PROPERTY | Value transfer | Type reference (TYPE) | IF_WD_CUSTOM_STYLE=>T_STYLE_PROPERTIES | 20140514 |
Method DECODE on class CL_FPM_INSTANCE_STYLE_MANAGER has no exception.
Method ENCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PROPERTY | Value transfer | Type reference (TYPE) | IF_WD_CUSTOM_STYLE=>T_STYLE_PROPERTIES | 20140514 | ||||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20140514 |
Method ENCODE on class CL_FPM_INSTANCE_STYLE_MANAGER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_APPLICATION | Call by reference | Object reference (TYPE REF TO) | IF_WD_APPLICATION | 20140515 | ||||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_FPM_INSTANCE_STYLE_MANAGER | Instance Style Manager | 20140515 |
Method GET_INSTANCE on class CL_FPM_INSTANCE_STYLE_MANAGER has no exception.
Method GET_STYLE_CLASSNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UIELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | Perforce change= / 20051117-125541 | 20140515 | |||
| 2 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | Web Dynpro: Component Name | 20140716 | |||
| 3 | IV_PROPERTY_STRING | Call by reference | Type reference (TYPE) | STRING | 20140515 | ||||
| 4 | RV_STYLE_CLASSNAME | Value transfer | Type reference (TYPE) | STRING | 20140515 |
Method GET_STYLE_CLASSNAME on class CL_FPM_INSTANCE_STYLE_MANAGER has no exception.
Method GET_VALUES_FOR_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROPERTY | Call by reference | Type reference (TYPE) | STRING | 20140514 | ||||
| 2 | RT_VALUE | Value transfer | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20140514 |
Method GET_VALUES_FOR_PROPERTY on class CL_FPM_INSTANCE_STYLE_MANAGER has no exception.
Method STYLE_UIELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UIELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | Perforce change= / 20051117-125541 | 20140516 | |||
| 2 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20140718 | ||||
| 3 | IV_PROPERTY_STRING | Call by reference | Type reference (TYPE) | STRING | 20140516 |
Method STYLE_UIELEMENT on class CL_FPM_INSTANCE_STYLE_MANAGER has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |