SAP ABAP Class CL_WD_TABLE_MULTI_EDITOR_CELL (CL_WD_TABLE_MULTI_EDITOR_CELL)
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_ABSTR_TABLE_CELL_VAR 20090925
Properties
Class CL_WD_TABLE_MULTI_EDITOR_CELL  
Short Description    
Super Class CL_WD_ABSTR_TABLE_CELL_VAR  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20090925   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
Class CL_WD_TABLE_MULTI_EDITOR_CELL has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20111208 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20111208 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_CELL_DESIGN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20090925
2 CC_EDITORS Instance attribute Public Type reference (TYPE) I 20090925
3 CH_EDITORS Instance attribute Protected Type reference (TYPE) IF_WD_TABLE_MULTI_CELL_EDITOR=>TT_TABLE_MULTI_CELL_EDITOR 20090925
4 CID_TABLE_MULTI_EDITOR_CELL Constant Public Type reference (TYPE) GUID 'DEA9E9EEF691A8F18FE90019BBCA3D42' 20090925
5 E_CELL_DESIGN Constant Public See coding 20090925
6 T_CELL_DESIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20090925
7 VL_CELL_DESIGN Instance attribute Protected Type reference (TYPE) WDUI_TABLE_CELL_DESIGN 20090925
Methods
# Method Level Visibility Method type Description Created on
1 ADD_EDITOR Instance method Public Method 20090925
2 BIND_CELL_DESIGN Instance method Public Method 20090925
3 BOUND_CELL_DESIGN Instance method Public Method 20090925
4 CONSTRUCTOR Instance method Public Constructor 20090925
5 GET_CELL_DESIGN Instance method Public Method 20090925
6 GET_EDITOR Instance method Public Method 20090925
7 GET_EDITORS Instance method Public Method 20090925
8 HAS_EDITORS Instance method Public Method 20090925
9 NEW_TABLE_MULTI_EDITOR_CELL Static method Public Method 20090925
10 NUMBER_OF_EDITORS Instance method Public Method 20090925
11 REMOVE_ALL_EDITORS Instance method Public Method 20090925
12 REMOVE_EDITOR Instance method Public Method 20090925
13 SET_CELL_DESIGN Instance method Public Method 20090925
Events
Class CL_WD_TABLE_MULTI_EDITOR_CELL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TABLE_MULTI_EDITOR_CELL Public See coding 20090925 tt_TABLE_MULTI_EDITOR_CELL TYPE TABLE OF REF TO CL_WD_TABLE_MULTI_EDITOR_CELL WITH DEFAULT KEY
Method Signatures

Method ADD_EDITOR 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 20090925
2 Importing THE_EDITOR Call by reference Object reference (TYPE REF TO) IF_WD_TABLE_MULTI_CELL_EDITOR 20090925

Method ADD_EDITOR on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

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

Method BIND_CELL_DESIGN on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

Method BOUND_CELL_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 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_CELL_DESIGN on class CL_WD_TABLE_MULTI_EDITOR_CELL 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 20090925
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20090925

Method CONSTRUCTOR on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

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

Method GET_CELL_DESIGN on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

Method GET_EDITOR 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 20090925
2 Importing INDEX Call by reference Type reference (TYPE) I 20090925
3 Returning THE_EDITOR Value transfer Object reference (TYPE REF TO) IF_WD_TABLE_MULTI_CELL_EDITOR 20090925

Method GET_EDITOR on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

Method GET_EDITORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_EDITORS Value transfer Type reference (TYPE) IF_WD_TABLE_MULTI_CELL_EDITOR=>TT_TABLE_MULTI_CELL_EDITOR 20090925

Method GET_EDITORS on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

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

Method HAS_EDITORS on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

Method NEW_TABLE_MULTI_EDITOR_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_CELL_DESIGN Call by reference Type reference (TYPE) STRING 20090925
2 Importing BIND_H_ALIGN Call by reference Type reference (TYPE) STRING 20090925
3 Importing CELL_DESIGN Call by reference Type reference (TYPE) WDUI_TABLE_CELL_DESIGN E_CELL_DESIGN-STANDARD 20090925
4 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_TABLE_MULTI_EDITOR_CELL 20090925
5 Importing H_ALIGN Call by reference Type reference (TYPE) WDUI_TABLE_COLUMN_HALIGN E_H_ALIGN-AUTO 20090925
6 Importing ID Call by reference Type reference (TYPE) STRING 20090925
7 Importing VARIANT_KEY Call by reference Type reference (TYPE) STRING 20090925
8 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20090925

Method NEW_TABLE_MULTI_EDITOR_CELL on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

Method NUMBER_OF_EDITORS Signature

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

Method NUMBER_OF_EDITORS on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

Method REMOVE_ALL_EDITORS Signature

Method REMOVE_ALL_EDITORS on class CL_WD_TABLE_MULTI_EDITOR_CELL has no parameter.
Method REMOVE_ALL_EDITORS on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

Method REMOVE_EDITOR 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 20090925
2 Importing INDEX Call by reference Type reference (TYPE) I 20090925
3 Returning THE_EDITOR Value transfer Object reference (TYPE REF TO) IF_WD_TABLE_MULTI_CELL_EDITOR 20090925

Method REMOVE_EDITOR on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.

Method SET_CELL_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_TABLE_CELL_DESIGN 20090925

Method SET_CELL_DESIGN on class CL_WD_TABLE_MULTI_EDITOR_CELL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800