SAP ABAP Class CL_WD_FORM_DSGN_LAYOUT (CL_WD_FORM_DSGN_LAYOUT)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_PATTERN (Package) UIE Library "Pattern"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_LAYOUT 20100803
Properties
Class CL_WD_FORM_DSGN_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_PATTERN   UIE Library "Pattern" 
Created 20100803   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_FORM_DSGN_LAYOUT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20111019 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20111019 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_RANGE_SELECTION_END_ID Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20111019
2 BP_RANGE_SELECTION_START_ID Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20111019
3 BP_ROW_COUNT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20100803
4 CID_FORM_DSGN_LAYOUT Constant Public Type reference (TYPE) GUID '4C3AAC717AE47251E10000000A421239' 20100803
5 MP_ON_CELL_RESIZE Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20110217
6 MP_ON_DROP Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20100803
7 MP_ON_SELECT Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20100803
8 PR_DRAG_SOURCE_INFO Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DRAG_SOURCE_INFO 20100803
9 PR_DROP_TARGET_INFO Instance attribute Protected Object reference (TYPE REF TO) CL_WD_DROP_TARGET_INFO 20100803
10 VL_ON_CELL_RESIZE Instance attribute Protected Type reference (TYPE) STRING 20110217
11 VL_ON_DROP Instance attribute Protected Type reference (TYPE) STRING 20100803
12 VL_ON_SELECT Instance attribute Protected Type reference (TYPE) STRING 20100803
13 VL_RANGE_SELECTION_END_ID Instance attribute Protected Type reference (TYPE) STRING 20111019
14 VL_RANGE_SELECTION_START_ID Instance attribute Protected Type reference (TYPE) STRING 20111019
15 VL_ROW_COUNT Instance attribute Protected Type reference (TYPE) I 20100803
Methods
# Method Level Visibility Method type Description Created on
1 BIND_RANGE_SELECTION_END_ID Instance method Public Method 20111019
2 BIND_RANGE_SELECTION_START_ID Instance method Public Method 20111019
3 BIND_ROW_COUNT Instance method Public Method 20100803
4 BOUND_RANGE_SELECTION_END_ID Instance method Public Method 20111019
5 BOUND_RANGE_SELECTION_START_ID Instance method Public Method 20111019
6 BOUND_ROW_COUNT Instance method Public Method 20100803
7 CONSTRUCTOR Instance method Public Constructor 20100803
8 GET_DRAG_SOURCE_INFO Instance method Public Method 20100803
9 GET_DROP_TARGET_INFO Instance method Public Method 20100803
10 GET_ON_CELL_RESIZE Instance method Public Method 20110217
11 GET_ON_DROP Instance method Public Method 20100803
12 GET_ON_SELECT Instance method Public Method 20100803
13 GET_RANGE_SELECTION_END_ID Instance method Public Method 20111019
14 GET_RANGE_SELECTION_START_ID Instance method Public Method 20111019
15 GET_ROW_COUNT Instance method Public Method 20100803
16 MAPPED_ON_CELL_RESIZE Instance method Public Method 20110217
17 MAPPED_ON_DROP Instance method Public Method 20100803
18 MAPPED_ON_SELECT Instance method Public Method 20100803
19 MAP_ON_CELL_RESIZE Instance method Public Method 20110217
20 MAP_ON_DROP Instance method Public Method 20100803
21 MAP_ON_SELECT Instance method Public Method 20100803
22 NEW_FORM_DSGN_LAYOUT Static method Public Method 20100803
23 SET_DRAG_SOURCE_INFO Instance method Public Method 20100803
24 SET_DROP_TARGET_INFO Instance method Public Method 20100803
25 SET_ON_CELL_RESIZE Instance method Public Method 20110217
26 SET_ON_DROP Instance method Public Method 20100803
27 SET_ON_SELECT Instance method Public Method 20100803
28 SET_RANGE_SELECTION_END_ID Instance method Public Method 20111019
29 SET_RANGE_SELECTION_START_ID Instance method Public Method 20111019
30 SET_ROW_COUNT Instance method Public Method 20100803
Events
Class CL_WD_FORM_DSGN_LAYOUT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_FORM_DSGN_LAYOUT Public See coding 20100803 tt_FORM_DSGN_LAYOUT TYPE TABLE OF REF TO CL_WD_FORM_DSGN_LAYOUT WITH DEFAULT KEY
Method Signatures

