SAP ABAP Class CL_THTMLB_GRID (Element-Handler: <thtmlb:grid>)
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_GRID Base: 20060315
Properties
Class CL_THTMLB_GRID  
Short Description Element-Handler: <thtmlb:grid>    
Super Class CLG_THTMLB_GRID Base: <thtmlb:grid> 
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 20060315   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_THTMLB_GRID has no forward declaration.
Interfaces
Class CL_THTMLB_GRID has no interface implemented.
Friends
Class CL_THTMLB_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_CELLS Instance attribute Public Type reference (TYPE) CELL_TAB Table of Cells 20060315
2 GV_HTML Instance attribute Protected Type reference (TYPE) STRING HTML 20060315
Methods
# Method Level Visibility Method type Description Created on
1 RENDER_CELL Instance method Protected Method Render Cells 20060315
Events
Class CL_THTMLB_GRID has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CELL_STRUC Public See coding 20060315 BEGIN OF CELL_STRUC, COLSPAN TYPE STRING, COLUMNINDEX TYPE I, HEIGHT TYPE STRING, HORIZONTALALIGNMENT TYPE STRING, ID TYPE STRING, ROWINDEX TYPE I, ROWSPAN TYPE STRING, VERTICALALIGNMENT TYPE STRING, WIDTH TYPE STRING, BACKGROUNDCOLOR TYPE STRING, CONTENT TYPE STRING, USED TYPE STRING, ONCLIENTCLICK TYPE STRING, CLASSNAME TYPE STRING, END OF CELL_STRUC
2 CELL_TAB Public See coding 20060315 CELL_TAB TYPE TABLE OF CELL_STRUC
3 GRID_STRUC Public See coding 20060315 BEGIN OF GRID_STRUC, ROW TYPE I, COLUMN TYPE I, REF_ID TYPE STRING, END OF GRID_STRUC
4 GRID_TAB Public See coding 20060315 GRID_TAB TYPE TABLE OF GRID_STRUC
Method Signatures

Method RENDER_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CELL Value transfer Type reference (TYPE) CELL_STRUC 20060315

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