SAP ABAP Class IF_WD_CUSTOM_STYLE (Style Definition)
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
Class IF_WD_CUSTOM_STYLE  
Short Description Style Definition    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20131028   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_WD_CUSTOM_STYLE has no forward declaration.
Interfaces
Class IF_WD_CUSTOM_STYLE has no interface implemented.
Friends
Class IF_WD_CUSTOM_STYLE has no friend class.
Attributes
Class IF_WD_CUSTOM_STYLE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_STYLE_PROPERTY Instance method Public Method Adds a Style Definition 20131128
2 GET_ELEMENT_TYPE Instance method Public Method Returns the type of element valid for these styles 20131120
3 GET_STYLE_CLASS_NAME Instance method Public Method Returns the style class name 20131028
4 SET_ELEMENT_TYPE Instance method Public Method Sets the type of element, e.g. BUTTON 20131120
5 SET_STYLE_PROPERTIES Instance method Public Method Sets multiple style definitions 20131128
Events
Class 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 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE Name der Style-Eigenschaft, z.B. fontColor 20131128
2 Importing VALUE Call by reference Type reference (TYPE) CSEQUENCE Wert der Style-Eigenschaft, z.B. red 20131128

Method ADD_STYLE_PROPERTY on class 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 Returning 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 class 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 Returning STYLE_CLASS_NAME Value transfer Type reference (TYPE) STRING Style-Klassennamen 20131028

Method GET_STYLE_CLASS_NAME on class 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 Importing ELEMENT_TYPE Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20131120
2 Importing 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 class 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 Importing STYLE_PROPERTIES Call by reference Type reference (TYPE) T_STYLE_PROPERTIES 20131128

Method SET_STYLE_PROPERTIES on class IF_WD_CUSTOM_STYLE has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in