Code listing for class: ZCL_GUI_ALV_GRID

Description: Vererbte CL_GUI_ALV_GRID

**************************************************************************
* Class attributes. *
**************************************************************************
Instantiation: Public
Message class:
State: Implemented
Final Indicator:
R/3 Release: 700

**************************************************************************
* Public section of class. *
**************************************************************************
class ZCL_GUI_ALV_GRID definition
  public
  inheriting from CL_GUI_ALV_GRID
  create public .

*"* public components of class ZCL_GUI_ALV_GRID
*"* do not include other source files here!!
public section.

  methods Z_SET_MERGE_HORIZ
    importing
      ROW type I
    changing
      TAB_COL_MERGE type LVC_T_CO01 .
  methods Z_SET_MERGE_VERT
    importing
      ROW type I
    changing
      TAB_COL_MERGE type LVC_T_CO01 .
  methods Z_DISPLAY .
  methods Z_SET_CELL_STYLE
    importing
      ROW type I optional
      COL type I optional
      STYLE type LVC_STYLE
      STYLE2 type LVC_STYLE optional .
  methods Z_SET_FIXED_COL_ROW
    importing
      COL type I
      ROW type I .
  methods Z_INIT_CELL_STYLES .

**************************************************************************
* Private section of class. *
**************************************************************************
*"* private components of class ZCL_GUI_ALV_GRID
*"* do not include other source files here!!
private section.

**************************************************************************
* Protected section of class. *
**************************************************************************
*"* protected components of class ZCL_GUI_ALV_GRID
*"* do not include other source files here!!
protected section.

**************************************************************************
* Types section of class. *
**************************************************************************
*"* dummy include to reduce generation dependencies between
*"* class ZCL_GUI_ALV_GRID and it's users.
*"* touched if any type reference has been changed