SAP ABAP Class CL_WD_TOOLBAR_INPUT_FIELD (CL_WD_TOOLBAR_INPUT_FIELD)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_STANDARD (Package) UIE Library "Standard"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_ABSTRACT_INPUT_FIELD Perforce change= / 20051117-120623 20040702
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_TOOLBAR_ITEM Perforce change= / 20050316-075430 20040702
Properties
Class CL_WD_TOOLBAR_INPUT_FIELD  
Short Description    
Super Class CL_WD_ABSTRACT_INPUT_FIELD Perforce change= / 20051117-120623 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20040702   SAP 
Last change 20141121    
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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_TOOLBAR_ITEM Perforce change= / 20050316-075430 20040702
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140708 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140708 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_COLLAPSIBLE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20041116
2 BP_IME_MODE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20060103
3 BP_LABEL_TEXT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20040702
4 CID_TOOLBAR_INPUT_FIELD Constant Public Type reference (TYPE) GUID '24B468426C506824E10000000A1550C0' 20050316
5 DP_LABEL_TEXT Instance attribute Protected Type reference (TYPE) WDR_UIEL_DDIC_PROPERTY 20040702
6 E_IME_MODE Constant Public See coding 20060103
7 IP_COLLAPSIBLE Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20050422
8 IP_LABEL_TEXT Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20050422
9 PL_COLLAPSIBLE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20050422
10 PL_LABEL_TEXT Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20050422
11 T_IME_MODE Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20060103
12 VL_COLLAPSIBLE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20041116
13 VL_IME_MODE Instance attribute Protected Type reference (TYPE) WDUI_IMEMODE 20060103
14 VL_LABEL_TEXT Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
Methods
# Method Level Visibility Method type Description Created on
1 BIND_COLLAPSIBLE Instance method Public Method 20041116
2 BIND_IME_MODE Instance method Public Method 20060103
3 BIND_LABEL_TEXT Instance method Public Method 20040702
4 BOUND_COLLAPSIBLE Instance method Public Method 20041116
5 BOUND_IME_MODE Instance method Public Method 20060103
6 BOUND_LABEL_TEXT Instance method Public Method 20040702
7 CONSTRUCTOR Instance method Public Constructor 20040702
8 GET_COLLAPSIBLE Instance method Public Method 20041116
9 GET_IME_MODE Instance method Public Method 20060103
10 GET_LABEL_TEXT Instance method Public Method 20040702
11 NEW_TOOLBAR_INPUT_FIELD Static method Public Method 20040702
12 SET_COLLAPSIBLE Instance method Public Method 20041116
13 SET_IME_MODE Instance method Public Method 20060103
14 SET_LABEL_TEXT Instance method Public Method 20040702
Events
Class CL_WD_TOOLBAR_INPUT_FIELD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TOOLBAR_INPUT_FIELD Public See coding 20050316 tt_TOOLBAR_INPUT_FIELD TYPE TABLE OF REF TO CL_WD_TOOLBAR_INPUT_FIELD WITH DEFAULT KEY
Method Signatures

Method BIND_COLLAPSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20041116

Method BIND_COLLAPSIBLE on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method BIND_IME_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20060103

Method BIND_IME_MODE on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method BIND_LABEL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20040702

Method BIND_LABEL_TEXT on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method BOUND_COLLAPSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20041116
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20041116
3 Returning PATH Value transfer Type reference (TYPE) STRING 20041116

Method BOUND_COLLAPSIBLE on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method BOUND_IME_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20060103
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20060103
3 Returning PATH Value transfer Type reference (TYPE) STRING 20060103

Method BOUND_IME_MODE on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method BOUND_LABEL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040702
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040702

Method BOUND_LABEL_TEXT on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040702
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702

Method CONSTRUCTOR on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method GET_COLLAPSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20041116
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20041116
3 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20041116

Method GET_COLLAPSIBLE on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method GET_IME_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20060103
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20060103
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_IMEMODE 20060103

