SAP ABAP Class CL_SALV_WD_UIE_A_CAPTION (UI Elements That Contain Text)
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 20040831
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_A_BUTTON Button in the Cells of the ALV Output 20040831
2 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_A_LINK Hyperlink in the Cells of the ALV Output 20040831
3 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_CAPTION Caption in Cells of ALV Output 20040901
Properties
Class CL_SALV_WD_UIE_A_CAPTION  
Short Description UI Elements That Contain Text    
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 20040831   SAP 
Last change 20070911   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_ABSTRACT_CAPTION 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
Class CL_SALV_WD_UIE_A_CAPTION has no interface implemented.
Friends
Class CL_SALV_WD_UIE_A_CAPTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IMAGE_FIRST Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20040901
2 IMAGE_FIRST_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040906
3 IMAGE_SOURCE Instance attribute Public Type reference (TYPE) STRING 20040901
4 IMAGE_SOURCE_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040906
5 TEXT_DIRECTION Instance attribute Public Attribute reference (LIKE) CL_WD_ABSTRACT_CAPTION=>T_TEXT_DIRECTION CL_WD_ABSTRACT_CAPTION=>E_TEXT_DIRECTION-INHERIT 20040929
6 TEXT_DIRECTION_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040929
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070228
2 GET_IMAGE_FIRST Instance method Public Method Returns Positioning of Image Before or After Text 20040901
3 GET_IMAGE_FIRST_FIELDNAME Instance method Public Method Returns Field with Positioning of Images 20040906
4 GET_IMAGE_SOURCE Instance method Public Method Returns Label Text of Image 20040901
5 GET_IMAGE_SOURCE_FIELDNAME Instance method Public Method Returns Field with Image Labels in Cells 20040906
6 GET_TEXT_DIRECTION Instance method Public Method Returns the Read Direction 20040929
7 GET_TEXT_DIRECTION_FIELDNAME Instance method Public Method Returns Field with Read Direction in Cells 20040929
8 SET_IMAGE_FIRST Instance method Public Method Sets Positioning of Image in Text 20040901
9 SET_IMAGE_FIRST_FIELDNAME Instance method Public Method Sets Field with Positioning of Images in Text 20040906
10 SET_IMAGE_SOURCE Instance method Public Method Sets Label Text of Image 20040901
11 SET_IMAGE_SOURCE_FIELDNAME Instance method Public Method Sets Field with Image Labels in Cells 20040906
12 SET_TEXT_DIRECTION Instance method Public Method Sets the Read Direction 20040929
13 SET_TEXT_DIRECTION_FIELDNAME Instance method Public Method Sets the Field with Read Direction in the Individual Cells 20040929
Events
Class CL_SALV_WD_UIE_A_CAPTION has no event.
Types
Class CL_SALV_WD_UIE_A_CAPTION has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_IMAGE_FIRST 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 20040901

Method GET_IMAGE_FIRST on class CL_SALV_WD_UIE_A_CAPTION has no exception.

Method GET_IMAGE_FIRST_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_IMAGE_FIRST_FIELDNAME on class CL_SALV_WD_UIE_A_CAPTION has no exception.

Method GET_IMAGE_SOURCE Signature

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

Method GET_IMAGE_SOURCE on class CL_SALV_WD_UIE_A_CAPTION has no exception.

Method GET_IMAGE_SOURCE_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_IMAGE_SOURCE_FIELDNAME on class CL_SALV_WD_UIE_A_CAPTION 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_ABSTRACT_CAPTION=>T_TEXT_DIRECTION 20040929

Method GET_TEXT_DIRECTION on class CL_SALV_WD_UIE_A_CAPTION 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_A_CAPTION has no exception.

Method SET_IMAGE_FIRST 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 20040901

Method SET_IMAGE_FIRST on class CL_SALV_WD_UIE_A_CAPTION has no exception.

Method SET_IMAGE_FIRST_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_IMAGE_FIRST_FIELDNAME on class CL_SALV_WD_UIE_A_CAPTION has no exception.

Method SET_IMAGE_SOURCE 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 20040901

Method SET_IMAGE_SOURCE on class CL_SALV_WD_UIE_A_CAPTION has no exception.

Method SET_IMAGE_SOURCE_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_IMAGE_SOURCE_FIELDNAME on class CL_SALV_WD_UIE_A_CAPTION 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_ABSTRACT_CAPTION=>T_TEXT_DIRECTION CL_WD_ABSTRACT_CAPTION=>E_TEXT_DIRECTION-INHERIT 20040929

Method SET_TEXT_DIRECTION on class CL_SALV_WD_UIE_A_CAPTION 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_A_CAPTION has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 700