SAP ABAP Class CL_CFX_SO_INPUTFIELD (Entry Field for String)
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_EDITABLE | Object That Can Be Edited (Displayed) | 20021203 |
Properties
| Class | CL_CFX_SO_INPUTFIELD | |
| Short Description | Entry Field for String | |
| Super Class | CL_CFX_SO_EDITABLE | Object That Can Be Edited (Displayed) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFX_UI | Collaboration Folders: User Interface |
| Created | 20021121 | 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) | |
| 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) |
Interfaces
Class CL_CFX_SO_INPUTFIELD has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CFX_SO_DATE | 20021203 | Date (Input and Output) |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CFX_TS_INPUTFIELD | Structure for UI Object "inputfield" | 20021121 | |||
| 2 | Constant | Public | Type reference (TYPE) | CFX_STRING | 'Inputfield' | Type | 20021121 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20021121 | ||
| 2 | Instance method | Public | Method | In Format for Include "include_inputfield.htm" | 20021121 | |
| 3 | Static method | Public | Method | Object from cfx_ts_inputfield | 20030214 | |
| 4 | Instance method | Public | Method | Determine Values Entered by User | 20021129 |
Events
Class CL_CFX_SO_INPUTFIELD has no event.
Types
Class CL_CFX_SO_INPUTFIELD 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_CHARSIZE | Call by reference | Type reference (TYPE) | CFX_STRING | Breite in Zahl der Zeichen | 20021121 | |||
| 2 | I_CUT_VALUE | Call by reference | Type reference (TYPE) | CFX_STRING | Wert: abschneiden (?) | 20021121 | |||
| 3 | I_ESCAPE_LABEL | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Label: html escape ? | 20021121 | ||
| 4 | I_ESCAPE_VALUE | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Wert: html escape ? | 20021121 | ||
| 5 | I_ID | Call by reference | Type reference (TYPE) | CFX_STRING | html id | 20021121 | |||
| 6 | I_IS_READONLY | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_FALSE | Wert: Nur Anzeige ? | 20021203 | ||
| 7 | I_IS_REQUIRED | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_FALSE | Wert: Mußfeld ? | 20021203 | ||
| 8 | I_LABEL | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Label | 20021121 | |||
| 9 | I_LABEL_TOOLTIP | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Tooltip für label | 20030313 | |||
| 10 | I_MAXLENGTH | Call by reference | Type reference (TYPE) | CFX_STRING | Wert: Max. Länge der Eingabe | 20021121 | |||
| 11 | I_NAME | Call by reference | Type reference (TYPE) | CFX_STRING | Name (zur Abfrage des Werts) | 20021121 | |||
| 12 | I_STYLE | Call by reference | Type reference (TYPE) | CFX_STRING | css style | 20021121 | |||
| 13 | I_TYPE | Call by reference | Type reference (TYPE) | CFX_STRING | default: text; password -> masked typing | 20021121 | |||
| 14 | I_VALUE | Call by reference | Type reference (TYPE) | CFX_STRING | Wert | 20021121 | |||
| 15 | I_WIDTH | Call by reference | Type reference (TYPE) | CFX_STRING | Breite in Pixeln | 20021122 |
Method CONSTRUCTOR on class CL_CFX_SO_INPUTFIELD has no exception.
Method GET_FOR_INCLUDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_INPUTFIELD | Value transfer | Type reference (TYPE) | CFX_TS_INPUTFIELD | structure for ui object inputfield | 20021121 |
Method GET_FOR_INCLUDE on class CL_CFX_SO_INPUTFIELD has no exception.
Method GET_FOR_UI_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_INPUTFIELD | Call by reference | Type reference (TYPE) | CFX_TS_INPUTFIELD | structure for ui object inputfield | 20030214 | |||
| 2 | RP_SO_INPUTFIELD | Value transfer | Object reference (TYPE REF TO) | CL_CFX_SO_INPUTFIELD | Eingabefeld für String | 20030214 |
Method GET_FOR_UI_STRUCTURE on class CL_CFX_SO_INPUTFIELD has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_VALUE | Call by reference | Type reference (TYPE) | CFX_STRING | Wert | 20021129 |
Method GET_VALUE on class CL_CFX_SO_INPUTFIELD has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 200 |