SAP ABAP Class CL_HTM_FACTORY (CL_HTM_FACTORY)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS (Application Component) Financial Services
     FS_HTML_SERVICES (Package) Utility Classes for HTML Generation
Properties
Class CL_HTM_FACTORY  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FS_HTML_SERVICES   Utility Classes for HTML Generation 
Created 20061122   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HTM_FACTORY has no forward declaration.
Interfaces
Class CL_HTM_FACTORY has no interface implemented.
Friends
Class CL_HTM_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A Constant Public Type reference (TYPE) STRING 'A' A 20061122
2 BODY Constant Public Type reference (TYPE) STRING 'BODY' BODY 20061122
3 BR Constant Public Type reference (TYPE) STRING 'BR' BR 20061122
4 DIV Constant Public Type reference (TYPE) STRING 'DIV' DIV 20061122
5 FONT Constant Public Type reference (TYPE) STRING 'FONT' FONT 20061122
6 H1 Constant Public Type reference (TYPE) STRING 'H1' H1 20061122
7 H2 Constant Public Type reference (TYPE) STRING 'H2' H2 20061122
8 H3 Constant Public Type reference (TYPE) STRING 'H3' H3 20061122
9 HEAD Constant Public Type reference (TYPE) STRING 'HEAD' HEAD 20061122
10 HTML Constant Public Type reference (TYPE) STRING 'HTML' HTML 20061122
11 IMG Constant Public Type reference (TYPE) STRING 'IMG' IMG 20061122
12 INSTANCE Static Attribute Public Object reference (TYPE REF TO) CL_HTM_FACTORY INSTANCE 20061122
13 LI Constant Public Type reference (TYPE) STRING 'LI' LI 20061122
14 LINK Constant Public Type reference (TYPE) STRING 'LINK' LINK 20061122
15 NULL Constant Public Type reference (TYPE) STRING '' ZERO 20061122
16 OL Constant Public Type reference (TYPE) STRING 'OL' OL 20061122
17 P Constant Public Type reference (TYPE) STRING 'P' B 20061122
18 SCRIPT Constant Public Type reference (TYPE) STRING 'SCRIPT' SCRIPT 20061122
19 SPAN Constant Public Type reference (TYPE) STRING 'SPAN' SPAN 20061122
20 TABLE Constant Public Type reference (TYPE) STRING 'TABLE' TABLE 20061122
21 TD Constant Public Type reference (TYPE) STRING 'TD' TD 20061122
22 TH Constant Public Type reference (TYPE) STRING 'TH' TH 20061122
23 TITLE Constant Public Type reference (TYPE) STRING 'TITLE' TITLE 20061122
24 TR Constant Public Type reference (TYPE) STRING 'TR' TR 20061122
25 UL Constant Public Type reference (TYPE) STRING 'UL' UL 20061122
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20061122
2 CREATE_BUTTON Static method Public Method CREATE_BUTTON 20061122
3 CREATE_CHECKBOX Static method Public Method CREATE_CHECKBOX 20061122
4 CREATE_FORM Static method Public Method CREATE_FORM 20061122
5 CREATE_INPUT Static method Public Method CREATE_INPUT 20061122
6 CREATE_LINK Static method Public Method CREATE_LINK 20061122
7 CREATE_NULL Static method Public Method CREATE_NULL 20061122
8 CREATE_PAGE Static method Public Method CREATE_PAGE 20061122
9 CREATE_SAPLINK Static method Public Method CREATE_SAPLINK 20061122
10 CREATE_SCRIPT Static method Public Method CREATE_SCRIPT 20061122
11 CREATE_TABLE Static method Public Method CREATE_TABLE 20061122
12 CREATE_TAG Static method Public Method CREATE_TAG 20061122
Events
Class CL_HTM_FACTORY has no event.
Types
Class CL_HTM_FACTORY has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_HTM_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HTM_FACTORY has no exception.

Method CREATE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IMAGE Call by reference Type reference (TYPE) CSEQUENCE I_IMAGE 20061122
2 Importing I_LABEL Call by reference Type reference (TYPE) CSEQUENCE I_LABEL 20061122
3 Importing I_OKCODE Call by reference Type reference (TYPE) CSEQUENCE I_OKCODE 20061122
4 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_PARENT 20061122
5 Importing I_QUICKINFO Call by reference Type reference (TYPE) CSEQUENCE I_QUICKINFO 20061122
6 Returning R_BUTTON Value transfer Object reference (TYPE REF TO) IF_HTM_TAG R_BUTTON 20061122

