SAP ABAP Class CL_WD_DATA_FORM_ATTRIBUTE (CL_WD_DATA_FORM_ATTRIBUTE)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_CLIENT_ACTIONS (Package) UIE Library "Client Actions"
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 20100423
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_DATA_FORM_ITEM 20100426
Properties
Class CL_WD_DATA_FORM_ATTRIBUTE  
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_ACTIONS   UIE Library "Client Actions" 
Created 20100423   SAP 
Last change 20130531   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_DATA_FORM_ITEM 20100426
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20110729 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20110729 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_TRANSMIT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100427
2 BP_VALUE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100423
3 CID_DATA_FORM_ATTRIBUTE Constant Public Type reference (TYPE) GUID '6912CD4B5E97BB76E10000000A4292CD' 20100423
4 E_TRANSMIT Constant Public See coding 20100427
5 T_TRANSMIT Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20100427
6 VL_NAME Instance attribute Protected Type reference (TYPE) STRING 20100423
7 VL_TRANSMIT Instance attribute Protected Type reference (TYPE) WDUI_DATA_TRANSMIT_MODE 20100427
8 VL_VALUE Instance attribute Protected Type reference (TYPE) STRING 20100423
Methods
# Method Level Visibility Method type Description Created on
1 BIND_TRANSMIT Instance method Public Method 20100427
2 BIND_VALUE Instance method Public Method 20100423
3 BOUND_TRANSMIT Instance method Public Method 20100427
4 BOUND_VALUE Instance method Public Method 20100423
5 CONSTRUCTOR Instance method Public Constructor 20100423
6 GET_NAME Instance method Public Method 20100423
7 GET_TRANSMIT Instance method Public Method 20100427
8 GET_VALUE Instance method Public Method 20100423
9 NEW_DATA_FORM_ATTRIBUTE Static method Public Method 20100423
10 SET_NAME Instance method Public Method 20100423
11 SET_TRANSMIT Instance method Public Method 20100427
12 SET_VALUE Instance method Public Method 20100423
Events
Class CL_WD_DATA_FORM_ATTRIBUTE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DATA_FORM_ATTRIBUTE Public See coding 20100423 tt_DATA_FORM_ATTRIBUTE TYPE TABLE OF REF TO CL_WD_DATA_FORM_ATTRIBUTE WITH DEFAULT KEY
Method Signatures

Method BIND_TRANSMIT 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 20100427

Method BIND_TRANSMIT on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.

Method BIND_VALUE 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 20100423

Method BIND_VALUE on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.

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

Method BOUND_TRANSMIT on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.

Method GET_NAME Signature

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

Method GET_NAME on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.

Method GET_TRANSMIT 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 20100427
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100427
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_DATA_TRANSMIT_MODE 20100427

Method GET_TRANSMIT on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.

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

Method GET_VALUE on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.

Method NEW_DATA_FORM_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_TRANSMIT Call by reference Type reference (TYPE) STRING 20100427
2 Importing BIND_VALUE Call by reference Type reference (TYPE) STRING 20100423
3 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_DATA_FORM_ATTRIBUTE 20100423
4 Importing ID Call by reference Type reference (TYPE) STRING 20100423
5 Importing NAME Call by reference Type reference (TYPE) STRING 20100423
6 Importing TRANSMIT Call by reference Type reference (TYPE) WDUI_DATA_TRANSMIT_MODE E_TRANSMIT-ALWAYS 20100427
7 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20100423

Method NEW_DATA_FORM_ATTRIBUTE on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.

Method SET_NAME 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 20100423

Method SET_NAME on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.

Method SET_TRANSMIT 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_DATA_TRANSMIT_MODE 20100427

Method SET_TRANSMIT on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.

Method SET_VALUE 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 20100423

Method SET_VALUE on class CL_WD_DATA_FORM_ATTRIBUTE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703