Method BIND_RANGE_SELECTION_END_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 20111019

Method BIND_RANGE_SELECTION_END_ID on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method BIND_RANGE_SELECTION_START_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 20111019

Method BIND_RANGE_SELECTION_START_ID on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method BIND_ROW_COUNT 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 20100803

Method BIND_ROW_COUNT on class CL_WD_FORM_DSGN_LAYOUT has no exception.

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

Method BOUND_RANGE_SELECTION_END_ID on class CL_WD_FORM_DSGN_LAYOUT has no exception.

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

Method BOUND_RANGE_SELECTION_START_ID on class CL_WD_FORM_DSGN_LAYOUT has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_FORM_DSGN_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 20100803

Method GET_DRAG_SOURCE_INFO on class CL_WD_FORM_DSGN_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 20100803

Method GET_DROP_TARGET_INFO on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method GET_ON_CELL_RESIZE Signature

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

Method GET_ON_CELL_RESIZE on class CL_WD_FORM_DSGN_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 20100803

Method GET_ON_DROP on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method GET_ON_SELECT Signature

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

Method GET_ON_SELECT on class CL_WD_FORM_DSGN_LAYOUT has no exception.

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

Method GET_RANGE_SELECTION_END_ID on class CL_WD_FORM_DSGN_LAYOUT has no exception.

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

Method GET_RANGE_SELECTION_START_ID on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method GET_ROW_COUNT 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 20100803
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20100803
3 Returning VALUE Value transfer Type reference (TYPE) I 20100803

Method GET_ROW_COUNT on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method MAPPED_ON_CELL_RESIZE 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 20110217

Method MAPPED_ON_CELL_RESIZE on class CL_WD_FORM_DSGN_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 20100803

Method MAPPED_ON_DROP on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method MAPPED_ON_SELECT 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 20100803

Method MAPPED_ON_SELECT on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method MAP_ON_CELL_RESIZE 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 20110217

Method MAP_ON_CELL_RESIZE on class CL_WD_FORM_DSGN_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 20100803

Method MAP_ON_DROP on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method MAP_ON_SELECT 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 20100803

Method MAP_ON_SELECT on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method NEW_FORM_DSGN_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_RANGE_SELECTION_END_ID Call by reference Type reference (TYPE) STRING 20111019
2 Importing BIND_RANGE_SELECTION_START_ID Call by reference Type reference (TYPE) STRING 20111019
3 Importing BIND_ROW_COUNT Call by reference Type reference (TYPE) STRING 20100803
4 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20100803
5 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_FORM_DSGN_LAYOUT 20100803
6 Importing ID Call by reference Type reference (TYPE) STRING 20100803
7 Importing ON_CELL_RESIZE Call by reference Type reference (TYPE) STRING 20110217
8 Importing ON_DROP Call by reference Type reference (TYPE) STRING 20100803
9 Importing ON_SELECT Call by reference Type reference (TYPE) STRING 20100803
10 Importing RANGE_SELECTION_END_ID Call by reference Type reference (TYPE) STRING 20111019
11 Importing RANGE_SELECTION_START_ID Call by reference Type reference (TYPE) STRING 20111019
12 Importing ROW_COUNT Call by reference Type reference (TYPE) I '10' 20100803

Method NEW_FORM_DSGN_LAYOUT on class CL_WD_FORM_DSGN_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 20100803

Method SET_DRAG_SOURCE_INFO on class CL_WD_FORM_DSGN_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 20100803

Method SET_DROP_TARGET_INFO on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method SET_ON_CELL_RESIZE 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 20110217

Method SET_ON_CELL_RESIZE on class CL_WD_FORM_DSGN_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 20100803

Method SET_ON_DROP on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method SET_ON_SELECT 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 20100803

Method SET_ON_SELECT on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method SET_RANGE_SELECTION_END_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) STRING 20111019

Method SET_RANGE_SELECTION_END_ID on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method SET_RANGE_SELECTION_START_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) STRING 20111019

Method SET_RANGE_SELECTION_START_ID on class CL_WD_FORM_DSGN_LAYOUT has no exception.

Method SET_ROW_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 20100803

Method SET_ROW_COUNT on class CL_WD_FORM_DSGN_LAYOUT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703