SAP ABAP Class CL_WD_FORM_LAYOUT_ADV (CL_WD_FORM_LAYOUT_ADV)
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 20130410
Properties
Class CL_WD_FORM_LAYOUT_ADV  
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 20130410   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_FORM_LAYOUT_ADV 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_COL_COUNT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20130410
2 BP_COMPRESSIBLE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20130410
3 BP_LEGEND_ID Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20130410
4 CID_FORM_LAYOUT_ADV Constant Public Type reference (TYPE) GUID '4C32FF24E49A6599E10000000A421239' 20130410
5 VL_COL_COUNT Instance attribute Protected Type reference (TYPE) I 20130410
6 VL_COMPRESSIBLE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN 20130410
7 VL_LEGEND_ID Instance attribute Protected Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20130410
Methods
# Method Level Visibility Method type Description Created on
1 BIND_COL_COUNT Instance method Public Method 20130410
2 BIND_COMPRESSIBLE Instance method Public Method 20130410
3 BIND_LEGEND_ID Instance method Public Method 20130410
4 BOUND_COL_COUNT Instance method Public Method 20130410
5 BOUND_COMPRESSIBLE Instance method Public Method 20130410
6 BOUND_LEGEND_ID Instance method Public Method 20130410
7 CONSTRUCTOR Instance method Public Constructor 20130410
8 GET_COL_COUNT Instance method Public Method 20130410
9 GET_COMPRESSIBLE Instance method Public Method 20130410
10 GET_LEGEND_ID Instance method Public Method 20130410
11 NEW_FORM_LAYOUT_ADV Static method Public Method 20130410
12 SET_COL_COUNT Instance method Public Method 20130410
13 SET_COMPRESSIBLE Instance method Public Method 20130410
14 SET_LEGEND_ID Instance method Public Method 20130410
Events
Class CL_WD_FORM_LAYOUT_ADV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_FORM_LAYOUT_ADV Public See coding 20130410 tt_FORM_LAYOUT_ADV TYPE TABLE OF REF TO CL_WD_FORM_LAYOUT_ADV WITH DEFAULT KEY
Method Signatures

Method BIND_COL_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 20130410

Method BIND_COL_COUNT on class CL_WD_FORM_LAYOUT_ADV has no exception.

Method BIND_COMPRESSIBLE 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 20130410

Method BIND_COMPRESSIBLE on class CL_WD_FORM_LAYOUT_ADV 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 20130410

Method BIND_LEGEND_ID on class CL_WD_FORM_LAYOUT_ADV has no exception.

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

Method BOUND_COL_COUNT on class CL_WD_FORM_LAYOUT_ADV has no exception.

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

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

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

Method CONSTRUCTOR on class CL_WD_FORM_LAYOUT_ADV has no exception.

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

Method GET_COL_COUNT on class CL_WD_FORM_LAYOUT_ADV has no exception.

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

Method GET_COMPRESSIBLE on class CL_WD_FORM_LAYOUT_ADV 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 20130410
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20130410
3 Returning VALUE Value transfer Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20130410

Method GET_LEGEND_ID on class CL_WD_FORM_LAYOUT_ADV has no exception.

Method NEW_FORM_LAYOUT_ADV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_COL_COUNT Call by reference Type reference (TYPE) STRING 20130410
2 Importing BIND_COMPRESSIBLE Call by reference Type reference (TYPE) STRING 20130410
3 Importing BIND_LEGEND_ID Call by reference Type reference (TYPE) STRING 20130410
4 Importing COL_COUNT Call by reference Type reference (TYPE) I '8' 20130410
5 Importing COMPRESSIBLE Call by reference Type reference (TYPE) WDY_BOOLEAN 20130410
6 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20130410
7 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_FORM_LAYOUT_ADV 20130410
8 Importing ID Call by reference Type reference (TYPE) STRING 20130410
9 Importing LEGEND_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20130410

Method NEW_FORM_LAYOUT_ADV on class CL_WD_FORM_LAYOUT_ADV 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 20130410

Method SET_COL_COUNT on class CL_WD_FORM_LAYOUT_ADV has no exception.

Method SET_COMPRESSIBLE 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 20130410

Method SET_COMPRESSIBLE on class CL_WD_FORM_LAYOUT_ADV 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 20130410

Method SET_LEGEND_ID on class CL_WD_FORM_LAYOUT_ADV has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740