SAP ABAP Class CL_WD_MATRIX_LAYOUT (CL_WD_MATRIX_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_MATRIX_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 20110908   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_MATRIX_LAYOUT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20110302 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20110302 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CID_MATRIX_LAYOUT Constant Public Type reference (TYPE) GUID '45B468426C506824E10000000A1550C0' 20050316
2 MP_ON_DROP Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20081013
3 PR_DRAG_SOURCE_INFO Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DRAG_SOURCE_INFO 20081013
4 PR_DROP_TARGET_INFO Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DROP_TARGET_INFO 20081013
5 VL_ON_DROP Instance attribute Protected Type reference (TYPE) STRING 20081013
6 VL_STRETCHED_HORIZONTALLY Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20040625
7 VL_STRETCHED_VERTICALLY Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20040625
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20040625
2 GET_DRAG_SOURCE_INFO Instance method Public Method 20081013
3 GET_DROP_TARGET_INFO Instance method Public Method 20081013
4 GET_ON_DROP Instance method Public Method 20081013
5 GET_STRETCHED_HORIZONTALLY Instance method Public Method 20040625
6 GET_STRETCHED_VERTICALLY Instance method Public Method 20040625
7 MAPPED_ON_DROP Instance method Public Method 20081013
8 MAP_ON_DROP Instance method Public Method 20081013
9 NEW_MATRIX_LAYOUT Static method Public Method 20040625
10 SET_DRAG_SOURCE_INFO Instance method Public Method 20081013
11 SET_DROP_TARGET_INFO Instance method Public Method 20081013
12 SET_ON_DROP Instance method Public Method 20081013
13 SET_STRETCHED_HORIZONTALLY Instance method Public Method 20040625
14 SET_STRETCHED_VERTICALLY Instance method Public Method 20040625
Events
Class CL_WD_MATRIX_LAYOUT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_MATRIX_LAYOUT Public See coding 20050316 tt_MATRIX_LAYOUT TYPE TABLE OF REF TO CL_WD_MATRIX_LAYOUT WITH DEFAULT KEY
Method Signatures

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_MATRIX_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 20081013

Method GET_DRAG_SOURCE_INFO on class CL_WD_MATRIX_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 20081013

Method GET_DROP_TARGET_INFO on class CL_WD_MATRIX_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 20081013

Method GET_ON_DROP on class CL_WD_MATRIX_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_MATRIX_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_MATRIX_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 20081013

Method MAPPED_ON_DROP on class CL_WD_MATRIX_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 20081013

Method MAP_ON_DROP on class CL_WD_MATRIX_LAYOUT has no exception.

Method NEW_MATRIX_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20040625
2 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_MATRIX_LAYOUT 20040625
3 Importing ID Call by reference Type reference (TYPE) STRING 20040625
4 Importing ON_DROP Call by reference Type reference (TYPE) STRING 20081013
5 Importing STRETCHED_HORIZONTALLY Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040625
6 Importing STRETCHED_VERTICALLY Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040625

Method NEW_MATRIX_LAYOUT on class CL_WD_MATRIX_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 20081013

Method SET_DRAG_SOURCE_INFO on class CL_WD_MATRIX_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 20081013

Method SET_DROP_TARGET_INFO on class CL_WD_MATRIX_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 20081013

Method SET_ON_DROP on class CL_WD_MATRIX_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_MATRIX_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_MATRIX_LAYOUT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710