Method GET_IME_MODE on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method GET_LABEL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AS_EXTERNAL Value transfer Type reference (TYPE) ABAP_BOOL 20040702
2 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040702
3 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
4 Importing TEXT_LENGTH Value transfer Type reference (TYPE) I CO_UNKNOWN_TEXTLEN 20040702
5 Returning VALUE Value transfer Type reference (TYPE) STRING 20040702

Method GET_LABEL_TEXT on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method NEW_TOOLBAR_INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATE_ACCESS_KEY Call by reference Type reference (TYPE) WDY_BOOLEAN 20080104
2 Importing ALIGNMENT Call by reference Type reference (TYPE) WDUI_INPUT_FIELD_ALIGNMENT E_ALIGNMENT-AUTO 20040702
3 Importing BIND_ALIGNMENT Call by reference Type reference (TYPE) STRING 20040702
4 Importing BIND_COLLAPSIBLE Call by reference Type reference (TYPE) STRING 20041116
5 Importing BIND_DISPLAY_AS_TEXT Call by reference Type reference (TYPE) STRING 20081013
6 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20040702
7 Importing BIND_IME_MODE Call by reference Type reference (TYPE) STRING 20060103
8 Importing BIND_INPUT_PROMPT Call by reference Type reference (TYPE) STRING 20081013
9 Importing BIND_LABEL_TEXT Call by reference Type reference (TYPE) STRING 20040702
10 Importing BIND_LENGTH Call by reference Type reference (TYPE) STRING 20040702
11 Importing BIND_PASSWORD_FIELD Call by reference Type reference (TYPE) STRING 20040702
12 Importing BIND_READ_ONLY Call by reference Type reference (TYPE) STRING 20040702
13 Importing BIND_STATE Call by reference Type reference (TYPE) STRING 20040702
14 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
15 Importing BIND_TEXT_DIRECTION Call by reference Type reference (TYPE) STRING 20040702
16 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20040702
17 Importing BIND_VALUE Call by reference Type reference (TYPE) STRING 20040702
18 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20040702
19 Importing BIND_WIDTH Call by reference Type reference (TYPE) STRING 20041013
20 Importing COLLAPSIBLE Call by reference Type reference (TYPE) WDY_BOOLEAN 20041116
21 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20060622
22 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20060622
23 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_TOOLBAR_INPUT_FIELD 20040702
24 Importing DISPLAY_AS_TEXT Call by reference Type reference (TYPE) WDY_BOOLEAN 20081013
25 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040702
26 Importing EXPLANATION Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20070111
27 Importing ID Call by reference Type reference (TYPE) STRING 20040702
28 Importing IME_MODE Call by reference Type reference (TYPE) WDUI_IMEMODE E_IME_MODE-AUTO 20060103
29 Importing INPUT_PROMPT Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20081013
30 Importing LABEL_TEXT Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
31 Importing LENGTH Call by reference Type reference (TYPE) I '20' 20040702
32 Importing ON_ENTER Call by reference Type reference (TYPE) STRING 20040702
33 Importing PASSWORD_FIELD Call by reference Type reference (TYPE) WDY_BOOLEAN 20040702
34 Importing READ_ONLY Call by reference Type reference (TYPE) WDY_BOOLEAN 20040702
35 Importing STATE Call by reference Type reference (TYPE) WDUI_STATE E_STATE-NORMAL 20040702
36 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
37 Importing TEXT_DIRECTION Call by reference Type reference (TYPE) WDUI_TEXT_DIRECTION E_TEXT_DIRECTION-INHERIT 20040702
38 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
39 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702
40 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20040702
41 Importing WIDTH Call by reference Type reference (TYPE) STRING 20041013

Method NEW_TOOLBAR_INPUT_FIELD on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method SET_COLLAPSIBLE Signature

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

Method SET_COLLAPSIBLE on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method SET_IME_MODE Signature

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

Method SET_IME_MODE on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.

Method SET_LABEL_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) WDY_MD_TRANSLATABLE_TEXT 20040702

Method SET_LABEL_TEXT on class CL_WD_TOOLBAR_INPUT_FIELD has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 710