SAP ABAP Interface IF_WD_CUSTOM_STYLE (Style Definition)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_UIEL_CORE (Package) UIE Library "Core"

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WD_CUSTOM_STYLE | Style Definition | 20131120 |
Properties
Interface | IF_WD_CUSTOM_STYLE | |
Short Description | Style Definition |
General Data
Package | SWDP_UIEL_CORE | UIE Library "Core" |
Created | 20131028 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
Interface IF_WD_CUSTOM_STYLE has no forward declaration.
Interfaces
Interface IF_WD_CUSTOM_STYLE has no interface.
Friends
Interface IF_WD_CUSTOM_STYLE has no friend.
Attributes
Interface IF_WD_CUSTOM_STYLE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds a Style Definition | 20131128 |
2 | ![]() |
Instance method | Public | Method | Returns the type of element valid for these styles | 20131120 |
3 | ![]() |
Instance method | Public | Method | Returns the style class name | 20131028 |
4 | ![]() |
Instance method | Public | Method | Sets the type of element, e.g. BUTTON | 20131120 |
5 | ![]() |
Instance method | Public | Method | Sets multiple style definitions | 20131128 |
Events
Interface IF_WD_CUSTOM_STYLE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_CUSTOM_STYLES | Public | See coding | 20131028 | t_custom_styles type standard table of ref to if_wd_custom_style with default key
|
||
2 | T_STYLE_PROPERTIES | Public | See coding | 20131128 | t_style_properties type standard table of t_style_property with default key
|
||
3 | T_STYLE_PROPERTY | Public | See coding | 20131128 | begin of t_style_property,
name type string,
value type string,
end of t_style_property
|
Method Signatures
Method ADD_STYLE_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Style-Eigenschaft, z.B. fontColor | 20131128 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | Wert der Style-Eigenschaft, z.B. red | 20131128 |
Method ADD_STYLE_PROPERTY on Interface IF_WD_CUSTOM_STYLE has no exception.
Method GET_ELEMENT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_TYPE | Value transfer | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20131120 |
Method GET_ELEMENT_TYPE on Interface IF_WD_CUSTOM_STYLE has no exception.
Method GET_STYLE_CLASS_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
STYLE_CLASS_NAME | Value transfer | Type reference (TYPE) | STRING | Style-Klassennamen | 20131028 |
Method GET_STYLE_CLASS_NAME on Interface IF_WD_CUSTOM_STYLE has no exception.
Method SET_ELEMENT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_TYPE | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20131120 | ||
2 | ![]() |
LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web Dynpro : Name einer UI-Element-Library | 20131120 |
Method SET_ELEMENT_TYPE on Interface IF_WD_CUSTOM_STYLE has no exception.
Method SET_STYLE_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
STYLE_PROPERTIES | Call by reference | Type reference (TYPE) | T_STYLE_PROPERTIES | 20131128 |
Method SET_STYLE_PROPERTIES on Interface IF_WD_CUSTOM_STYLE has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 740 |