SAP ABAP Class CL_WD_GRID_LAYOUT (CL_WD_GRID_LAYOUT)
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 20040625
Properties
Class CL_WD_GRID_LAYOUT  
Short Description    
Super Class CL_WD_LAYOUT  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20040625   SAP 
Last change 20141121    
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_GRID_LAYOUT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140708 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140708 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_LAYOUT_FIXED Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20140207
2 BP_LEGEND_ID Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20131220
3 CID_GRID_LAYOUT Constant Public Type reference (TYPE) GUID '3BB468426C506824E10000000A1550C0' 20050316
4 E_TAB_ORDER Constant Public See coding 20120507
5 MP_ON_DROP Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20080212
6 PR_DRAG_SOURCE_INFO Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DRAG_SOURCE_INFO 20080310
7 PR_DROP_TARGET_INFO Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DROP_TARGET_INFO 20080310
8 T_TAB_ORDER Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20120507
9 VL_CELL_PADDING Instance attribute Protected Type reference (TYPE) I 20040625
10 VL_CELL_SPACING Instance attribute Protected Type reference (TYPE) I 20040625
11 VL_COL_COUNT Instance attribute Protected Type reference (TYPE) I 20040625
12 VL_LAYOUT_FIXED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20140207
13 VL_LEGEND_ID Instance attribute Protected Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20131220
14 VL_ON_DROP Instance attribute Protected Type reference (TYPE) STRING 20080212
15 VL_STRETCHED_HORIZONTALLY Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20040625
16 VL_STRETCHED_VERTICALLY Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20040625
17 VL_TAB_ORDER Instance attribute Protected Type reference (TYPE) WDUI_GRID_TAB_ORDER 20120507
Methods
# Method Level Visibility Method type Description Created on
1 BIND_LAYOUT_FIXED Instance method Public Method 20140207
2 BIND_LEGEND_ID Instance method Public Method 20131220
3 BOUND_LAYOUT_FIXED Instance method Public Method 20140207
4 BOUND_LEGEND_ID Instance method Public Method 20131220
5 CONSTRUCTOR Instance method Public Constructor 20040625
6 GET_CELL_PADDING Instance method Public Method 20040625
7 GET_CELL_SPACING Instance method Public Method 20040625
8 GET_COL_COUNT Instance method Public Method 20040625
9 GET_DRAG_SOURCE_INFO Instance method Public Method 20080310
10 GET_DROP_TARGET_INFO Instance method Public Method 20080310
11 GET_LAYOUT_FIXED Instance method Public Method 20140207
12 GET_LEGEND_ID Instance method Public Method 20131220
13 GET_ON_DROP Instance method Public Method 20080212
14 GET_STRETCHED_HORIZONTALLY Instance method Public Method 20040625
15 GET_STRETCHED_VERTICALLY Instance method Public Method 20040625
16 GET_TAB_ORDER Instance method Public Method 20120507
17 MAPPED_ON_DROP Instance method Public Method 20080212
18 MAP_ON_DROP Instance method Public Method 20080212
19 NEW_GRID_LAYOUT Static method Public Method 20040625
20 SET_CELL_PADDING Instance method Public Method 20040625
21 SET_CELL_SPACING Instance method Public Method 20040625
22 SET_COL_COUNT Instance method Public Method 20040625
23 SET_DRAG_SOURCE_INFO Instance method Public Method 20080310
24 SET_DROP_TARGET_INFO Instance method Public Method 20080310
25 SET_LAYOUT_FIXED Instance method Public Method 20140207
26 SET_LEGEND_ID Instance method Public Method 20131220
27 SET_ON_DROP Instance method Public Method 20080212
28 SET_STRETCHED_HORIZONTALLY Instance method Public Method 20040625
29 SET_STRETCHED_VERTICALLY Instance method Public Method 20040625
30 SET_TAB_ORDER Instance method Public Method 20120507
Events
Class CL_WD_GRID_LAYOUT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_GRID_LAYOUT Public See coding 20050316 tt_GRID_LAYOUT TYPE TABLE OF REF TO CL_WD_GRID_LAYOUT WITH DEFAULT KEY
Method Signatures

Method BIND_LAYOUT_FIXED 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 20140207

Method BIND_LAYOUT_FIXED on class CL_WD_GRID_LAYOUT has no exception.

Method BIND_LEGEND_ID 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 20131220

Method BIND_LEGEND_ID on class CL_WD_GRID_LAYOUT has no exception.

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

Method BOUND_LAYOUT_FIXED on class CL_WD_GRID_LAYOUT has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_GRID_LAYOUT has no exception.

Method GET_CELL_PADDING Signature

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

