SAP ABAP Class CL_RSRD_WWW_PROPERTY_RENDERER (Generation of HTML Based on UI Element List)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSRD (Package) BW: Broadcasting
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_WWW_RENDERER Module for a Page in Web Reporting 20050216
Properties
Class CL_RSRD_WWW_PROPERTY_RENDERER  
Short Description Generation of HTML Based on UI Element List    
Super Class CL_RSR_WWW_RENDERER Module for a Page in Web Reporting 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSRD    
Program status     
Category 0   
Package RSRD   BW: Broadcasting 
Created 20050216   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSRD_WWW_PROPERTY_RENDERER has no forward declaration.
Interfaces
Class CL_RSRD_WWW_PROPERTY_RENDERER has no interface implemented.
Friends
Class CL_RSRD_WWW_PROPERTY_RENDERER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_OFFSET_HORIZONTAL Constant Private Type reference (TYPE) I 5 Indentation Horizontal 20050216
2 P_CMD_VALUE_HELP Instance attribute Private Type reference (TYPE) RSRPARAMETERVALUE Command for Input Help 20050216
3 P_PARAMETER_CMD Instance attribute Private Type reference (TYPE) RSRPARAMETERID Name for Command Parameter 20050216
4 P_R_CALLBACK_PROP_RENDERER Instance attribute Private Object reference (TYPE REF TO) IF_RSRD_CALLBACK_PROP_RENDERER Callback Calls of Property Renderer 20050216
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Generation of a Property Renderer 20050216
2 FILL_HTML_PATTERN_TITLE_BLOCK Instance method Private Method Creates HTML Code for a Block with Header and Contents 20050216
3 GET_HTML Instance method Public Method Returns HTML for List of UI Elements (DOM) 20050216
4 GET_HTML_FOR_UI_ELEMENT_CHILDS Instance method Private Method Generates HTML for a UI Element 20050216
5 GET_HTML_PARTS_FOR_UI_ELEMENT Instance method Private Method Generates HTML for a UI Element 20050216
6 PUT_HTML_PARTS_TO_TABLE Instance method Private Method Arrangement of HTML Snippets for a UI Element in a Table 20050216
Events
Class CL_RSRD_WWW_PROPERTY_RENDERER has no event.
Types
Class CL_RSRD_WWW_PROPERTY_RENDERER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CMD_VALUE_HELP Call by reference Type reference (TYPE) CSEQUENCE Kommando für Wertehilfe 20050216
2 Importing I_PARAMETER_CMD Call by reference Type reference (TYPE) CSEQUENCE Parametername für Kommando 20050216
3 Importing I_R_PAGE Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_PAGE Html Interface des Olap Prozessors 20050216

Method CONSTRUCTOR on class CL_RSRD_WWW_PROPERTY_RENDERER has no exception.

Method FILL_HTML_PATTERN_TITLE_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTENT Call by reference Type reference (TYPE) STRING SPACE Inhalt 20050216
2 Importing I_OFFSET_HORIZONTAL Call by reference Type reference (TYPE) I 0 horizontaler Offst 20050216
3 Importing I_OFFSET_HORIZONTAL_RIGHT Call by reference Type reference (TYPE) I 0 horizontaler Offst 20050216
4 Importing I_OFFSET_VERTICAL_AFTER_BLOCK Call by reference Type reference (TYPE) I 0 vertikaler Offset 20050216
5 Importing I_OFFSET_VERTICAL_BEFORE_BLOCK Call by reference Type reference (TYPE) I 0 vertikaler Offset 20050216
6 Importing I_SET_INTO_BORDER Call by reference Type reference (TYPE) RS_BOOL äußeren Rahmen hinzufügen 20050216
7 Importing I_STYLE_OFFSET Call by reference Type reference (TYPE) TO_STYLE C_STYLE_DIALOG_OFFSET 20050216
8 Importing I_STYLE_TABLE Call by reference Type reference (TYPE) TO_STYLE C_STYLE_DIALOG_BACKGROUND 20050216
9 Importing I_STYLE_TITLE Call by reference Type reference (TYPE) TO_STYLE C_STYLE_DIALOG_AREA_TITLE 20050216
10 Importing I_TITLE Call by reference Type reference (TYPE) STRING SPACE Überschrift 20050216
11 Returning R_HTML Value transfer Type reference (TYPE) STRING 20050216

