SAP ABAP Class CL_WUI_CNTL_INPUTFIELD (Data Retention for Input Field)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PLM-PPM-PDN (Application Component) Product Designer
⤷
PLM_PDN_WUI_CNTL (Package) Controls for the Web User Interface

⤷

⤷

Properties
Class | CL_WUI_CNTL_INPUTFIELD | |
Short Description | Data Retention for Input Field | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | PLM_PDN_WUI_CNTL | Controls for the Web User Interface |
Created | 20010816 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_WUI_CNTL_INPUTFIELD has no forward declaration.
Interfaces
Class CL_WUI_CNTL_INPUTFIELD has no interface implemented.
Friends
Class CL_WUI_CNTL_INPUTFIELD has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CHAR1 | Support Accessibility (Is Set Internally) | 20020325 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | UI Object Width in Characters | 20010816 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '350px' | Input Type=Text: Horizontal | 20010816 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'password' | Input Type=Password | 20010816 | |
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | INT4 | Truncate Label Text | 20010816 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | INT4 | Truncate Value | 20010816 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | False -> No HTML Escape | 20010816 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | ' ' | False -> No HTML Escape | 20010816 | |
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Width of Input Field in Pixel | 20010816 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | HTML ID | 20010816 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | ' ' | True -> No HTML Code | 20010816 | |
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Field Label Text | 20010816 | ||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | '120px' | Width of Label in Pixel; 0: Text as Tooltip | 20010816 | |
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Maximum Length of Content | 20010816 | ||
15 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_BSP_CONTROLLER | BSP Controller for Generation of HTML (INTERNAL ONLY!) | 20020325 | ||
16 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Name | 20010816 | ||
17 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Frontend: Javascript Function | 20010921 | ||
18 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | True -> Read Only | 20010816 | ||
19 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | True -> Marked as Required | 20010816 | ||
20 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Backend: name of Event Handler | 20010921 | ||
21 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Tab Index on HTML Page (Is Set Internally) | 20020325 | ||
22 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Local String | 20020304 | ||
23 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Quick Info | 20020115 | ||
24 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 'text' | Default: Text; Password -> Masked Typing | 20010816 | |
25 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Content | 20010816 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20010816 | |
2 | ![]() |
Instance method | Public | Method | Returns Field Width (Sets Default if Possible) | 20010816 |
3 | ![]() |
Instance method | Public | Method | Returns Label Texts (Cut and Escaped if Required) | 20010816 |
4 | ![]() |
Instance method | Public | Method | Returns Required (Sets Dependencies if Needed) | 20010816 |
5 | ![]() |
Instance method | Public | Method | Returns Value (Cut and Escaped if Required) | 20010816 |
Events
Class CL_WUI_CNTL_INPUTFIELD has no event.
Types
Class CL_WUI_CNTL_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_ID | Value transfer | Type reference (TYPE) | STRING | html id | 20010816 | ||
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | 20011009 | |||
3 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CLIKE | 20020118 |
Method CONSTRUCTOR on class CL_WUI_CNTL_INPUTFIELD has no exception.
Method GET_FIELDWIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_FIELDWIDTH | Value transfer | Type reference (TYPE) | STRING | 20010816 |
Method GET_FIELDWIDTH on class CL_WUI_CNTL_INPUTFIELD has no exception.
Method GET_LABELTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_LABELTEXT | Value transfer | Type reference (TYPE) | STRING | 20010816 |
Method GET_LABELTEXT on class CL_WUI_CNTL_INPUTFIELD has no exception.
Method GET_REQUIRED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_REQUIRED | Value transfer | Type reference (TYPE) | STRING | 20010816 |
Method GET_REQUIRED on class CL_WUI_CNTL_INPUTFIELD has no exception.
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20010816 |
Method GET_VALUE on class CL_WUI_CNTL_INPUTFIELD has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 110 |