SAP ABAP Class CL_SALV_WD_UIE_A_INPUT (Input Field 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 20040831
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_UIE_INPUT_FIELD Input Field in Cells of ALV Output 20040901
Properties
Class CL_SALV_WD_UIE_A_INPUT  
Short Description Input Field 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 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_INPUT_FIELD 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_INPUT has no interface implemented.
Friends
Class CL_SALV_WD_UIE_A_INPUT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALIGNMENT Instance attribute Public Attribute reference (LIKE) CL_WD_ABSTRACT_INPUT_FIELD=>T_ALIGNMENT CL_WD_ABSTRACT_INPUT_FIELD=>E_ALIGNMENT-AUTO 20040929
2 ALIGNMENT_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040929
3 EXPLANATION Instance attribute Public Type reference (TYPE) STRING 20070228
4 LENGTH Instance attribute Public Type reference (TYPE) I 20040929
5 LENGTH_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040929
6 PASSWORD_FIELD Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040929
7 PASSWORD_FIELD_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040929
8 READ_ONLY Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040901
9 READ_ONLY_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040906
10 STATE Instance attribute Public Attribute reference (LIKE) CL_WD_ABSTRACT_INPUT_FIELD=>T_STATE CL_WD_ABSTRACT_INPUT_FIELD=>E_STATE-NORMAL 20040929
11 STATE_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040929
12 TEXT_DIRECTION Instance attribute Public Attribute reference (LIKE) CL_WD_ABSTRACT_INPUT_FIELD=>T_TEXT_DIRECTION CL_WD_ABSTRACT_INPUT_FIELD=>E_TEXT_DIRECTION-INHERIT 20040929
13 TEXT_DIRECTION_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040929
14 VALUE_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040906
15 WIDTH Instance attribute Public Type reference (TYPE) STRING 20041130
16 WIDTH_FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20041130
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20070228
2 GET_ALIGNMENT Instance method Public Method Returns the Horizontal Alignment in the Input Field 20040929
3 GET_ALIGNMENT_FIELDNAME Instance method Public Method Returns Field with Horizontal Alignment in Cells 20040929
4 GET_EXPLANATION Instance method Public Method 20070228
5 GET_LENGTH Instance method Public Method Returns Length of Input Field in Characters 20040929
6 GET_LENGTH_FIELDNAME Instance method Public Method Returns Field with Lengths of Input Fields 20040929
7 GET_PASSWORD_FIELD Instance method Public Method Displays Whether Input Field is a Password Field 20040929
8 GET_PASSWORD_FIELD_FIELDNAME Instance method Public Method Returns Field with Password Properties of Cells 20040929
9 GET_READ_ONLY Instance method Public Method Displays Whether Input Field Is Write Protected 20040901
10 GET_READ_ONLY_FIELDNAME Instance method Public Method Returns Field with Write-Protected Properties of Cells 20040906
11 GET_STATE Instance method Public Method Displays Whether Input Field Is a Mandatory Field 20040929
12 GET_STATE_FIELDNAME Instance method Public Method Returns Field with Mandatory Field Properties of Cells 20040929
13 GET_TEXT_DIRECTION Instance method Public Method Returns the Read Direction 20040929
14 GET_TEXT_DIRECTION_FIELDNAME Instance method Public Method Returns Field with Read Directions in Cells 20040929
15 GET_VALUE_FIELDNAME Instance method Public Method Returns Field with Values in Cells 20040906
16 GET_WIDTH Instance method Public Method Returns the Width of the Input Field 20041130
17 GET_WIDTH_FIELDNAME Instance method Public Method Returns Field with Width of Input Field 20041130
18 SET_ALIGNMENT Instance method Public Method Sets the Horizontal Alignment in the Input Field 20040929
19 SET_ALIGNMENT_FIELDNAME Instance method Public Method Sets Field with Horizontal Alignment in Cells 20040929
20 SET_EXPLANATION Instance method Public Method 20070228
21 SET_LENGTH Instance method Public Method Sets Length of Input Field in Characters 20040929
22 SET_LENGTH_FIELDNAME Instance method Public Method Sets Field with Lengths of Input Fields 20040929
23 SET_PASSWORD_FIELD Instance method Public Method Sets Whether Input Field is a Password Field 20040929
24 SET_PASSWORD_FIELD_FIELDNAME Instance method Public Method Sets Field with Password Properties of Cells 20040929
25 SET_READ_ONLY Instance method Public Method Sets Whether Input Field is Write-Protected 20040901
26 SET_READ_ONLY_FIELDNAME Instance method Public Method Sets Field with Write-Protection Properties of Cells 20040906
27 SET_STATE Instance method Public Method Sets Whether Input Field is Mandatory Field 20040929
28 SET_STATE_FIELDNAME Instance method Public Method Sets Field with Mandatory Field Properties of Cells 20040929
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 Directions in Cells 20040929
31 SET_VALUE_FIELDNAME Instance method Public Method Sets Field with Values of Input Fields 20040906
32 SET_WIDTH Instance method Public Method Sets the Width of the Input Field 20041130
33 SET_WIDTH_FIELDNAME Instance method Public Method Sets Field with Widths of Input Fields 20041130
Events
Class CL_SALV_WD_UIE_A_INPUT has no event.
Types
Class CL_SALV_WD_UIE_A_INPUT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_ALIGNMENT 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_INPUT_FIELD=>T_ALIGNMENT 20040929

Method GET_ALIGNMENT on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method GET_ALIGNMENT_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_ALIGNMENT_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT 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_UIE_A_INPUT has no exception.

Method GET_LENGTH Signature

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

Method GET_LENGTH on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method GET_LENGTH_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_LENGTH_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method GET_PASSWORD_FIELD 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_PASSWORD_FIELD on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method GET_PASSWORD_FIELD_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_PASSWORD_FIELD_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT 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 20040901

Method GET_READ_ONLY on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method GET_READ_ONLY_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_READ_ONLY_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT 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_INPUT_FIELD=>T_STATE 20040929

Method GET_STATE on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method GET_STATE_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_STATE_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT 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_INPUT_FIELD=>T_TEXT_DIRECTION 20040929

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

Method GET_VALUE_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_VALUE_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT 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 20041130

Method GET_WIDTH on class CL_SALV_WD_UIE_A_INPUT 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 20041130

Method GET_WIDTH_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method SET_ALIGNMENT 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_INPUT_FIELD=>T_ALIGNMENT CL_WD_ABSTRACT_INPUT_FIELD=>E_ALIGNMENT-AUTO 20040929

Method SET_ALIGNMENT on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method SET_ALIGNMENT_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_ALIGNMENT_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT 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_UIE_A_INPUT has no exception.

Method SET_LENGTH Signature

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

Method SET_LENGTH on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method SET_LENGTH_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_LENGTH_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method SET_PASSWORD_FIELD 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_PASSWORD_FIELD on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method SET_PASSWORD_FIELD_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_PASSWORD_FIELD_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT 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 20040901

Method SET_READ_ONLY on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method SET_READ_ONLY_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_READ_ONLY_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT 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_INPUT_FIELD=>T_STATE CL_WD_ABSTRACT_INPUT_FIELD=>E_STATE-NORMAL 20040929

Method SET_STATE on class CL_SALV_WD_UIE_A_INPUT has no exception.

Method SET_STATE_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_STATE_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT 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_INPUT_FIELD=>T_TEXT_DIRECTION CL_WD_ABSTRACT_INPUT_FIELD=>E_TEXT_DIRECTION-INHERIT 20040929

Method SET_TEXT_DIRECTION on class CL_SALV_WD_UIE_A_INPUT 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_INPUT has no exception.

Method SET_VALUE_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_VALUE_FIELDNAME on class CL_SALV_WD_UIE_A_INPUT 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 20041130

Method SET_WIDTH on class CL_SALV_WD_UIE_A_INPUT 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 20041130

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