SAP ABAP Class CL_WD_DROP_TARGET_CELL_EDITOR (CL_WD_DROP_TARGET_CELL_EDITOR)
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_VIEW_ELEMENT Perforce Change= / 20040604-141028 20120410
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_TABLE_CELL_EDITOR Perforce change= / 20050316-075430 20120404
Properties
Class CL_WD_DROP_TARGET_CELL_EDITOR  
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_STANDARD   UIE Library "Standard" 
Created 20120404   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_TABLE_CELL_EDITOR Perforce change= / 20050316-075430 20120404
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20120507 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20120507 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_SIZING Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20120405
2 CID_DROP_TARGET_CELL_EDITOR Constant Public Type reference (TYPE) GUID '005056A501951EE19FCBDEB38E41D13C' 20120404
3 E_SIZING Constant Public See coding 20120405
4 MP_ON_DROP Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20120404
5 PR_CONTENT Instance attribute Protected Object reference (TYPE REF TO) IF_WD_TABLE_CELL_EDITOR 20120404
6 PR_DROP_TARGET_INFO Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DROP_TARGET_INFO 20120404
7 T_SIZING Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20120405
8 VL_ON_DROP Instance attribute Protected Type reference (TYPE) STRING 20120404
9 VL_SIZING Instance attribute Protected Type reference (TYPE) WDUI_DROP_TRGT_CELL_SIZING 20120405
Methods
# Method Level Visibility Method type Description Created on
1 BIND_SIZING Instance method Public Method 20120405
2 BOUND_SIZING Instance method Public Method 20120405
3 CONSTRUCTOR Instance method Public Constructor 20120404
4 GET_CONTENT Instance method Public Method 20120404
5 GET_DROP_TARGET_INFO Instance method Public Method 20120404
6 GET_ON_DROP Instance method Public Method 20120404
7 GET_SIZING Instance method Public Method 20120405
8 MAPPED_ON_DROP Instance method Public Method 20120404
9 MAP_ON_DROP Instance method Public Method 20120404
10 NEW_DROP_TARGET_CELL_EDITOR Static method Public Method 20120404
11 SET_CONTENT Instance method Public Method 20120404
12 SET_DROP_TARGET_INFO Instance method Public Method 20120404
13 SET_ON_DROP Instance method Public Method 20120404
14 SET_SIZING Instance method Public Method 20120405
Events
Class CL_WD_DROP_TARGET_CELL_EDITOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DROP_TARGET_CELL_EDITOR Public See coding 20120404 tt_DROP_TARGET_CELL_EDITOR TYPE TABLE OF REF TO CL_WD_DROP_TARGET_CELL_EDITOR WITH DEFAULT KEY
Method Signatures

Method BIND_SIZING 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 20120405

Method BIND_SIZING on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_DROP_TARGET_CELL_EDITOR 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) IF_WD_TABLE_CELL_EDITOR 20120404

Method GET_CONTENT on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.

Method GET_DROP_TARGET_INFO Signature

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

Method GET_DROP_TARGET_INFO on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.

Method GET_ON_DROP Signature

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

Method GET_ON_DROP on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.

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

Method GET_SIZING on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.

Method MAPPED_ON_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20120404

Method MAPPED_ON_DROP on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.

Method MAP_ON_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20120404

Method MAP_ON_DROP on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.

Method NEW_DROP_TARGET_CELL_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_SIZING Call by reference Type reference (TYPE) STRING 20120405
2 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_DROP_TARGET_CELL_EDITOR 20120404
3 Importing ID Call by reference Type reference (TYPE) STRING 20120404
4 Importing ON_DROP Call by reference Type reference (TYPE) STRING 20120404
5 Importing SIZING Call by reference Type reference (TYPE) WDUI_DROP_TRGT_CELL_SIZING E_SIZING-CELL 20120405
6 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20120404

Method NEW_DROP_TARGET_CELL_EDITOR on class CL_WD_DROP_TARGET_CELL_EDITOR 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) IF_WD_TABLE_CELL_EDITOR 20120404

Method SET_CONTENT on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.

Method SET_DROP_TARGET_INFO Signature

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

Method SET_DROP_TARGET_INFO on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.

Method SET_ON_DROP 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 20120404

Method SET_ON_DROP on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.

Method SET_SIZING 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_DROP_TRGT_CELL_SIZING 20120405

Method SET_SIZING on class CL_WD_DROP_TARGET_CELL_EDITOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732