SAP ABAP Class CL_WD_DATA_FORM (CL_WD_DATA_FORM)
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_UIELEMENT Perforce change= / 20051117-125541 20101119
Properties
Class CL_WD_DATA_FORM  
Short Description    
Super Class CL_WD_UIELEMENT Perforce change= / 20051117-125541 
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 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
Class CL_WD_DATA_FORM has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20131015 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20131015 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_MODE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100423
2 CC_ITEMS Instance attribute Public Type reference (TYPE) I 20100426
3 CH_ITEMS Instance attribute Protected Type reference (TYPE) IF_WD_DATA_FORM_ITEM=>TT_DATA_FORM_ITEM 20100426
4 CID_DATA_FORM Constant Public Type reference (TYPE) GUID '6712CD4B5E97BB76E10000000A4292CD' 20100423
5 E_MODE Constant Public See coding 20100423
6 PR_CONTENT Instance attribute Protected Object reference (TYPE REF TO) CL_WD_UIELEMENT 20100423
7 T_MODE Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20100423
8 VL_MODE Instance attribute Protected Type reference (TYPE) WDUI_DATA_FORM_MODE 20100423
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM Instance method Public Method 20100426
2 BIND_MODE Instance method Public Method 20100423
3 BOUND_MODE Instance method Public Method 20100423
4 CONSTRUCTOR Instance method Public Constructor 20100423
5 GET_CONTENT Instance method Public Method 20100423
6 GET_ITEM Instance method Public Method 20100426
7 GET_ITEMS Instance method Public Method 20100426
8 GET_MODE Instance method Public Method 20100423
9 HAS_ITEMS Instance method Public Method 20100426
10 NEW_DATA_FORM Static method Public Method 20100423
11 NUMBER_OF_ITEMS Instance method Public Method 20100426
12 REMOVE_ALL_ITEMS Instance method Public Method 20100426
13 REMOVE_ITEM Instance method Public Method 20100426
14 SET_CONTENT Instance method Public Method 20100423
15 SET_MODE Instance method Public Method 20100423
Events
Class CL_WD_DATA_FORM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DATA_FORM Public See coding 20100423 tt_DATA_FORM TYPE TABLE OF REF TO CL_WD_DATA_FORM WITH DEFAULT KEY
Method Signatures

Method ADD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20100426
2 Importing THE_ITEM Call by reference Object reference (TYPE REF TO) IF_WD_DATA_FORM_ITEM 20100426

Method ADD_ITEM on class CL_WD_DATA_FORM has no exception.

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

Method BIND_MODE on class CL_WD_DATA_FORM has no exception.

Method BOUND_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 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_MODE on class CL_WD_DATA_FORM 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 has no exception.

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_CONTENT Value transfer Object reference (TYPE REF TO) CL_WD_UIELEMENT 20100423

Method GET_CONTENT on class CL_WD_DATA_FORM has no exception.

Method GET_ITEM 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 20100426
2 Importing INDEX Call by reference Type reference (TYPE) I 20100426
3 Returning THE_ITEM Value transfer Object reference (TYPE REF TO) IF_WD_DATA_FORM_ITEM 20100426

Method GET_ITEM on class CL_WD_DATA_FORM has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_ITEMS Value transfer Type reference (TYPE) IF_WD_DATA_FORM_ITEM=>TT_DATA_FORM_ITEM 20100426

Method GET_ITEMS on class CL_WD_DATA_FORM has no exception.

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

Method GET_MODE on class CL_WD_DATA_FORM has no exception.

Method HAS_ITEMS 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 20100426

Method HAS_ITEMS on class CL_WD_DATA_FORM has no exception.

Method NEW_DATA_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20101119
2 Importing BIND_MODE Call by reference Type reference (TYPE) STRING 20100423
3 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
4 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20101119
5 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20101119
6 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20101119
7 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20101119
8 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_DATA_FORM 20100423
9 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20101119
10 Importing ID Call by reference Type reference (TYPE) STRING 20100423
11 Importing MODE Call by reference Type reference (TYPE) WDUI_DATA_FORM_MODE E_MODE-ACTIVE 20100423
12 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
13 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20101119
14 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20100423
15 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20101119

Method NEW_DATA_FORM on class CL_WD_DATA_FORM has no exception.

Method NUMBER_OF_ITEMS Signature

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

Method NUMBER_OF_ITEMS on class CL_WD_DATA_FORM has no exception.

Method REMOVE_ALL_ITEMS Signature

Method REMOVE_ALL_ITEMS on class CL_WD_DATA_FORM has no parameter.
Method REMOVE_ALL_ITEMS on class CL_WD_DATA_FORM has no exception.

Method REMOVE_ITEM 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 20100426
2 Importing INDEX Call by reference Type reference (TYPE) I 20100426
3 Returning THE_ITEM Value transfer Object reference (TYPE REF TO) IF_WD_DATA_FORM_ITEM 20100426

Method REMOVE_ITEM on class CL_WD_DATA_FORM has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_CONTENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT 20100423

Method SET_CONTENT on class CL_WD_DATA_FORM has no exception.

Method SET_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_DATA_FORM_MODE 20100423

Method SET_MODE on class CL_WD_DATA_FORM has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 703