SAP ABAP Class CL_WD_TABLE_SNGL_MARK_CELL (CL_WD_TABLE_SNGL_MARK_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 20050121
Properties
Class CL_WD_TABLE_SNGL_MARK_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 20050121   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_SNGL_MARK_CELL has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20100618 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20100618 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_ATTRIBUTE_TO_MARK Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20050121
2 BP_CELL_DESIGN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20050121
3 BP_MARKED_DATA Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20050121
4 CID_TABLE_SNGL_MARK_CELL Constant Public Type reference (TYPE) GUID '72B468426C506824E10000000A1550C0' 20050316
5 E_CELL_DESIGN Constant Public See coding 20050316
6 PR_EDITOR Instance attribute Protected Object reference (TYPE REF TO) IF_WD_TABLE_MARK_CELL_EDTR 20050121
7 T_CELL_DESIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20050316
8 VL_ATTRIBUTE_TO_MARK Instance attribute Protected Type reference (TYPE) STRING 20050316
9 VL_CELL_DESIGN Instance attribute Protected Type reference (TYPE) WDUI_TABLE_CELL_DESIGN 20050121
10 VL_MARKED_DATA Instance attribute Protected Type reference (TYPE) WDR_EXT_ATTRIBUTE_POINTER 20050316
Methods
# Method Level Visibility Method type Description Created on
1 BIND_ATTRIBUTE_TO_MARK Instance method Public Method 20050121
2 BIND_CELL_DESIGN Instance method Public Method 20050121
3 BIND_MARKED_DATA Instance method Public Method 20050121
4 BOUND_ATTRIBUTE_TO_MARK Instance method Public Method 20050121
5 BOUND_CELL_DESIGN Instance method Public Method 20050121
6 BOUND_MARKED_DATA Instance method Public Method 20050121
7 CONSTRUCTOR Instance method Public Constructor 20050121
8 GET_ATTRIBUTE_TO_MARK Instance method Public Method 20050121
9 GET_CELL_DESIGN Instance method Public Method 20050121
10 GET_EDITOR Instance method Public Method 20050121
11 GET_MARKED_DATA Instance method Public Method 20050121
12 NEW_TABLE_SNGL_MARK_CELL Static method Public Method 20050121
13 SET_ATTRIBUTE_TO_MARK Instance method Public Method 20050121
14 SET_CELL_DESIGN Instance method Public Method 20050121
15 SET_EDITOR Instance method Public Method 20050121
16 SET_MARKED_DATA Instance method Public Method 20050121
Events
Class CL_WD_TABLE_SNGL_MARK_CELL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TABLE_SNGL_MARK_CELL Public See coding 20050316 tt_TABLE_SNGL_MARK_CELL TYPE TABLE OF REF TO CL_WD_TABLE_SNGL_MARK_CELL WITH DEFAULT KEY
Method Signatures

Method BIND_ATTRIBUTE_TO_MARK 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 20050121

Method BIND_ATTRIBUTE_TO_MARK on class CL_WD_TABLE_SNGL_MARK_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 20050121

Method BIND_CELL_DESIGN on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.

Method BIND_MARKED_DATA 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 20050121

Method BIND_MARKED_DATA on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.

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

Method BOUND_ATTRIBUTE_TO_MARK on class CL_WD_TABLE_SNGL_MARK_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 20050121
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050121
3 Returning PATH Value transfer Type reference (TYPE) STRING 20050121

Method BOUND_CELL_DESIGN on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.

Method GET_ATTRIBUTE_TO_MARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AS_EXTERNAL Value transfer Type reference (TYPE) ABAP_BOOL 20050121
2 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20050121
3 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050121
4 Returning VALUE Value transfer Type reference (TYPE) STRING 20050121

Method GET_ATTRIBUTE_TO_MARK on class CL_WD_TABLE_SNGL_MARK_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 20050121
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050121
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_TABLE_CELL_DESIGN 20050121

Method GET_CELL_DESIGN on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.

Method GET_EDITOR Signature

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

Method GET_EDITOR on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.

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

Method GET_MARKED_DATA on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.

Method NEW_TABLE_SNGL_MARK_CELL Signature

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

Method NEW_TABLE_SNGL_MARK_CELL on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.

Method SET_ATTRIBUTE_TO_MARK 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 20050121

Method SET_ATTRIBUTE_TO_MARK on class CL_WD_TABLE_SNGL_MARK_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 20050121

Method SET_CELL_DESIGN on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.

Method SET_EDITOR Signature

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

Method SET_EDITOR on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.

Method SET_MARKED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDR_EXT_ATTRIBUTE_POINTER 20050121

Method SET_MARKED_DATA on class CL_WD_TABLE_SNGL_MARK_CELL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710