SAP ABAP Class CL_SALV_WD_COLUMN (Columns of the ALV Output)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_WD_CONFIG (Package) SALV WD Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_A_COLUMN Columns of the ALV Output 20050119
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_WD_COLUMN_HIERARCHY Settings for the Hierarchy Column 20050127
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_WD_COLUMN_REF Settings for Text Column 20041222
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_WD_COLUMN_SERVICE_REF Settings for Service Columns 20041202
Properties
Class CL_SALV_WD_COLUMN  
Short Description Columns of the ALV Output    
Super Class CL_SALV_WD_A_COLUMN Columns of the ALV Output 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_WD_CONFIG   SALV WD Configuration 
Created 20040831   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_WD_TABLE_COLUMN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_WDL_CORE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_WDL_STANDARD Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SALV_WD_COLUMN_HIERARCHY Settings for the Hierarchy Column 20050127
2 IF_SALV_WD_COLUMN_REF Settings for Text Column 20041222
3 IF_SALV_WD_COLUMN_SERVICE_REF Settings for Service Columns 20041202
Friends
# Friend Modeled only Created on Description
1 CL_SALV_WD_MODEL_ACCESS 20090226 ALV Model Help Class for Access
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CELL_DESIGN Instance attribute Public Attribute reference (LIKE) CL_WD_TABLE_COLUMN=>T_CELL_DESIGN CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-STANDARD 20041130
2 CELL_DESIGN_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20041130
3 H_ALIGN Instance attribute Public Attribute reference (LIKE) CL_WD_TABLE_COLUMN=>T_H_ALIGN CL_WD_TABLE_COLUMN=>E_H_ALIGN-AUTO 20040831
4 RESIZABLE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040929
5 R_CELL_EDITOR Instance attribute Public Object reference (TYPE REF TO) CL_SALV_WD_UIE UI Element 20040902
6 SELECTED_CELL_VARIANT Instance attribute Public Type reference (TYPE) STRING 20041228
7 SELECTION_STATE Instance attribute Public Attribute reference (LIKE) CL_WD_TABLE_COLUMN=>T_COL_SELECTION_STATE CL_WD_TABLE_COLUMN=>E_COL_SELECTION_STATE-NOT_SELECTABLE 20060224
8 SEL_CELL_VARIANT_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20041228
9 T_CELL_VARIANT Instance attribute Public Type reference (TYPE) SALV_WD_T_CELL_VARIANT_REF SALV_WD_T_CELL_VARIANT_REF 20041228
10 WIDTH Instance attribute Public Type reference (TYPE) STRING 20040831
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CELL_VARIANT Instance method Public Method Adds a Cell Variant to the Column 20041228
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050119
3 GET_CELL_DESIGN Instance method Public Method Returns the Background Color of the Column 20041130
4 GET_CELL_DESIGN_FIELDNAME Instance method Public Method Returns the Field with the Color of the Column 20041130
5 GET_CELL_EDITOR Instance method Public Method Returns the User Interface Element in the Column Cells 20040902
6 GET_CELL_VARIANT Instance method Public Method Returns a Certain Cell Variant 20041228
7 GET_CELL_VARIANTS Instance method Public Method Returns All Cell Variants 20041228
8 GET_H_ALIGN Instance method Public Method Returns the Horizontal Alignment in the Column 20040831
9 GET_RESIZABLE Instance method Public Method Returns whether Column Width Is Independent of Content 20040929
10 GET_SELECTED_CELL_VARIANT Instance method Public Method Returns the Active Cell Variant of the Column 20041228
11 GET_SELECTION_STATE Instance method Public Method Returns Whether Column Can Be Selected 20060224
12 GET_SEL_CELL_VARIANT_FIELDNAME Instance method Public Method Returns the Field That Includes the Cell Variants of Cell 20041228
13 GET_WIDTH Instance method Public Method Returns the Width of the Column 20040831
14 REMOVE_CELL_VARIANT Instance method Public Method Deletes a Certain Cell Variant of the Column 20041228
15 REMOVE_CELL_VARIANTS Instance method Public Method Deletes All Cell Variants of the Column 20050119
16 SET_CELL_DESIGN Instance method Public Method Sets the Background Color of Column 20041130
17 SET_CELL_DESIGN_FIELDNAME Instance method Public Method Sets the Field with the Column Color 20041130
18 SET_CELL_EDITOR Instance method Public Method Sets the UI Elem. That Is Displayed in the Column Cells 20040902
19 SET_H_ALIGN Instance method Public Method Sets the Horizontal Alignment in the Column 20040831
20 SET_RESIZABLE Instance method Public Method Sets That the Column Width Is Independent of Content 20040929
21 SET_SELECTED_CELL_VARIANT Instance method Public Method Sets Which Cell Variant Replaces the Editor of the Column 20041228
22 SET_SELECTION_STATE Instance method Public Method Specifies Selectability of Column 20060224
23 SET_SEL_CELL_VARIANT_FIELDNAME Instance method Public Method Sets the Field That Contains the Cell Variant of the Column 20041228
24 SET_WIDTH Instance method Public Method Sets the Column Width 20040831
Events
Class CL_SALV_WD_COLUMN has no event.
Types
Class CL_SALV_WD_COLUMN has no local type.
Method Signatures

