SAP ABAP Class CL_HTMLB_GRIDLAYOUT (GEN: CLG_HTMLB_GRIDLAYOUT)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BSP (Application Component) Business Server Pages
     SBSPEXT_HTMLB (Package) BSP Extensions: HTMLB
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CLG_HTMLB_GRIDLAYOUT Base: 20010917
Properties
Class CL_HTMLB_GRIDLAYOUT  
Short Description GEN: CLG_HTMLB_GRIDLAYOUT    
Super Class CLG_HTMLB_GRIDLAYOUT Base: <htmlb:gridLayout> 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBSPEXT_HTMLB   BSP Extensions: HTMLB 
Created 20010917   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_HTMLB_MANAGER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HTMLB_GRIDLAYOUT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_HTMLB_GRIDLAYOUTCELL 20030504 GEN: CLG_HTMLB_GRIDLAYOUTCELL
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLUMNWIDTH Instance attribute Public Type reference (TYPE) INT4 Natural Number 20011001
2 CONTENT Instance attribute Public Type reference (TYPE) STRTABLE Table of Strings 20011001
3 C_CELLSTYLES Constant Protected Type reference (TYPE) STRING 'ALTERNATING/TRANSPARENT/STANDARD/WHITE' 20011218
4 C_CELLSTYLES_ALTERNATING Constant Protected Type reference (TYPE) STRING 'ALTERNATING' 20030911
5 C_CELLSTYLES_STANDARD Constant Protected Type reference (TYPE) STRING 'STANDARD' 20030911
6 C_CELLSTYLES_TRANSPARENT Constant Protected Type reference (TYPE) STRING 'TRANSPARENT' 20030911
7 C_CELLSTYLES_WHITE Constant Protected Type reference (TYPE) STRING 'WHITE' 20030911
8 GRIDLAYOUTCELLS Instance attribute Protected Type reference (TYPE) T_GRIDLAYOUTCELLS 20030504
9 RESTWIDTH Instance attribute Public Type reference (TYPE) INT4 Natural Number 20011001
Methods
# Method Level Visibility Method type Description Created on
1 ADD_GRIDLAYOUTCELL Instance method Protected Method 20030504
2 RENDER_CELLS Instance method Protected Method 20030504
Events
Class CL_HTMLB_GRIDLAYOUT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_GRIDLAYOUTCELL Protected See coding 20030504 BEGIN OF s_gridlayoutcell, backgroundcolor TYPE string, colspan TYPE string, columnindex TYPE string, horizontalalignment TYPE string, id TYPE string, rowindex TYPE string, style TYPE string, verticalalignment TYPE string, width TYPE string, wrapping TYPE string, content TYPE REF TO if_bsp_writer, END OF s_gridlayoutcell
2 T_GRIDLAYOUTCELLS Protected See coding 20030504 t_gridlayoutcells TYPE STANDARD TABLE OF s_gridlayoutcell
Method Signatures

Method ADD_GRIDLAYOUTCELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BACKGROUNDCOLOR Call by reference Type reference (TYPE) STRING 20030504
2 Importing COLSPAN Call by reference Type reference (TYPE) STRING 20030504
3 Importing COLUMNINDEX Call by reference Type reference (TYPE) STRING 20030504
4 Importing CONTENT Call by reference Object reference (TYPE REF TO) IF_BSP_WRITER 20030504
5 Importing HORIZONTALALIGNMENT Call by reference Type reference (TYPE) STRING 20030504
6 Importing ID Call by reference Type reference (TYPE) STRING 20030504
7 Importing ROWINDEX Call by reference Type reference (TYPE) STRING 20030504
8 Importing STYLE Call by reference Type reference (TYPE) STRING 20030504
9 Importing VERTICALALIGNMENT Call by reference Type reference (TYPE) STRING 20030504
10 Importing WIDTH Call by reference Type reference (TYPE) STRING 20030504
11 Importing WRAPPING Call by reference Type reference (TYPE) STRING 20030504

Method ADD_GRIDLAYOUTCELL on class CL_HTMLB_GRIDLAYOUT has no exception.

Method RENDER_CELLS Signature

Method RENDER_CELLS on class CL_HTMLB_GRIDLAYOUT has no parameter.
Method RENDER_CELLS on class CL_HTMLB_GRIDLAYOUT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 620