SAP ABAP Class CL_WD_C_TEXT_VIEW (CL_WD_C_TEXT_VIEW)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_CLIENT_ELEMENTS (Package) UIE Library "Client Elements"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_VIEW_ELEMENT Perforce Change= / 20040604-141028 20130227
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_CLIENT_ELEMENT 20130227
Properties
Class CL_WD_C_TEXT_VIEW  
Short Description    
Super Class CL_WD_VIEW_ELEMENT Perforce Change= / 20040604-141028 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_CLIENT_ELEMENTS   UIE Library "Client Elements" 
Created 20130227   SAP 
Last change 20141120    
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_CLIENT_ELEMENT 20130227
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20131025 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20131025 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_H_ALIGN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20130227
2 BP_TEXT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20130227
3 BP_TOOLTIP Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20130311
4 CID_C_TEXT_VIEW Constant Public Type reference (TYPE) GUID '00163CD735851EE99CA53CE1877E037E' 20130227
5 DP_TEXT Instance attribute Protected Type reference (TYPE) WDR_UIEL_DDIC_PROPERTY 20130227
6 DP_TOOLTIP Instance attribute Protected Type reference (TYPE) WDR_UIEL_DDIC_PROPERTY 20130311
7 E_H_ALIGN Constant Public See coding 20130227
8 T_H_ALIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20130227
9 VL_H_ALIGN Instance attribute Protected Type reference (TYPE) WDUI_INPUT_FIELD_ALIGNMENT 20130227
10 VL_TEXT Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20130227
11 VL_TOOLTIP Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20130311
Methods
# Method Level Visibility Method type Description Created on
1 BIND_H_ALIGN Instance method Public Method 20130227
2 BIND_TEXT Instance method Public Method 20130227
3 BIND_TOOLTIP Instance method Public Method 20130311
4 BOUND_H_ALIGN Instance method Public Method 20130227
5 BOUND_TEXT Instance method Public Method 20130227
6 BOUND_TOOLTIP Instance method Public Method 20130311
7 CONSTRUCTOR Instance method Public Constructor 20130227
8 GET_H_ALIGN Instance method Public Method 20130227
9 GET_TEXT Instance method Public Method 20130227
10 GET_TOOLTIP Instance method Public Method 20130311
11 NEW_C_TEXT_VIEW Static method Public Method 20130227
12 SET_H_ALIGN Instance method Public Method 20130227
13 SET_TEXT Instance method Public Method 20130227
14 SET_TOOLTIP Instance method Public Method 20130311
Events
Class CL_WD_C_TEXT_VIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_C_TEXT_VIEW Public See coding 20130227 tt_C_TEXT_VIEW TYPE TABLE OF REF TO CL_WD_C_TEXT_VIEW WITH DEFAULT KEY
Method Signatures

Method BIND_H_ALIGN 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 20130227

Method BIND_H_ALIGN on class CL_WD_C_TEXT_VIEW has no exception.

Method BIND_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 20130227

Method BIND_TEXT on class CL_WD_C_TEXT_VIEW has no exception.

Method BIND_TOOLTIP 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 20130311

Method BIND_TOOLTIP on class CL_WD_C_TEXT_VIEW has no exception.

Method BOUND_H_ALIGN 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 20130227
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20130227
3 Returning PATH Value transfer Type reference (TYPE) STRING 20130227

Method BOUND_H_ALIGN on class CL_WD_C_TEXT_VIEW has no exception.

Method BOUND_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 20130227
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20130227
3 Returning PATH Value transfer Type reference (TYPE) STRING 20130227

Method BOUND_TEXT on class CL_WD_C_TEXT_VIEW has no exception.

Method BOUND_TOOLTIP 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 20130311
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20130311
3 Returning PATH Value transfer Type reference (TYPE) STRING 20130311

Method BOUND_TOOLTIP on class CL_WD_C_TEXT_VIEW 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 20130227
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20130227

Method CONSTRUCTOR on class CL_WD_C_TEXT_VIEW has no exception.

Method GET_H_ALIGN 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 20130227
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20130227
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_INPUT_FIELD_ALIGNMENT 20130227

Method GET_H_ALIGN on class CL_WD_C_TEXT_VIEW has no exception.

Method GET_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 20130227
2 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20130227
3 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20130227
4 Importing TEXT_LENGTH Value transfer Type reference (TYPE) I CO_UNKNOWN_TEXTLEN 20130227
5 Returning VALUE Value transfer Type reference (TYPE) STRING 20130227

Method GET_TEXT on class CL_WD_C_TEXT_VIEW has no exception.

Method GET_TOOLTIP 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 20130311
2 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20130311
3 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20130311
4 Importing TEXT_LENGTH Value transfer Type reference (TYPE) I CO_UNKNOWN_TEXTLEN 20130311
5 Returning VALUE Value transfer Type reference (TYPE) STRING 20130311

Method GET_TOOLTIP on class CL_WD_C_TEXT_VIEW has no exception.

Method NEW_C_TEXT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_H_ALIGN Call by reference Type reference (TYPE) STRING 20130227
2 Importing BIND_TEXT Call by reference Type reference (TYPE) STRING 20130227
3 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20130311
4 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_C_TEXT_VIEW 20130227
5 Importing H_ALIGN Call by reference Type reference (TYPE) WDUI_INPUT_FIELD_ALIGNMENT E_H_ALIGN-AUTO 20130227
6 Importing ID Call by reference Type reference (TYPE) STRING 20130227
7 Importing TEXT Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20130227
8 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20130311
9 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20130227

Method NEW_C_TEXT_VIEW on class CL_WD_C_TEXT_VIEW has no exception.

Method SET_H_ALIGN 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_INPUT_FIELD_ALIGNMENT 20130227

Method SET_H_ALIGN on class CL_WD_C_TEXT_VIEW has no exception.

Method SET_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 20130227

Method SET_TEXT on class CL_WD_C_TEXT_VIEW 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) WDY_MD_TRANSLATABLE_TEXT 20130311

Method SET_TOOLTIP on class CL_WD_C_TEXT_VIEW has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 740