Method FILL_HTML_PATTERN_TITLE_BLOCK on class CL_RSRD_WWW_PROPERTY_RENDERER has no exception.

Method GET_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CALLBACK_PROP_RENDERER Call by reference Object reference (TYPE REF TO) IF_RSRD_CALLBACK_PROP_RENDERER Callbackaufrufe des Property Renderes 20050216
2 Importing I_TX_UI_ELEMENT Call by reference Type reference (TYPE) RSRD_TX_UI_ELEMENT Tabellentyp zu RSRD_SX_UI_ELEMENT 20050216
3 Returning R_HTML Value transfer Type reference (TYPE) STRING 20050216

Method GET_HTML on class CL_RSRD_WWW_PROPERTY_RENDERER has no exception.

Method GET_HTML_FOR_UI_ELEMENT_CHILDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INLINE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20050216
2 Importing I_SX_UI_ELEMENT Call by reference Type reference (TYPE) RSRD_SX_UI_ELEMENT 20050216
3 Importing I_TX_UI_ELEMENT Call by reference Type reference (TYPE) RSRD_TX_UI_ELEMENT 20050216
4 Returning R_HTML Value transfer Type reference (TYPE) STRING 20050216

Method GET_HTML_FOR_UI_ELEMENT_CHILDS on class CL_RSRD_WWW_PROPERTY_RENDERER has no exception.

Method GET_HTML_PARTS_FOR_UI_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HTML_CHILDS Call by reference Type reference (TYPE) STRING 20050216
2 Exporting E_HTML_CONTROL Call by reference Type reference (TYPE) STRING 20050216
3 Exporting E_HTML_F4 Call by reference Type reference (TYPE) STRING 20050216
4 Exporting E_HTML_INLINE Call by reference Type reference (TYPE) STRING 20050216
5 Exporting E_HTML_LABEL Call by reference Type reference (TYPE) STRING 20050216
6 Exporting E_HTML_TEXT Call by reference Type reference (TYPE) STRING 20050216
7 Importing I_SX_UI_ELEMENT Call by reference Type reference (TYPE) RSRD_SX_UI_ELEMENT 20050216
8 Importing I_TX_UI_ELEMENT Call by reference Type reference (TYPE) RSRD_TX_UI_ELEMENT 20050216

Method GET_HTML_PARTS_FOR_UI_ELEMENT on class CL_RSRD_WWW_PROPERTY_RENDERER has no exception.

Method PUT_HTML_PARTS_TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BLOCK_ACTIVE Call by reference Type reference (TYPE) RS_BOOL 20050216
2 Importing I_HTML_CHILDS Call by reference Type reference (TYPE) STRING 20050216
3 Importing I_HTML_CONTROL Call by reference Type reference (TYPE) STRING 20050216
4 Importing I_HTML_F4 Call by reference Type reference (TYPE) STRING 20050216
5 Importing I_HTML_INLINE Call by reference Type reference (TYPE) STRING 20050216
6 Importing I_HTML_LABEL Call by reference Type reference (TYPE) STRING 20050216
7 Importing I_HTML_TEXT Call by reference Type reference (TYPE) STRING 20050216
8 Importing I_R_TABLE Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_TABLE 20050216
9 Importing I_SX_UI_ELEMENT Call by reference Type reference (TYPE) RSRD_SX_UI_ELEMENT 20050216

Method PUT_HTML_PARTS_TO_TABLE on class CL_RSRD_WWW_PROPERTY_RENDERER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700