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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
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 | ![]() |
Instance attribute | Public | Type reference (TYPE) | INT4 | Natural Number | 20011001 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRTABLE | Table of Strings | 20011001 | ||
3 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'ALTERNATING/TRANSPARENT/STANDARD/WHITE' | 20011218 | ||
4 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'ALTERNATING' | 20030911 | ||
5 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'STANDARD' | 20030911 | ||
6 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'TRANSPARENT' | 20030911 | ||
7 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'WHITE' | 20030911 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | T_GRIDLAYOUTCELLS | 20030504 | |||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | INT4 | Natural Number | 20011001 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | 20030504 | |
2 | ![]() |
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 | ![]() |
BACKGROUNDCOLOR | Call by reference | Type reference (TYPE) | STRING | 20030504 | |||
2 | ![]() |
COLSPAN | Call by reference | Type reference (TYPE) | STRING | 20030504 | |||
3 | ![]() |
COLUMNINDEX | Call by reference | Type reference (TYPE) | STRING | 20030504 | |||
4 | ![]() |
CONTENT | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WRITER | 20030504 | |||
5 | ![]() |
HORIZONTALALIGNMENT | Call by reference | Type reference (TYPE) | STRING | 20030504 | |||
6 | ![]() |
ID | Call by reference | Type reference (TYPE) | STRING | 20030504 | |||
7 | ![]() |
ROWINDEX | Call by reference | Type reference (TYPE) | STRING | 20030504 | |||
8 | ![]() |
STYLE | Call by reference | Type reference (TYPE) | STRING | 20030504 | |||
9 | ![]() |
VERTICALALIGNMENT | Call by reference | Type reference (TYPE) | STRING | 20030504 | |||
10 | ![]() |
WIDTH | Call by reference | Type reference (TYPE) | STRING | 20030504 | |||
11 | ![]() |
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 |