Method CREATE_BUTTON on class CL_HTM_FACTORY has no exception.

Method CREATE_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE I_NAME 20061122
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_PARENT 20061122
3 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE I_VALUE 20061122
4 Returning R_INPUT Value transfer Object reference (TYPE REF TO) IF_HTM_TAG R_INPUT 20061122

Method CREATE_CHECKBOX on class CL_HTM_FACTORY has no exception.

Method CREATE_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAM Call by reference Type reference (TYPE) CSEQUENCE I_PARAM 20061122
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_PARENT 20061122
3 Importing I_TCODE Call by reference Type reference (TYPE) CSEQUENCE I_TCODE 20061122
4 Returning R_FORM Value transfer Object reference (TYPE REF TO) IF_HTM_FORM R_FORM 20061122

Method CREATE_FORM on class CL_HTM_FACTORY has no exception.

Method CREATE_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LABEL Call by reference Type reference (TYPE) CSEQUENCE I_LABEL 20061122
2 Importing I_LABEL_POS Call by reference Type reference (TYPE) CSEQUENCE 'LEFT' I_LABEL_POS 20061122
3 Importing I_LENGTH Call by reference Type reference (TYPE) I 40 I_LENGTH 20061122
4 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE I_NAME 20061122
5 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_PARENT 20061122
6 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE I_VALUE 20061122
7 Returning R_INPUT Value transfer Object reference (TYPE REF TO) IF_HTM_TAG R_INPUT 20061122

Method CREATE_INPUT on class CL_HTM_FACTORY has no exception.

Method CREATE_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ADDRESS Call by reference Type reference (TYPE) CSEQUENCE I_ADDRESS 20061122
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_PARENT 20061122
3 Importing I_SUBTAG Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_SUBTAG 20061122
4 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE I_VALUE 20061122
5 Returning R_LINK Value transfer Object reference (TYPE REF TO) IF_HTM_LINK R_LINK 20061122

Method CREATE_LINK on class CL_HTM_FACTORY has no exception.

Method CREATE_NULL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS Call by reference Type reference (TYPE) CSEQUENCE I_CLASS 20061122
2 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE I_ID 20061122
3 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_PARENT 20061122
4 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE I_VALUE 20061122
5 Returning R_TAG Value transfer Object reference (TYPE REF TO) IF_HTM_TAG R_TAG 20061122

Method CREATE_NULL on class CL_HTM_FACTORY has no exception.

Method CREATE_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TITLE Call by reference Type reference (TYPE) CSEQUENCE I_TITLE 20061122
2 Returning R_PAGE Value transfer Object reference (TYPE REF TO) IF_HTM_PAGE R_PAGE 20061122

Method CREATE_PAGE on class CL_HTM_FACTORY has no exception.

Method CREATE_SAPLINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMETER Call by reference Type reference (TYPE) CSEQUENCE I_PARAMETER 20061122
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_PARENT 20061122
3 Importing I_TCODE Call by reference Type reference (TYPE) CSEQUENCE I_TCODE 20061122
4 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE I_VALUE 20061122
5 Returning R_LINK Value transfer Object reference (TYPE REF TO) IF_HTM_LINK R_LINK 20061122

Method CREATE_SAPLINK on class CL_HTM_FACTORY has no exception.

Method CREATE_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ADDRESS Call by reference Type reference (TYPE) CSEQUENCE I_ADDRESS 20061122
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_PARENT 20061122
3 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE I_VALUE 20061122
4 Returning R_SCRIPT Value transfer Object reference (TYPE REF TO) IF_HTM_TAG R_SCRIPT 20061122

Method CREATE_SCRIPT on class CL_HTM_FACTORY has no exception.

Method CREATE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS Call by reference Type reference (TYPE) CSEQUENCE I_CLASS 20061122
2 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE I_ID 20061122
3 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_PARENT 20061122
4 Returning R_TABLE Value transfer Object reference (TYPE REF TO) IF_HTM_TABLE R_TABLE 20061122

Method CREATE_TABLE on class CL_HTM_FACTORY has no exception.

Method CREATE_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS Call by reference Type reference (TYPE) CSEQUENCE I_CLASS 20061122
2 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE I_ID 20061122
3 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE I_NAME 20061122
4 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_HTM_TAG I_PARENT 20061122
5 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE I_VALUE 20061122
6 Returning R_TAG Value transfer Object reference (TYPE REF TO) IF_HTM_TAG R_TAG 20061122

Method CREATE_TAG on class CL_HTM_FACTORY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710