SAP ABAP Class CL_SALV_WD_FE_A_DROPDOWN (Dropdown Listbox in Toolbar)
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_FE_INTERACTIVE User Interface Element in the Toolbar 20041006
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_FE_A_DRDN_BY_INDEX Dropdown Listbox in Toolbar (Index) 20040929
2 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_FE_A_DRDN_BY_KEY Dropdown Listbox in Toolbar (KEY) 20040929
Properties
Class CL_SALV_WD_FE_A_DROPDOWN  
Short Description Dropdown Listbox in Toolbar    
Super Class CL_SALV_WD_FE_INTERACTIVE User Interface Element in the Toolbar 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_WD_CONFIG   SALV WD Configuration 
Created 20040915   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_DROPDOWN 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
Class CL_SALV_WD_FE_A_DROPDOWN has no interface implemented.
Friends
Class CL_SALV_WD_FE_A_DROPDOWN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EXPLANATION Instance attribute Public Type reference (TYPE) STRING 20070228
2 LABEL_FOR Instance attribute Public Type reference (TYPE) STRING 20070228
3 READ_ONLY Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040915
4 STATE Instance attribute Public Attribute reference (LIKE) CL_WD_ABSTRACT_DROPDOWN=>T_STATE CL_WD_ABSTRACT_DROPDOWN=>E_STATE-NORMAL 20040929
5 TEXT_DIRECTION Instance attribute Public Attribute reference (LIKE) CL_WD_ABSTRACT_DROPDOWN=>T_TEXT_DIRECTION CL_WD_ABSTRACT_CAPTION=>E_TEXT_DIRECTION-INHERIT 20040929
6 WIDTH Instance attribute Public Type reference (TYPE) STRING 20040929
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20040915
2 GET_EXPLANATION Instance method Public Method Returns Wording of WAD-Help 20070228
3 GET_LABEL_FOR Instance method Public Method Returns function to which the dropdown list box refers 20070228
4 GET_READ_ONLY Instance method Public Method Displays Whether Dropdown Listbox Is Write-Protected 20040915
5 GET_STATE Instance method Public Method Displays Whether Dropdown-Listbox Is a Mandatory Field 20040929
6 GET_TEXT_DIRECTION Instance method Public Method Returns the Read Direction 20040929
7 GET_WIDTH Instance method Public Method Returns Width 20040929
8 SET_EXPLANATION Instance method Public Method Defines the Wording for the WAD Help 20070228
9 SET_LABEL_FOR Instance method Public Method Defines function to which the dropdown list box refers 20070228
10 SET_READ_ONLY Instance method Public Method Sets Whether Dropdown Listbox is Write-Protected 20040915
11 SET_STATE Instance method Public Method Sets Whether Dropdown Listbox is Mandatory Field 20040929
12 SET_TEXT_DIRECTION Instance method Public Method Sets the Read Direction 20040929
13 SET_WIDTH Instance method Public Method Determines Width 20040929
Events
Class CL_SALV_WD_FE_A_DROPDOWN has no event.
Types
Class CL_SALV_WD_FE_A_DROPDOWN has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_EXPLANATION Signature

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

Method GET_EXPLANATION on class CL_SALV_WD_FE_A_DROPDOWN has no exception.

Method GET_LABEL_FOR Signature

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

Method GET_LABEL_FOR on class CL_SALV_WD_FE_A_DROPDOWN has no exception.

Method GET_READ_ONLY 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 20040915

Method GET_READ_ONLY on class CL_SALV_WD_FE_A_DROPDOWN has no exception.

Method GET_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_ABSTRACT_DROPDOWN=>T_STATE 20040929

Method GET_STATE on class CL_SALV_WD_FE_A_DROPDOWN 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_DROPDOWN=>T_TEXT_DIRECTION 20040929

Method GET_TEXT_DIRECTION on class CL_SALV_WD_FE_A_DROPDOWN 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 20040929

Method GET_WIDTH on class CL_SALV_WD_FE_A_DROPDOWN has no exception.

Method SET_EXPLANATION 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 20070228

Method SET_EXPLANATION on class CL_SALV_WD_FE_A_DROPDOWN has no exception.

Method SET_LABEL_FOR 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 20070228

Method SET_LABEL_FOR on class CL_SALV_WD_FE_A_DROPDOWN has no exception.

Method SET_READ_ONLY 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 20040915

Method SET_READ_ONLY on class CL_SALV_WD_FE_A_DROPDOWN has no exception.

Method SET_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_ABSTRACT_DROPDOWN=>T_STATE CL_WD_ABSTRACT_DROPDOWN=>E_STATE-NORMAL 20040929

Method SET_STATE on class CL_SALV_WD_FE_A_DROPDOWN 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_DROPDOWN=>T_TEXT_DIRECTION CL_WD_ABSTRACT_DROPDOWN=>E_TEXT_DIRECTION-INHERIT 20040929

Method SET_TEXT_DIRECTION on class CL_SALV_WD_FE_A_DROPDOWN 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 20040929

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