SAP ABAP Class CL_SALV_FORM_UIE_LAYOUT_GRID (CL_SALV_FORM_UIE_LAYOUT_GRID)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_OM_FORM (Package) ALV: Design Object
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_FORM_UIE_LAYOUT 20040922
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_FORM_LAYOUT_GRID Grid Element in Design Object 20040922
Properties
Class CL_SALV_FORM_UIE_LAYOUT_GRID  
Short Description    
Super Class CL_SALV_FORM_UIE_LAYOUT  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_OM_FORM   ALV: Design Object 
Created 20040922   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SALV_FORM_C_GRID_LINES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SALV_FORM_UIE_LAYOUT_GRID has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SALV_FORM 20040923 Set and Get Design Object Content
2 CL_SALV_FORM_RENDER_TOOL 20040922 Rendering Tool
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLUMN_COUNT Instance attribute Public Type reference (TYPE) I 20040922
2 GRID_LINES Instance attribute Public Type reference (TYPE) I 20040922
3 RIGHT_MARGIN Instance attribute Public Type reference (TYPE) I 5 Right Grid Distane 20040922
4 T_COLUMNS Instance attribute Protected Type reference (TYPE) SALV_FORM_T_GRID_COLUMN_REF Columns: Collection of Column Elements 20040923
5 T_ROWS Instance attribute Public Type reference (TYPE) SALV_FORM_T_GRID_ROW_REF SALV_FORM_T_GRID_ROWS 20040922
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROW Instance method Public Method 20040922
2 CONSTRUCTOR Instance method Public Constructor Constructor 20040922
3 GET_COLUMN Instance method Public Method Get Certain Column of Grid Element 20040923
4 GET_COLUMN_COUNT Instance method Public Method Get Number of Columns of Grid Element 20040922
5 GET_ELEMENT Instance method Protected Method 20040922
6 GET_GRID_LINES Instance method Protected Method 20040922
7 GET_ROW Instance method Protected Method 20040922
8 GET_ROWS Instance method Protected Method 20040922
9 GET_ROW_COUNT Instance method Public Method Get Number of Rows of Grid Element 20040922
10 REMOVE_ELEMENT Instance method Protected Method 20040922
11 REMOVE_ROW Instance method Protected Method 20040922
12 REMOVE_ROWS Instance method Protected Method 20040922
13 SET_COLUMN_COUNT Instance method Public Method Define Number of Columns of Grid Element 20040922
14 SET_ELEMENT Instance method Public Method 20040922
15 SET_GRID_LINES Instance method Public Method Set Grid Lines 20040922
16 SET_LAYOUT_DATA_OF_UIE Instance method Private Method 20040922
Events
Class CL_SALV_FORM_UIE_LAYOUT_GRID has no event.
Types
Class CL_SALV_FORM_UIE_LAYOUT_GRID has no local type.
Method Signatures

Method ADD_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_FORM_LAYOUT_FLOW Flow-Element im Gestaltungsobjekt 20040924

Method ADD_ROW on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SALV_FORM_UIE_LAYOUT_GRID has no parameter.
Method CONSTRUCTOR on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method GET_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) I 20040923
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_FORM_GRID_COLUMN 20040923

Method GET_COLUMN on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method GET_COLUMN_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) I 20040922

Method GET_COLUMN_COUNT on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method GET_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) I 20040922
2 Importing ROW Call by reference Type reference (TYPE) I 20040922
3 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_FORM_UIE 20040922

Method GET_ELEMENT on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method GET_GRID_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Attribute reference (LIKE) IF_SALV_FORM_C_GRID_LINES=>GRID_LINES 20040922

Method GET_GRID_LINES on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method GET_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROW Call by reference Type reference (TYPE) I 20040922
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_FORM_UIE_LAYOUT_FLOW 20040922

Method GET_ROW on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method GET_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SALV_FORM_T_GRID_ROW_REF SALV_FORM_T_GRID_ROWS 20040922

Method GET_ROWS on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method GET_ROW_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) I 20040922

Method GET_ROW_COUNT on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method REMOVE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) I 20040922
2 Importing ROW Call by reference Type reference (TYPE) I 20040922

Method REMOVE_ELEMENT on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method REMOVE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROW Call by reference Type reference (TYPE) I 20040922

Method REMOVE_ROW on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method REMOVE_ROWS Signature

Method REMOVE_ROWS on class CL_SALV_FORM_UIE_LAYOUT_GRID has no parameter.
Method REMOVE_ROWS on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method SET_COLUMN_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) I 20040922

Method SET_COLUMN_COUNT on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method SET_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) I 20040922
2 Importing ROW Call by reference Type reference (TYPE) I 20040922
3 Importing R_ELEMENT Call by reference Object reference (TYPE REF TO) CL_SALV_FORM_ELEMENT Allgemeines Element im Gestaltungsobjekt 20040922

Method SET_ELEMENT on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method SET_GRID_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) IF_SALV_FORM_C_GRID_LINES=>GRID_LINES IF_SALV_FORM_C_GRID_LINES=>NO_LINES 20040922

Method SET_GRID_LINES on class CL_SALV_FORM_UIE_LAYOUT_GRID has no exception.

Method SET_LAYOUT_DATA_OF_UIE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_ELEMENT Call by reference Object reference (TYPE REF TO) CL_SALV_FORM_UIE 20040922

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