SAP ABAP Class CL_SALV_WD_UIE_TEXT_VIEW (Text View in Cells of 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_UIE UI Element in Cells of ALV Output 20040902
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_WD_TABLE_CELL_EDITOR 20041228
Properties
Class CL_SALV_WD_UIE_TEXT_VIEW  
Short Description Text View in Cells of ALV Output    
Super Class CL_SALV_WD_UIE UI Element in Cells of 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 20040902   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_TEXT_VIEW Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 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_TABLE_CELL_EDITOR 20041228
Friends
Class CL_SALV_WD_UIE_TEXT_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DESIGN Instance attribute Public Attribute reference (LIKE) CL_WD_TEXT_VIEW=>T_DESIGN CL_WD_TEXT_VIEW=>E_DESIGN-STANDARD 20040929
2 DESIGN_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040929
3 H_ALIGN Instance attribute Public Attribute reference (LIKE) CL_WD_TEXT_VIEW=>T_H_ALIGN CL_WD_TEXT_VIEW=>E_H_ALIGN-AUTO 20060719
4 H_ALIGN_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20060719
5 LAYOUT Instance attribute Public Attribute reference (LIKE) CL_WD_TEXT_VIEW=>T_LAYOUT CL_WD_TEXT_VIEW=>E_LAYOUT-NATIVE 20040929
6 LAYOUT_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040929
7 R_MENU Instance attribute Public Type reference (TYPE) STRING 20070228
8 SEMANTIC_COLOR Instance attribute Public Attribute reference (LIKE) CL_WD_TEXT_VIEW=>T_SEMANTIC_COLOR CL_WD_TEXT_VIEW=>E_SEMANTIC_COLOR-STANDARD 20041130
9 SEMANTIC_COLOR_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20041130
10 TEXT Instance attribute Public Type reference (TYPE) STRING 20040902
11 TEXT_DIRECTION Instance attribute Public Attribute reference (LIKE) CL_WD_TEXT_VIEW=>T_TEXT_DIRECTION CL_WD_TEXT_VIEW=>E_TEXT_DIRECTION-INHERIT 20040929
12 TEXT_DIRECTION_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040929
13 TEXT_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040906
14 WIDTH Instance attribute Public Type reference (TYPE) STRING 20090422
15 WIDTH_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20090422
16 WRAPPING Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040929
17 WRAPPING_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040929
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20040902
2 GET_DESIGN Instance method Public Method Returns Formatting of Text 20040929
3 GET_DESIGN_FIELDNAME Instance method Public Method Returns Field with Formatting in Cells 20040929
4 GET_H_ALIGN Instance method Public Method Returns the Horizontal Alignment in the TextView 20060719
5 GET_H_ALIGN_FIELDNAME Instance method Public Method Returns Field with Horizontal Alignment in the TextViews 20060719
6 GET_LAYOUT Instance method Public Method This Method Is Not Currently in Use 20040929
7 GET_LAYOUT_FIELDNAME Instance method Public Method This Method Is Not Currently in Use 20040929
8 GET_MENU Instance method Public Method 20060908
9 GET_SEMANTIC_COLOR Instance method Public Method Returns Text and Background Color 20041130
10 GET_SEMANTIC_COLOR_FIELDNAME Instance method Public Method Returns Field with Colors of Text Views in Cells 20041130
11 GET_TEXT Instance method Public Method Returns Text of Text Views 20040902
12 GET_TEXT_DIRECTION Instance method Public Method Returns the Read Direction 20040929
13 GET_TEXT_DIRECTION_FIELDNAME Instance method Public Method Returns Field with Read Directions in Cells 20040929
14 GET_TEXT_FIELDNAME Instance method Public Method Returns Field with Texts in Cells 20040906
15 GET_WIDTH Instance method Public Method 20090422
16 GET_WIDTH_FIELDNAME Instance method Public Method 20090422
17 GET_WRAPPING Instance method Public Method Displays Whether Text May Be Wrapped 20040929
18 GET_WRAPPING_FIELDNAME Instance method Public Method Returns Field with Info about Line Breaks of Texts 20040929
19 SET_DESIGN Instance method Public Method Sets Formatting of Text 20040929
20 SET_DESIGN_FIELDNAME Instance method Public Method Sets Field with Formatting in Cells 20040929
21 SET_H_ALIGN Instance method Public Method Defines the Horizontal Alignment in the TextView 20060719
22 SET_H_ALIGN_FIELDNAME Instance method Public Method Defines Field with the Horizontal Alignment in the TextViews 20060719
23 SET_LAYOUT Instance method Public Method This Method Is Not Currently in Use 20040929
24 SET_LAYOUT_FIELDNAME Instance method Public Method This Method Is Not Currently in Use 20040929
25 SET_MENU Instance method Public Method 20060908
26 SET_SEMANTIC_COLOR Instance method Public Method Sets Text and Background Color 20041130
27 SET_SEMANTIC_COLOR_FIELDNAME Instance method Public Method Sets Field with Colors of Text Views in Cells 20041130
28 SET_TEXT Instance method Public Method Sets Displayed Text 20040902
29 SET_TEXT_DIRECTION Instance method Public Method Sets the Read Direction 20040929
30 SET_TEXT_DIRECTION_FIELDNAME Instance method Public Method Sets Field with Read Direction in Individual Cells 20040929
31 SET_TEXT_FIELDNAME Instance method Public Method Sets Field with Texts in Individual Cells 20040906
32 SET_WIDTH Instance method Public Method 20090422
33 SET_WIDTH_FIELDNAME Instance method Public Method 20090422
34 SET_WRAPPING Instance method Public Method Sets Whether Text May Be Wrapped 20040929
35 SET_WRAPPING_FIELDNAME Instance method Public Method Sets Field with Info about Line Breaks of Texts 20040929
Events
Class CL_SALV_WD_UIE_TEXT_VIEW has no event.
Types
Class CL_SALV_WD_UIE_TEXT_VIEW has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_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_TEXT_VIEW=>T_DESIGN 20040929

Method GET_DESIGN on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_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 20040929

Method GET_DESIGN_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW 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_TEXT_VIEW=>T_H_ALIGN 20060719

Method GET_H_ALIGN on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_H_ALIGN_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 20060719

Method GET_H_ALIGN_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_LAYOUT 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_TEXT_VIEW=>T_LAYOUT 20040929

Method GET_LAYOUT on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_LAYOUT_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 20040929

Method GET_LAYOUT_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_MENU Signature

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

Method GET_MENU on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_SEMANTIC_COLOR 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_TEXT_VIEW=>T_SEMANTIC_COLOR 20041130

Method GET_SEMANTIC_COLOR on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_SEMANTIC_COLOR_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_SEMANTIC_COLOR_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_TEXT Signature

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

Method GET_TEXT on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_TEXT_DIRECTION 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_TEXT_VIEW=>T_TEXT_DIRECTION 20040929

Method GET_TEXT_DIRECTION on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_TEXT_DIRECTION_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 20040929

Method GET_TEXT_DIRECTION_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_TEXT_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 20040906

Method GET_TEXT_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW 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 20090422

Method GET_WIDTH on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_WIDTH_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 20090422

Method GET_WIDTH_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_WRAPPING 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_WRAPPING on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method GET_WRAPPING_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 20040929

Method GET_WRAPPING_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_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_TEXT_VIEW=>T_DESIGN CL_WD_TEXT_VIEW=>E_DESIGN-STANDARD 20040929

Method SET_DESIGN on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_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 20040929

Method SET_DESIGN_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW 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_TEXT_VIEW=>T_H_ALIGN CL_WD_TEXT_VIEW=>E_H_ALIGN-AUTO 20060719

Method SET_H_ALIGN on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_H_ALIGN_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 20060719

Method SET_H_ALIGN_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_LAYOUT 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_TEXT_VIEW=>T_LAYOUT CL_WD_TEXT_VIEW=>E_LAYOUT-NATIVE 20040929

Method SET_LAYOUT on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_LAYOUT_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 20040929

Method SET_LAYOUT_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_MENU 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 20060908

Method SET_MENU on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_SEMANTIC_COLOR 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_TEXT_VIEW=>T_SEMANTIC_COLOR CL_WD_TEXT_VIEW=>E_SEMANTIC_COLOR-STANDARD 20041130

Method SET_SEMANTIC_COLOR on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_SEMANTIC_COLOR_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_SEMANTIC_COLOR_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_TEXT 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 20040902

Method SET_TEXT on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_TEXT_DIRECTION 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_TEXT_VIEW=>T_TEXT_DIRECTION CL_WD_TEXT_VIEW=>E_TEXT_DIRECTION-INHERIT 20040929

Method SET_TEXT_DIRECTION on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_TEXT_DIRECTION_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 20040929

Method SET_TEXT_DIRECTION_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_TEXT_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 20040906

Method SET_TEXT_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW 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 20090422

Method SET_WIDTH on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_WIDTH_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 20090422

Method SET_WIDTH_FIELDNAME on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_WRAPPING 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 ABAP_TRUE 20040929

Method SET_WRAPPING on class CL_SALV_WD_UIE_TEXT_VIEW has no exception.

Method SET_WRAPPING_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 20040929

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