SAP ABAP Class CL_THTMLB_SELECTION_BOX (Renders a selection box)
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)  CLG_THTMLB_SELECTIONBOX Base: 20060324
Properties
Class CL_THTMLB_SELECTION_BOX  
Short Description Renders a selection box    
Super Class CLG_THTMLB_SELECTIONBOX Base: <thtmlb:selectionBox> 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSP_DYN_CONFIG_TAG_LIB   New tag library for CRM IC 
Created 20060322   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_THTMLB_SELECTION_BOX has no interface implemented.
Friends
Class CL_THTMLB_SELECTION_BOX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_SELECTION_BOX_WRITER Instance attribute Public Object reference (TYPE REF TO) IF_BSP_WRITER Interface for Writing Page Content 20060822
2 MR_INPUTFIELD Instance attribute Public Object reference (TYPE REF TO) CL_THTMLB_INPUTFIELD HTML selected KEY holder 20070312
3 MV_DEFAULT_SELECTED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Default entry selected? 20060606
4 MV_DISABLED Instance attribute Public Type reference (TYPE) ABAP_BOOL Box part a disabled DDLB 20060920
5 MV_IS_NATIVE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Rendering a Native SELECT 20070917
6 MV_NATIVE_NAME Instance attribute Public Type reference (TYPE) STRING 20070917
7 MV_ONCLICK_EVENT Instance attribute Public Type reference (TYPE) STRING 20060410
8 MV_PERS_IS_SKIPPED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Personalization is not to be performed 20090923
9 MV_SELECTION_KEY Instance attribute Public Type reference (TYPE) STRING Selected KEY. Set in ITEM. 20060510
10 MV_SELECTION_KEY_ID Instance attribute Public Type reference (TYPE) STRING 20060510
11 MV_SELECTION_VALIDATED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Selection KEY validated? Set in ITEM. 20060505
12 MV_SELECTION_VALUE Instance attribute Public Type reference (TYPE) STRING Selected VALUE. Set in ITEM. 20060329
13 MV_TABLE_SORTING_DONE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Item sorting performed (on backend) 20090928
14 MV_WIDTH Instance attribute Public Type reference (TYPE) STRING DDLB width 20091001
15 NO_OF_ITEMS Instance attribute Public Type reference (TYPE) I 0 Number of items in the dropbox. 20060825
16 REAL_SIZE Instance attribute Public Type reference (TYPE) I 1 Length of longest item in DD. Defaults to 1 if empty. 20060426
Methods
# Method Level Visibility Method type Description Created on
1 ENCODE_AS_HTML_COMMENTS Static method Public Method Encodes a string to be inserted within <-- ... --> comments. 20100331
2 PROCESSTABLE Static method Public Method Returns a dropbox' HTML string 20100406
3 RESOLVE_MODEL_BINDING Instance method Protected Method 20060329
Events
Class CL_THTMLB_SELECTION_BOX has no event.
Types
Class CL_THTMLB_SELECTION_BOX has no local type.
Method Signatures

Method ENCODE_AS_HTML_COMMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Call by reference Type reference (TYPE) STRING Input string 20100331
2 Returning RV_STRING Value transfer Type reference (TYPE) STRING Output string 20100331

Method ENCODE_AS_HTML_COMMENTS on class CL_THTMLB_SELECTION_BOX has no exception.

Method PROCESSTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BOX Call by reference Object reference (TYPE REF TO) CL_THTMLB_SELECTION_BOX Dropbox instance 20100406
2 Returning RV_ITEMS_HTML Value transfer Type reference (TYPE) STRING Encoded dropbox 20100406

Method PROCESSTABLE on class CL_THTMLB_SELECTION_BOX has no exception.

Method RESOLVE_MODEL_BINDING Signature

Method RESOLVE_MODEL_BINDING on class CL_THTMLB_SELECTION_BOX has no parameter.
Method RESOLVE_MODEL_BINDING on class CL_THTMLB_SELECTION_BOX has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700