SAP ABAP Class CL_WUI_CNTL_TEXTAREA (Data Retention for Long Text Area)
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_TEXTAREA  
Short Description Data Retention for Long Text Area    
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 20010904   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WUI_CNTL_TEXTAREA has no forward declaration.
Interfaces
Class CL_WUI_CNTL_TEXTAREA has no interface implemented.
Friends
Class CL_WUI_CNTL_TEXTAREA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AREAWIDTH Instance attribute Public Type reference (TYPE) STRING '390px' Box Width in Pixel 20010904
2 CUT_LABELTEXT Instance attribute Public Type reference (TYPE) INT4 Truncate Label Text 20010904
3 CUT_TEXT Instance attribute Public Type reference (TYPE) INT4 Truncate Text 20010904
4 ESCAPE_LABELTEXT Instance attribute Public Type reference (TYPE) STRING ' ' False -> No HTML Escape 20010904
5 ESCAPE_TEXT Instance attribute Public Type reference (TYPE) STRING ' ' False -> No HTML Escape 20010904
6 ID Instance attribute Public Type reference (TYPE) STRING HTML ID 20010904
7 INVISIBLE Instance attribute Public Type reference (TYPE) STRING '' True -> No HTML Code 20010904
8 LABELTEXT Instance attribute Public Type reference (TYPE) STRING Label Text 20010904
9 LABELWIDTH Instance attribute Public Type reference (TYPE) STRING '120px' Label Width in Pixel 20010904
10 NAME Instance attribute Public Type reference (TYPE) STRING HTML Name in Form 20010904
11 NCOLS Instance attribute Public Type reference (TYPE) INT2 80 Number of Columns in Characters 20010904
12 NROWS Instance attribute Public Type reference (TYPE) INT2 4 Number of Rows 20010904
13 READONLY Instance attribute Public Type reference (TYPE) STRING '' True -> Read Only 20010904
14 SAP_TEXTLINES Instance attribute Public Type reference (TYPE) TLINETAB SAP Internal Long Text Format 20010905
15 TEXT Instance attribute Public Type reference (TYPE) STRING Content 20010904
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SAP_LONGTEXT_LINE Instance method Public Method Copy Internal SAP Long Text as String 20010905
2 CONSTRUCTOR Instance method Public Constructor Constructor 20010904
3 GET_LABELTEXT Instance method Public Method -> Formatted Label Text 20010904
4 GET_TEXT Instance method Public Method -> Formatted Text 20010904
Events
Class CL_WUI_CNTL_TEXTAREA has no event.
Types
Class CL_WUI_CNTL_TEXTAREA has no local type.
Method Signatures

Method ADD_SAP_LONGTEXT_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORMAT_COL Call by reference Type reference (TYPE) TDFORMAT Formatspalte 20010905
2 Importing IV_LINESIZE Call by reference Type reference (TYPE) TDLINESIZE Zeilen-Breite 20010905
3 Importing IV_TEXT_LINE Call by reference Type reference (TYPE) TDLINE Textzeile 20010905

Method ADD_SAP_LONGTEXT_LINE on class CL_WUI_CNTL_TEXTAREA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) STRING HTML-id 20010904
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20020210

Method CONSTRUCTOR on class CL_WUI_CNTL_TEXTAREA has no exception.

Method GET_LABELTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_LABELTEXT Value transfer Type reference (TYPE) STRING 20010904

Method GET_LABELTEXT on class CL_WUI_CNTL_TEXTAREA has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_TEXT Value transfer Type reference (TYPE) STRING 20010904

Method GET_TEXT on class CL_WUI_CNTL_TEXTAREA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 110