SAP ABAP Class CLG_THTMLB_DROPDOWNLISTBOX (Base: <thtmlb:dropdownListBox>)
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 20060217
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_THTMLB_DROPDOWNLISTBOX Element-Handler: 20060502
Properties
Class CLG_THTMLB_DROPDOWNLISTBOX  
Short Description Base: <thtmlb:dropdownListBox>    
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 20060217   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CLG_THTMLB_DROPDOWNLISTBOX has no forward declaration.
Interfaces
Class CLG_THTMLB_DROPDOWNLISTBOX has no interface implemented.
Friends
Class CLG_THTMLB_DROPDOWNLISTBOX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DISABLED Instance attribute Public Type reference (TYPE) STRING 'FALSE' Disables user inputs. (TRUE|FALSE) 20060217
2 EDITABLE Instance attribute Public Type reference (TYPE) STRING 'FALSE' Editable inputField. For TimePicker. 'SAP' only. 20060315
3 ENCODE Instance attribute Public Type reference (TYPE) STRING 'TRUE' HTML encode the content of the field 20060217
4 ERRORSTATE Instance attribute Public Type reference (TYPE) STRING 'AUTO' Field state. (ERROR/WARNING/AUTO/NONE) 20111114
5 FOCUS Instance attribute Public Type reference (TYPE) STRING 'FALSE' Set focus on the DDLB 20080415
6 HELPVALUES Instance attribute Public Object reference (TYPE REF TO) DATA List comes from value list of the field 20060217
7 ICONTOOLTIP Instance attribute Public Type reference (TYPE) STRING Overwrites 'tooltip' attribute. Use ' ' for no tooltip. 20110506
8 M_CLASS_VALIDATOR Static Attribute Public Object reference (TYPE REF TO) CL_BSP_ELEMENT_RT_ATTR_VALID 20060217
9 NAMEOFKEYCOLUMN Instance attribute Public Type reference (TYPE) STRING Lead Column Name 20060217
10 NAMEOFVALUECOLUMN Instance attribute Public Type reference (TYPE) STRING Value Column Name 20060217
11 ONCLIENTEDIT Instance attribute Public Type reference (TYPE) STRING Javascript to be executed once a user edit a selection 20060502
12 ONCLIENTEVENTS Instance attribute Public Object reference (TYPE REF TO) DATA Generic Client Event Handlers, as IHTTPNVP name-value pairs 20100331
13 ONCLIENTSELECT Instance attribute Public Type reference (TYPE) STRING Client Event Handler for Selection 20060217
14 ONSELECT Instance attribute Public Type reference (TYPE) STRING Server Event Handler for Selection 20060217
15 RENDERING Instance attribute Public Type reference (TYPE) STRING 'SAP' (BROWSER/SAP/SAP_LIGHT) SAP_LIGHT within a cell only. 20060421
16 REQUIRED Instance attribute Public Type reference (TYPE) STRING Filled by config tool when mandatory. (TRUE|FALSE) 20070809
17 SCROLLBARITEMS Instance attribute Public Type reference (TYPE) I '7' Number of items in "SAP" Scrollbar. 20060314
18 SELECTION Instance attribute Public Type reference (TYPE) STRING The selected item string-identifier KEY. 20060217
19 SUBMITONENTER Instance attribute Public Type reference (TYPE) STRING Generate round-trip on ENTER key. (TRUE|FALSE) 20060504
20 SUBMITONENTEREVENTNAME Instance attribute Public Type reference (TYPE) STRING 'submitonenter' Custom server side event name 20060505
21 SWITCHID Instance attribute Public Type reference (TYPE) STRING switch id 20080226
22 TABLE Instance attribute Public Object reference (TYPE REF TO) DATA Table of values 20060217
23 TOOLTIP Instance attribute Public Type reference (TYPE) STRING Tooltip displayed on hovering 20060217
24 VALIDATE Instance attribute Public Type reference (TYPE) STRING Validate the input on submit. (TRUE|FALSE) 20060502
25 WIDTH Instance attribute Public Type reference (TYPE) STRING Width of the field. Do not use %-widths for inline-display. 20060217
26 _HELPVALUES Instance attribute Public Type reference (TYPE) STRING List comes from value list of the field 20060217
27 _SELECTION Instance attribute Public Type reference (TYPE) STRING The selected item string-identifier KEY. 20060217
28 _TABLE Instance attribute Public Type reference (TYPE) STRING Table of values 20060217
29 _TOOLTIP Instance attribute Public Type reference (TYPE) STRING Tooltip displayed on hovering 20061222
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060217
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060217
3 FACTORY Static method Public Method FACTORY_METHOD 20060217
4 FACTORY_CLEAR Static method Public Method FACTORY CLEAR METHOD 20060217
Events
Class CLG_THTMLB_DROPDOWNLISTBOX has no event.
Types
Class CLG_THTMLB_DROPDOWNLISTBOX has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

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

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISABLED Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20060217
2 Importing EDITABLE Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20060315
3 Returning ELEMENT Value transfer Object reference (TYPE REF TO) CL_THTMLB_DROPDOWNLISTBOX 20060217
4 Importing ENCODE Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20060217
5 Importing ERRORSTATE Call by reference Type reference (TYPE) CSEQUENCE 'AUTO' 20111114
6 Importing FOCUS Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20080415
7 Importing HELPVALUES Call by reference Object reference (TYPE REF TO) DATA 20060217
8 Importing ICONTOOLTIP Call by reference Type reference (TYPE) CSEQUENCE 20110506
9 Importing ID Call by reference Type reference (TYPE) CSEQUENCE 20060217
10 Importing ID_POSTFIX Call by reference Type reference (TYPE) CSEQUENCE 20060217
11 Importing NAMEOFKEYCOLUMN Call by reference Type reference (TYPE) CSEQUENCE 20060217
12 Importing NAMEOFVALUECOLUMN Call by reference Type reference (TYPE) CSEQUENCE 20060217
13 Importing ONCLIENTEDIT Call by reference Type reference (TYPE) CSEQUENCE 20060502
14 Importing ONCLIENTEVENTS Call by reference Object reference (TYPE REF TO) DATA 20100331
15 Importing ONCLIENTSELECT Call by reference Type reference (TYPE) CSEQUENCE 20060217
16 Importing ONSELECT Call by reference Type reference (TYPE) CSEQUENCE 20060217
17 Importing RENDERING Call by reference Type reference (TYPE) CSEQUENCE 'SAP' 20060421
18 Importing REQUIRED Call by reference Type reference (TYPE) CSEQUENCE 20070809
19 Importing SCROLLBARITEMS Call by reference Type reference (TYPE) I '7' 20060314
20 Importing SELECTION Call by reference Type reference (TYPE) CSEQUENCE 20060217
21 Importing SUBMITONENTER Call by reference Type reference (TYPE) CSEQUENCE 20060504
22 Importing SUBMITONENTEREVENTNAME Call by reference Type reference (TYPE) CSEQUENCE 'submitonenter' 20060505
23 Importing SWITCHID Call by reference Type reference (TYPE) CSEQUENCE 20080226
24 Importing TABLE Call by reference Object reference (TYPE REF TO) DATA 20060217
25 Importing TOOLTIP Call by reference Type reference (TYPE) CSEQUENCE 20060217
26 Importing VALIDATE Call by reference Type reference (TYPE) CSEQUENCE 20060502
27 Importing WIDTH Call by reference Type reference (TYPE) CSEQUENCE 20060217
28 Importing _HELPVALUES Call by reference Type reference (TYPE) STRING 20060217
29 Importing _SELECTION Call by reference Type reference (TYPE) STRING 20060217
30 Importing _TABLE Call by reference Type reference (TYPE) STRING 20060217
31 Importing _TOOLTIP Call by reference Type reference (TYPE) STRING 20061222

Method FACTORY on class CLG_THTMLB_DROPDOWNLISTBOX 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_DROPDOWNLISTBOX 20060217

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