SAP ABAP Class CLG_THTMLB_TEXTAREA (Base: <thtmlb:textArea>)
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)  CL_THTMLB_ELEMENT Element class for THTMLB tag library 20060123
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_THTMLB_TEXTAREA Implementation for 20060220
Properties
Class CLG_THTMLB_TEXTAREA  
Short Description Base: <thtmlb:textArea>    
Super Class CL_THTMLB_ELEMENT Element class for THTMLB tag library 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 70  Basis Class for BSP Element Handlers 
Package BSP_DYN_CONFIG_TAG_LIB   New tag library for CRM IC 
Created 20060120   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CLG_THTMLB_TEXTAREA has no forward declaration.
Interfaces
Class CLG_THTMLB_TEXTAREA has no interface implemented.
Friends
Class CLG_THTMLB_TEXTAREA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLS Instance attribute Public Type reference (TYPE) STRING '40' Column Size 20060120
2 CSSCLASS Instance attribute Public Type reference (TYPE) STRING Extra css class to be apply to the text area 20060601
3 DISABLED Instance attribute Public Type reference (TYPE) STRING Sets the field to disabled. (TRUE|FALSE) 20060120
4 ENCODE Instance attribute Public Type reference (TYPE) STRING 'TRUE' HTML encode the supplied "text". (TRUE|FALSE) 20060120
5 FONT Instance attribute Public Type reference (TYPE) STRING OBSOLETE 20060120
6 HEIGHT Instance attribute Public Type reference (TYPE) STRING Fixed scale (e.g. px, em, ex). Dynamic (%) is not allowed 20060120
7 M_CLASS_VALIDATOR Static Attribute Public Object reference (TYPE REF TO) CL_BSP_ELEMENT_RT_ATTR_VALID 20060223
8 ONBLUR Instance attribute Public Type reference (TYPE) STRING javascript function to be called when loosing focus occurs 20100217
9 ONCHANGE Instance attribute Public Type reference (TYPE) STRING javascript function to be called when a change occurs 20090415
10 ONCLICK Instance attribute Public Type reference (TYPE) STRING javascript function to be called when a mouse click 20090415
11 ROWS Instance attribute Public Type reference (TYPE) STRING '5' Default "height" in rows. 20060120
12 SWITCHID Instance attribute Public Type reference (TYPE) STRING switch id 20080226
13 TEXT Instance attribute Public Type reference (TYPE) STRING Text to be displayed 20060120
14 TEXTDIRECTION Instance attribute Public Type reference (TYPE) STRING The direction of the text. (RTL/LTR) Defaults to page. 20060120
15 TOOLTIP Instance attribute Public Type reference (TYPE) STRING The tooltip of the field 20060120
16 WIDTH Instance attribute Public Type reference (TYPE) STRING The width of the field 20060120
17 WRAPPING Instance attribute Public Type reference (TYPE) STRING 'HARD' DEPRECATED: Wrapped, as a string, or nowrap. (HARD/SOFT/OFF) 20060120
18 _TEXT Instance attribute Public Type reference (TYPE) STRING Text to be displayed 20060220
19 _TOOLTIP Instance attribute Public Type reference (TYPE) STRING The tooltip of the field 20061221
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060120
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060120
3 FACTORY Static method Public Method FACTORY_METHOD 20060120
4 FACTORY_CLEAR Static method Public Method FACTORY CLEAR METHOD 20060120
Events
Class CLG_THTMLB_TEXTAREA has no event.
Types
Class CLG_THTMLB_TEXTAREA has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CLG_THTMLB_TEXTAREA has no parameter.
Method CLASS_CONSTRUCTOR on class CLG_THTMLB_TEXTAREA has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CLG_THTMLB_TEXTAREA has no parameter.
Method CONSTRUCTOR on class CLG_THTMLB_TEXTAREA has no exception.

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLS Call by reference Type reference (TYPE) CSEQUENCE '40' 20060120
2 Importing CSSCLASS Call by reference Type reference (TYPE) CSEQUENCE 20060601
3 Importing DISABLED Call by reference Type reference (TYPE) CSEQUENCE 20060120
4 Returning ELEMENT Value transfer Object reference (TYPE REF TO) CL_THTMLB_TEXTAREA 20060120
5 Importing ENCODE Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20060120
6 Importing FONT Call by reference Type reference (TYPE) CSEQUENCE 20060120
7 Importing HEIGHT Call by reference Type reference (TYPE) CSEQUENCE 20060120
8 Importing ID Call by reference Type reference (TYPE) CSEQUENCE 20060120
9 Importing ID_POSTFIX Call by reference Type reference (TYPE) CSEQUENCE 20060120
10 Importing ONBLUR Call by reference Type reference (TYPE) CSEQUENCE 20100217
11 Importing ONCHANGE Call by reference Type reference (TYPE) CSEQUENCE 20090415
12 Importing ONCLICK Call by reference Type reference (TYPE) CSEQUENCE 20090415
13 Importing ROWS Call by reference Type reference (TYPE) CSEQUENCE '5' 20060120
14 Importing SWITCHID Call by reference Type reference (TYPE) CSEQUENCE 20080226
15 Importing TEXT Call by reference Type reference (TYPE) CSEQUENCE 20060120
16 Importing TEXTDIRECTION Call by reference Type reference (TYPE) CSEQUENCE 20060120
17 Importing TOOLTIP Call by reference Type reference (TYPE) CSEQUENCE 20060120
18 Importing WIDTH Call by reference Type reference (TYPE) CSEQUENCE 20060120
19 Importing WRAPPING Call by reference Type reference (TYPE) CSEQUENCE 'HARD' 20060120
20 Importing _TEXT Call by reference Type reference (TYPE) STRING 20060220
21 Importing _TOOLTIP Call by reference Type reference (TYPE) STRING 20061221

Method FACTORY on class CLG_THTMLB_TEXTAREA has no exception.

Method FACTORY_CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) CL_THTMLB_TEXTAREA 20060120

Method FACTORY_CLEAR on class CLG_THTMLB_TEXTAREA has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700