SAP ABAP Class CL_CFX_SO_TEXT (Text as It Is to Be Displayed)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFX_UI (Package) Collaboration Folders: User Interface
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_SCREEN_OBJECT | Any Object that Can Be Displayed on the Screen | 20021119 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_LABEL | Name | 20021119 |
Properties
| Class | CL_CFX_SO_TEXT | |
| Short Description | Text as It Is to Be Displayed | |
| Super Class | CL_CFX_SO_SCREEN_OBJECT | Any Object that Can Be Displayed on the Screen |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFX_UI | Collaboration Folders: User Interface |
| Created | 20021119 | SAP |
| Last change | 20141109 | |
| 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_CFX_SO_TEXT has no interface implemented.
Friends
Class CL_CFX_SO_TEXT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | CFX_STRING | Character String for Collaboration Folders | 20021119 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | CFX_T_TEXT | Text, html escaped | 20021119 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CFX_BOOLEAN | html escape ? | 20021122 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | CFX_T_TEXT | Text | 20021119 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | Number of Characters in m_text | 20021122 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | CFX_T_TEXT | Quick Info | 20030313 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | Before Output Shorten Text to This Length | 20021122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20021119 | ||
| 2 | Instance method | Protected | Method | Determine Tooltip | 20030314 | |
| 3 | Instance method | Protected | Method | Text, Shortened and (If Necessary) HTML Escaped | 20021122 | |
| 4 | Instance method | Protected | Method | Is Text Shortened for Display? | 20021122 | |
| 5 | Instance method | Public | Method | Set Max. No. of Characters of the Shortened Text | 20021122 |
Events
Class CL_CFX_SO_TEXT has no event.
Types
Class CL_CFX_SO_TEXT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASS | Call by reference | Type reference (TYPE) | CFX_STRING | 'sapTxtStd' | Zeichenkette für Collaboration Folders | 20021119 | ||
| 2 | I_ESCAPE_TEXT | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | html escape ? | 20021119 | ||
| 3 | I_ID | Call by reference | Type reference (TYPE) | CFX_STRING | id | 20021119 | |||
| 4 | I_PLACE_HOLDER_1 | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Text für Collaboration Folders | 20021126 | |||
| 5 | I_PLACE_HOLDER_2 | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Text für Collaboration Folders | 20021126 | |||
| 6 | I_PLACE_HOLDER_3 | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Text für Collaboration Folders | 20021126 | |||
| 7 | I_PLACE_HOLDER_4 | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Text für Collaboration Folders | 20021126 | |||
| 8 | I_TEXT | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Text | 20021119 | |||
| 9 | I_TEXT_ALIAS | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Text Alias | 20021126 | |||
| 10 | I_TOOLTIP | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Tooltip | 20030313 | |||
| 11 | I_TRUNCATE_TEXT | Call by reference | Type reference (TYPE) | I | Max. Zeichenzahl des gekürzten Textes | 20021122 |
Method CONSTRUCTOR on class CL_CFX_SO_TEXT has no exception.
Method GET_TOOLTIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TOOLTIP | Value transfer | Type reference (TYPE) | CFX_T_TEXT | Tooltip | 20030314 |
Method GET_TOOLTIP on class CL_CFX_SO_TEXT has no exception.
Method GET_TRUNCATED_ESCAPED_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TRUNCATED_ESCAPED_TEXT | Value transfer | Type reference (TYPE) | CFX_STRING | Text, gekürzt und (falls notwendig) html escaped | 20021122 |
Method GET_TRUNCATED_ESCAPED_TEXT on class CL_CFX_SO_TEXT has no exception.
Method IS_TRUNCATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_TRUNCATED | Value transfer | Type reference (TYPE) | CFX_BOOLEAN | Wird Text gekürzt ? | 20021122 |
Method IS_TRUNCATED on class CL_CFX_SO_TEXT has no exception.
Method SET_TRUNCATE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TRUNCATE_TEXT | Call by reference | Type reference (TYPE) | I | Max. Zeichenzahl des gekürzten Textes | 20021122 |
Method SET_TRUNCATE_TEXT on class CL_CFX_SO_TEXT has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 200 |