SAP ABAP Class CL_SALV_WD_UIE (UI Element 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_A_MODEL_ITEM CL_SALV_WD_A_MODEL_ITEM 20041220
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_A_CAPTION UI Elements That Contain Text 20040831
2 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_A_DROPDOWN Dropdown Listbox in Cells of ALV Output 20040831
3 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_A_INPUT Input Field in Cells of ALV Output 20040831
4 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_A_TOGGLE Toggle in Cells of ALV Output 20051005
5 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_CHECKBOX_TRI Tristate Checkbox in Cells of ALV Output 20051005
6 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_FILE_UPLOAD Hyperlink in Cells of ALV Output to Download Data 20070228
7 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_IMAGE Image in Cells of ALV Output 20040831
8 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_PROGR_INDICATOR Progress Indicator in Cells of ALV Output 20041208
9 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_TEXT_VIEW Text View in Cells of ALV Output 20040902
10 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_VALUE_CMP ValueComparison in Cells of ALV Output 20051005
Properties
Class CL_SALV_WD_UIE  
Short Description UI Element in Cells of ALV Output    
Super Class CL_SALV_WD_A_MODEL_ITEM CL_SALV_WD_A_MODEL_ITEM 
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_UIELEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_SALV_WD_C_COLUMN_SETTINGS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_WDL_CORE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SALV_WD_UIE has no interface implemented.
Friends
Class CL_SALV_WD_UIE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EDITOR Instance attribute Public Attribute reference (LIKE) IF_SALV_WD_C_COLUMN_SETTINGS=>CELL_EDITOR 20041203
2 ENABLED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20040901
3 ENABLED_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040906
4 TOOLTIP Instance attribute Public Type reference (TYPE) STRING 20040901
5 TOOLTIP_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040906
6 VISIBLE Instance attribute Public Attribute reference (LIKE) CL_WD_UIELEMENT=>T_VISIBLE CL_WD_UIELEMENT=>E_VISIBLE-VISIBLE 20040901
7 VISIBLE_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040906
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070228
2 GET_ENABLED Instance method Public Method Displays Whether User Interface Element Is Active 20040901
3 GET_ENABLED_FIELDNAME Instance method Public Method Returns Field with Activations in Cells 20040906
4 GET_TOOLTIP Instance method Public Method Returns the Tooltip Text for the UI Element 20040901
5 GET_TOOLTIP_FIELDNAME Instance method Public Method Returns Field with Tooltip Texts in Cells 20040906
6 GET_VISIBLE Instance method Public Method Displays Whether User Interface Element Is Shown 20040901
7 GET_VISIBLE_FIELDNAME Instance method Public Method Returns Field with Visibilities in Cells 20040906
8 SET_ENABLED Instance method Public Method Sets Activation of the User Interface Element 20040901
9 SET_ENABLED_FIELDNAME Instance method Public Method Sets Field with Activations in Individual Cells 20040906
10 SET_TOOLTIP Instance method Public Method Sets the Tooltip Text for the UI Element 20040901
11 SET_TOOLTIP_FIELDNAME Instance method Public Method Sets Field with Tooltip Texts in Cells 20040906
12 SET_VISIBLE Instance method Public Method Shows or Hides User Interface Element 20040901
13 SET_VISIBLE_FIELDNAME Instance method Public Method Sets Field with Visibilities in Cells 20040906
Events
Class CL_SALV_WD_UIE has no event.
Types
Class CL_SALV_WD_UIE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_ENABLED 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_ENABLED on class CL_SALV_WD_UIE has no exception.

Method GET_ENABLED_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_ENABLED_FIELDNAME on class CL_SALV_WD_UIE has no exception.

Method GET_TOOLTIP 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_TOOLTIP on class CL_SALV_WD_UIE has no exception.

Method GET_TOOLTIP_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_TOOLTIP_FIELDNAME on class CL_SALV_WD_UIE has no exception.

Method GET_VISIBLE 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_UIELEMENT=>T_VISIBLE 20040901

Method GET_VISIBLE on class CL_SALV_WD_UIE has no exception.

Method GET_VISIBLE_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_VISIBLE_FIELDNAME on class CL_SALV_WD_UIE has no exception.

Method SET_ENABLED 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_ENABLED on class CL_SALV_WD_UIE has no exception.

Method SET_ENABLED_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_ENABLED_FIELDNAME on class CL_SALV_WD_UIE has no exception.

Method SET_TOOLTIP 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_TOOLTIP on class CL_SALV_WD_UIE has no exception.

Method SET_TOOLTIP_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_TOOLTIP_FIELDNAME on class CL_SALV_WD_UIE has no exception.

Method SET_VISIBLE 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_UIELEMENT=>T_VISIBLE CL_WD_UIELEMENT=>E_VISIBLE-VISIBLE 20040901

Method SET_VISIBLE on class CL_SALV_WD_UIE has no exception.

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