Method ADD_CELL_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_CELL_VARIANT Value transfer Object reference (TYPE REF TO) CL_SALV_WD_CV 20041228

Method ADD_CELL_VARIANT on class CL_SALV_WD_COLUMN has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20050119

Method CONSTRUCTOR on class CL_SALV_WD_COLUMN has no exception.

Method GET_CELL_DESIGN Signature

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

Method GET_CELL_DESIGN on class CL_SALV_WD_COLUMN has no exception.

Method GET_CELL_DESIGN_FIELDNAME Signature

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

Method GET_CELL_DESIGN_FIELDNAME on class CL_SALV_WD_COLUMN has no exception.

Method GET_CELL_EDITOR 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_WD_UIE UIElement 20040902

Method GET_CELL_EDITOR on class CL_SALV_WD_COLUMN has no exception.

Method GET_CELL_VARIANT Signature

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

Method GET_CELL_VARIANT on class CL_SALV_WD_COLUMN has no exception.

Method GET_CELL_VARIANTS Signature

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

Method GET_CELL_VARIANTS on class CL_SALV_WD_COLUMN has no exception.

Method GET_H_ALIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Attribute reference (LIKE) CL_WD_TABLE_COLUMN=>T_H_ALIGN boolsche Variable (X=true, space=false) 20040831

Method GET_H_ALIGN on class CL_SALV_WD_COLUMN has no exception.

Method GET_RESIZABLE Signature

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

Method GET_RESIZABLE on class CL_SALV_WD_COLUMN has no exception.

Method GET_SELECTED_CELL_VARIANT Signature

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

Method GET_SELECTED_CELL_VARIANT on class CL_SALV_WD_COLUMN has no exception.

Method GET_SELECTION_STATE Signature

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

Method GET_SELECTION_STATE on class CL_SALV_WD_COLUMN has no exception.

Method GET_SEL_CELL_VARIANT_FIELDNAME Signature

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

Method GET_SEL_CELL_VARIANT_FIELDNAME on class CL_SALV_WD_COLUMN has no exception.

Method GET_WIDTH Signature

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

Method GET_WIDTH on class CL_SALV_WD_COLUMN has no exception.

Method REMOVE_CELL_VARIANT Signature

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

Method REMOVE_CELL_VARIANT on class CL_SALV_WD_COLUMN has no exception.

Method REMOVE_CELL_VARIANTS Signature

Method REMOVE_CELL_VARIANTS on class CL_SALV_WD_COLUMN has no parameter.
Method REMOVE_CELL_VARIANTS on class CL_SALV_WD_COLUMN has no exception.

Method SET_CELL_DESIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) CL_WD_TABLE_COLUMN=>T_CELL_DESIGN CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-STANDARD 20041130

Method SET_CELL_DESIGN on class CL_SALV_WD_COLUMN has no exception.

Method SET_CELL_DESIGN_FIELDNAME Signature

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

Method SET_CELL_DESIGN_FIELDNAME on class CL_SALV_WD_COLUMN has no exception.

Method SET_CELL_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Object reference (TYPE REF TO) IF_SALV_WD_TABLE_CELL_EDITOR UIElement 20040902

Method SET_CELL_EDITOR on class CL_SALV_WD_COLUMN has no exception.

Method SET_H_ALIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) CL_WD_TABLE_COLUMN=>T_H_ALIGN CL_WD_TABLE_COLUMN=>E_H_ALIGN-AUTO 20040831

Method SET_H_ALIGN on class CL_SALV_WD_COLUMN has no exception.

Method SET_RESIZABLE Signature

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

Method SET_RESIZABLE on class CL_SALV_WD_COLUMN has no exception.

Method SET_SELECTED_CELL_VARIANT Signature

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

Method SET_SELECTED_CELL_VARIANT on class CL_SALV_WD_COLUMN has no exception.

Method SET_SELECTION_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) CL_WD_TABLE_COLUMN=>T_COL_SELECTION_STATE CL_WD_TABLE_COLUMN=>E_COL_SELECTION_STATE-NOT_SELECTABLE 20060224

Method SET_SELECTION_STATE on class CL_SALV_WD_COLUMN has no exception.

Method SET_SEL_CELL_VARIANT_FIELDNAME Signature

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

Method SET_SEL_CELL_VARIANT_FIELDNAME on class CL_SALV_WD_COLUMN has no exception.

Method SET_WIDTH Signature

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

Method SET_WIDTH on class CL_SALV_WD_COLUMN has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700