SAP ABAP Class CL_THTMLB_TEXTVIEW (Element-Handler: <:textView>)
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) | CLG_THTMLB_TEXTVIEW | Base: |
20060129 |
Properties
Class | CL_THTMLB_TEXTVIEW | |
Short Description | Element-Handler: <:textView> | |
Super Class | CLG_THTMLB_TEXTVIEW | Base: <thtmlb:textView> |
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 | 20060129 | 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) |
Interfaces
Class CL_THTMLB_TEXTVIEW has no interface implemented.
Friends
Class CL_THTMLB_TEXTVIEW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CENTER' | Enum Value 'CENTER' for Align | 20071004 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ENDOFLINE' | Enum Value 'ENDOFLINE' for Align | 20071004 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'FORCEDLEFT' | Enum Value 'FORCEDLEFT' for Align | 20071004 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'LEFT' | Enum Value 'LEFT' for Align | 20071004 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'RIGHT' | Enum Value 'RIGHT' for Align | 20071004 | |
6 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'BOLD' | Enum Value 'Bold' for Label. | 20060712 | |
7 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'HEADER1' | Enum Value 'HEADER1' for Design | 20060228 | |
8 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'HEADER2' | Enum Value 'HEADER2' for Design | 20060228 | |
9 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'ITALIC' | Enum Value 'ITALIC' for Design | 20060404 | |
10 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'LABEL' | Enum Value 'LABEL' for Design | 20060228 | |
11 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'STANDARD' | Enum Value 'STANDARD' for Design | 20060129 | |
12 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'VALUE' | Enum Value 'VALUE' for Design | 20060228 | |
13 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'BLOCK' | Enum Value 'Block' for Layout | 20060509 | |
14 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'NATIVE' | Enum Value 'Native' for Layout | 20060228 | |
15 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'PARAGRAPH' | Enum Value 'Paragraph' for Layout | 20060228 | |
16 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'INHERIT' | Enum Value 'INHERIT' for Text Direction | 20060221 | |
17 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'LTR' | Enum Value 'LTR' for Text Direction | 20060221 | |
18 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'RTL' | Enum Value 'RTL' for Text Direction | 20060221 | |
19 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'FORCEDLEFT/LEFT/CENTER/RIGHT/ENDOFLINE' | Enum Type Text View Align | 20071004 | |
20 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | 'STANDARD/HEADER1/HEADER2/LABEL/VALUE/ITALIC/BOLD' | Enum Type of Text View Layout | 20060129 | |
21 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | Enum Type of Text View LayoutEnum Type of Text View Layout | 20060228 | ||
22 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'LTR/RTL/INHERIT' | Enum Type of Text View Text Direction | 20060221 | |
23 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TEXT | TRUE for rendering an ID. | 20080731 | ||
24 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Row Template instance | 20100809 | ||
25 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Testmode "U" part | 20081028 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20060228 |
2 | ![]() |
Static method | Public | Method | Encodes and returns the supplied attribute value | 20100423 |
3 | ![]() |
Static method | Protected | Method | Processes the tag TEXT attribute | 20100423 |
4 | ![]() |
Static method | Protected | Method | Binding processing | 20100527 |
Events
Class CL_THTMLB_TEXTVIEW has no event.
Types
Class CL_THTMLB_TEXTVIEW has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_THTMLB_TEXTVIEW has no parameter.
Method CONSTRUCTOR on class CL_THTMLB_TEXTVIEW has no exception.
Method ENCODE_ATTRIBUTE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Attribute Name | 20100423 | ||
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | Attribute Value or Binding Path | 20100423 | ||
3 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | STRING | Encoded Value | 20100423 |
Method ENCODE_ATTRIBUTE_VALUE on class CL_THTMLB_TEXTVIEW has no exception.
Method PROCESS_TEXT_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_TEXT | Call by reference | Object reference (TYPE REF TO) | CL_THTMLB_TEXTVIEW | TextView instance | 20100423 |
Method PROCESS_TEXT_ATTRIBUTE on class CL_THTMLB_TEXTVIEW has no exception.
Method RESOLVE_MODEL_BINDING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_TEXT | Call by reference | Object reference (TYPE REF TO) | CL_THTMLB_TEXTVIEW | TextView instance | 20100527 |
Method RESOLVE_MODEL_BINDING on class CL_THTMLB_TEXTVIEW has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |