SAP ABAP Class CL_THTMLB_ELEMENT (Element class for THTMLB tag library)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI-TAG (Application Component) Tag Library
⤷
BSP_DYN_CONFIG_TAG_LIB (Package) New tag library for CRM IC
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HTMLB_ELEMENT | Base |
20060125 |
Meta Relationship - Used By
Properties
| Class | CL_THTMLB_ELEMENT | |
| Short Description | Element class for THTMLB tag library | |
| Super Class | CL_HTMLB_ELEMENT | Base <htmlb:*> |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BSP_DYN_CONFIG_TAG_LIB | New tag library for CRM IC |
| Created | 20060123 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_THTMLB_ELEMENT has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_HTMLB_CONTENT | 20060125 | ||
| 2 | CL_HTMLB_MANAGER | 20060125 | package com.sap.htmlb.event;public class EventManager |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 'X' | indicates whether tag should be rendered (switch) | 20080226 | ||
| 2 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | check if the focus is set in the page | 20080415 | ||
| 3 | Static Attribute | Public | Type reference (TYPE) | STRING | OBSOLETE. Not Delta-Handling compliant! | 20070418 | |||
| 4 | Static Attribute | Protected | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20060412 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20060412 | ||
| 2 | Instance method | Protected | Method | Generates a default THTMLB tag ID. | 20060727 | |
| 3 | Instance method | Protected | Method | Returns true if element has error | 20091124 | |
| 4 | Instance method | Protected | Method | 20060412 | ||
| 5 | Instance method | Public | Method | Prints some tracing HTML for test-mode support. | 20060727 | |
| 6 | Instance method | Public | Method | Prints some tracing HTML for test-mode support. | 20060727 | |
| 7 | Instance method | Public | Method | Returns a string representation of the THTMLB tag. | 20060921 |
Events
Class CL_THTMLB_ELEMENT has no event.
Types
Class CL_THTMLB_ELEMENT has no local type.
Method Signatures
Method ADD_FORMFIELDS_FOR_RESTORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FORM_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20060412 |
Method ADD_FORMFIELDS_FOR_RESTORE on class CL_THTMLB_ELEMENT has no exception.
Method GENERATE_TAG_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | STRING | Generated default THTMLB tag ID. | 20060727 |
Method GENERATE_TAG_ID on class CL_THTMLB_ELEMENT has no exception.
Method GET_ERROR_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATE | Value transfer | Type reference (TYPE) | STRING | State | 20091124 |
Method GET_ERROR_STATE on class CL_THTMLB_ELEMENT has no exception.
Method MERGE_FORMFIELDS_FOR_RESTORE Signature
Method MERGE_FORMFIELDS_FOR_RESTORE on class CL_THTMLB_ELEMENT has no parameter.
Method MERGE_FORMFIELDS_FOR_RESTORE on class CL_THTMLB_ELEMENT has no exception.
Method TESTMODE_TRACING_ENDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_HTML | Call by reference | Type reference (TYPE) | STRING | Returns, instead of printing, the HTML string. | 20060818 | |||
| 2 | IV_SUB_TYPE | Call by reference | Type reference (TYPE) | STRING | 20110722 |
Method TESTMODE_TRACING_ENDS on class CL_THTMLB_ELEMENT has no exception.
Method TESTMODE_TRACING_STARTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_HTML | Call by reference | Type reference (TYPE) | STRING | Returns, instead of printing, the HTML string. | 20060818 | |||
| 2 | IV_ADDITION | Call by reference | Type reference (TYPE) | STRING | 20110722 | ||||
| 3 | IV_SPECIFIC_FUNCTION | Call by reference | Type reference (TYPE) | STRING | Unique, language-independent element ID. | 20060727 | |||
| 4 | IV_SUB_TYPE | Call by reference | Type reference (TYPE) | STRING | 20110722 | ||||
| 5 | IV_TRACE_ID_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag to only generate the trace ID. | 20060818 |
Method TESTMODE_TRACING_STARTS on class CL_THTMLB_ELEMENT has no exception.
Method TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PAGE_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_BSP_PAGE_CONTEXT | BSP Page Context for Element Handler | 20060921 | |||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | A string representation of the tag | 20060921 |
Method TO_STRING on class CL_THTMLB_ELEMENT has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |