SAP ABAP Class CL_WD_FORM_DATA (CL_WD_FORM_DATA)
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_LAYOUT_DATA 20090715
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_FORM_HEAD_DATA 20090715
Properties
Class CL_WD_FORM_DATA  
Short Description    
Super Class CL_WD_LAYOUT_DATA  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20090715   SAP 
Last change 20110908   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
Class CL_WD_FORM_DATA has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20110302 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20110302 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_CELL_BACKGROUND_DESIGN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20090715
2 BP_COL_SPAN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20090730
3 BP_V_ALIGN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20090925
4 CID_FORM_DATA Constant Public Type reference (TYPE) GUID 'DE715D36FC063AF185630019BBCA3D42' 20090715
5 E_CELL_BACKGROUND_DESIGN Constant Public See coding 20090715
6 E_V_ALIGN Constant Public See coding 20090925
7 T_CELL_BACKGROUND_DESIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20090715
8 T_V_ALIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20090925
9 VL_CELL_BACKGROUND_DESIGN Instance attribute Protected Type reference (TYPE) WDUI_CELL_BG_DESIGN 20090715
10 VL_COL_SPAN Instance attribute Protected Type reference (TYPE) I 20090715
11 VL_V_ALIGN Instance attribute Protected Type reference (TYPE) WDUI_CELL_VALIGN 20090925
Methods
# Method Level Visibility Method type Description Created on
1 BIND_CELL_BACKGROUND_DESIGN Instance method Public Method 20090715
2 BIND_COL_SPAN Instance method Public Method 20090730
3 BIND_V_ALIGN Instance method Public Method 20090925
4 BOUND_CELL_BACKGROUND_DESIGN Instance method Public Method 20090715
5 BOUND_COL_SPAN Instance method Public Method 20090730
6 BOUND_V_ALIGN Instance method Public Method 20090925
7 CONSTRUCTOR Instance method Public Constructor 20090715
8 GET_CELL_BACKGROUND_DESIGN Instance method Public Method 20090715
9 GET_COL_SPAN Instance method Public Method 20090715
10 GET_V_ALIGN Instance method Public Method 20090925
11 NEW_FORM_DATA Static method Public Method 20090715
12 SET_CELL_BACKGROUND_DESIGN Instance method Public Method 20090715
13 SET_COL_SPAN Instance method Public Method 20090715
14 SET_V_ALIGN Instance method Public Method 20090925
Events
Class CL_WD_FORM_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_FORM_DATA Public See coding 20090715 tt_FORM_DATA TYPE TABLE OF REF TO CL_WD_FORM_DATA WITH DEFAULT KEY
Method Signatures

Method BIND_CELL_BACKGROUND_DESIGN 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 20090715

Method BIND_CELL_BACKGROUND_DESIGN on class CL_WD_FORM_DATA has no exception.

Method BIND_COL_SPAN 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 20090730

Method BIND_COL_SPAN on class CL_WD_FORM_DATA has no exception.

Method BIND_V_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 20090925

Method BIND_V_ALIGN on class CL_WD_FORM_DATA has no exception.

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

Method BOUND_CELL_BACKGROUND_DESIGN on class CL_WD_FORM_DATA has no exception.

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

Method BOUND_COL_SPAN on class CL_WD_FORM_DATA has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_FORM_DATA has no exception.

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

Method GET_CELL_BACKGROUND_DESIGN on class CL_WD_FORM_DATA has no exception.

Method GET_COL_SPAN 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 20090730
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20090730
3 Returning VALUE Value transfer Type reference (TYPE) I 20090715

Method GET_COL_SPAN on class CL_WD_FORM_DATA has no exception.

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

Method GET_V_ALIGN on class CL_WD_FORM_DATA has no exception.

Method NEW_FORM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_CELL_BACKGROUND_DESIGN Call by reference Type reference (TYPE) STRING 20090715
2 Importing BIND_COL_SPAN Call by reference Type reference (TYPE) STRING 20090730
3 Importing BIND_V_ALIGN Call by reference Type reference (TYPE) STRING 20090925
4 Importing CELL_BACKGROUND_DESIGN Call by reference Type reference (TYPE) WDUI_CELL_BG_DESIGN E_CELL_BACKGROUND_DESIGN-TRANSPARENT 20090715
5 Importing COL_SPAN Call by reference Type reference (TYPE) I '-1' 20090715
6 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_FORM_DATA 20090715
7 Importing ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT 20090715
8 Importing ID Call by reference Type reference (TYPE) STRING 20090715
9 Importing V_ALIGN Call by reference Type reference (TYPE) WDUI_CELL_VALIGN E_V_ALIGN-TOP 20090925

Method NEW_FORM_DATA on class CL_WD_FORM_DATA has no exception.

Method SET_CELL_BACKGROUND_DESIGN 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_CELL_BG_DESIGN 20090715

Method SET_CELL_BACKGROUND_DESIGN on class CL_WD_FORM_DATA has no exception.

Method SET_COL_SPAN 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 20090715

Method SET_COL_SPAN on class CL_WD_FORM_DATA has no exception.

Method SET_V_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_CELL_VALIGN 20090925

Method SET_V_ALIGN on class CL_WD_FORM_DATA has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 800