Method GET_CELL_PADDING on class CL_WD_GRID_LAYOUT has no exception.

Method GET_CELL_SPACING Signature

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

Method GET_CELL_SPACING on class CL_WD_GRID_LAYOUT has no exception.

Method GET_COL_COUNT Signature

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

Method GET_COL_COUNT on class CL_WD_GRID_LAYOUT has no exception.

Method GET_DRAG_SOURCE_INFO Signature

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

Method GET_DRAG_SOURCE_INFO on class CL_WD_GRID_LAYOUT 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 20080310

Method GET_DROP_TARGET_INFO on class CL_WD_GRID_LAYOUT has no exception.

Method GET_LAYOUT_FIXED 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 20140207
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140207
3 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20140207

Method GET_LAYOUT_FIXED on class CL_WD_GRID_LAYOUT has no exception.

Method GET_LEGEND_ID 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 20131220
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20131220
3 Returning VALUE Value transfer Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20131220

Method GET_LEGEND_ID on class CL_WD_GRID_LAYOUT 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 20080212

Method GET_ON_DROP on class CL_WD_GRID_LAYOUT has no exception.

Method GET_STRETCHED_HORIZONTALLY Signature

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

Method GET_STRETCHED_HORIZONTALLY on class CL_WD_GRID_LAYOUT has no exception.

Method GET_STRETCHED_VERTICALLY Signature

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

Method GET_STRETCHED_VERTICALLY on class CL_WD_GRID_LAYOUT has no exception.

Method GET_TAB_ORDER Signature

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

Method GET_TAB_ORDER on class CL_WD_GRID_LAYOUT 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 20080212

Method MAPPED_ON_DROP on class CL_WD_GRID_LAYOUT 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 20080212

Method MAP_ON_DROP on class CL_WD_GRID_LAYOUT has no exception.

Method NEW_GRID_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_LAYOUT_FIXED Call by reference Type reference (TYPE) STRING 20140207
2 Importing BIND_LEGEND_ID Call by reference Type reference (TYPE) STRING 20131220
3 Importing CELL_PADDING Call by reference Type reference (TYPE) I '0' 20040625
4 Importing CELL_SPACING Call by reference Type reference (TYPE) I '0' 20040625
5 Importing COL_COUNT Call by reference Type reference (TYPE) I '1' 20040625
6 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20040625
7 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_GRID_LAYOUT 20040625
8 Importing ID Call by reference Type reference (TYPE) STRING 20040625
9 Importing LAYOUT_FIXED Call by reference Type reference (TYPE) WDY_BOOLEAN 20140207
10 Importing LEGEND_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20131220
11 Importing ON_DROP Call by reference Type reference (TYPE) STRING 20080212
12 Importing STRETCHED_HORIZONTALLY Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040625
13 Importing STRETCHED_VERTICALLY Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040625
14 Importing TAB_ORDER Call by reference Type reference (TYPE) WDUI_GRID_TAB_ORDER E_TAB_ORDER-HORIZONTALLY 20120507

Method NEW_GRID_LAYOUT on class CL_WD_GRID_LAYOUT has no exception.

Method SET_CELL_PADDING 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 20040625

Method SET_CELL_PADDING on class CL_WD_GRID_LAYOUT has no exception.

Method SET_CELL_SPACING 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 20040625

Method SET_CELL_SPACING on class CL_WD_GRID_LAYOUT has no exception.

Method SET_COL_COUNT 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 20040625

Method SET_COL_COUNT on class CL_WD_GRID_LAYOUT has no exception.

Method SET_DRAG_SOURCE_INFO Signature

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

Method SET_DRAG_SOURCE_INFO on class CL_WD_GRID_LAYOUT 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 20080310

Method SET_DROP_TARGET_INFO on class CL_WD_GRID_LAYOUT has no exception.

Method SET_LAYOUT_FIXED Signature

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

Method SET_LAYOUT_FIXED on class CL_WD_GRID_LAYOUT has no exception.

Method SET_LEGEND_ID Signature

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

Method SET_LEGEND_ID on class CL_WD_GRID_LAYOUT 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 20080212

Method SET_ON_DROP on class CL_WD_GRID_LAYOUT has no exception.

Method SET_STRETCHED_HORIZONTALLY Signature

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

Method SET_STRETCHED_HORIZONTALLY on class CL_WD_GRID_LAYOUT has no exception.

Method SET_STRETCHED_VERTICALLY Signature

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

Method SET_STRETCHED_VERTICALLY on class CL_WD_GRID_LAYOUT has no exception.

Method SET_TAB_ORDER 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_GRID_TAB_ORDER 20120507

Method SET_TAB_ORDER on class CL_WD_GRID_LAYOUT has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 710