SAP ABAP Class CL_WD_FREE_CONTEXTUAL_AREA (CL_WD_FREE_CONTEXTUAL_AREA)
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_VIEW_ELEMENT Perforce Change= / 20040604-141028 20041216
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_CONTEXTUAL_PANEL_ITM Perforce change= / 20050422-085332 20041216
Properties
Class CL_WD_FREE_CONTEXTUAL_AREA  
Short Description    
Super Class CL_WD_VIEW_ELEMENT Perforce Change= / 20040604-141028 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_PATTERN   UIE Library "Pattern" 
Created 20041216   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
# Interface Abstract Final Description Created on
1 IF_WD_CONTEXTUAL_PANEL_ITM Perforce change= / 20050422-085332 20041216
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_CONTENT_HEIGHT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20041216
2 BP_DESIGN Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20041216
3 CID_FREE_CONTEXTUAL_AREA Constant Public Type reference (TYPE) GUID '0659684220506B24E10000000A1550C0' 20050316
4 E_DESIGN Constant Public See coding 20050316
5 PR_CONTENT Instance attribute Protected Object reference (TYPE REF TO) CL_WD_UIELEMENT 20041216
6 PR_HEADER Instance attribute Protected Object reference (TYPE REF TO) CL_WD_EXPANDABLE_TITLE 20050307
7 T_DESIGN Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20050316
8 VL_CONTENT_HEIGHT Instance attribute Protected Type reference (TYPE) I 20041216
9 VL_DESIGN Instance attribute Protected Type reference (TYPE) WDUI_FREE_CTX_AREA_DESIGN 20041216
Methods
# Method Level Visibility Method type Description Created on
1 BIND_CONTENT_HEIGHT Instance method Public Method 20041216
2 BIND_DESIGN Instance method Public Method 20041216
3 BOUND_CONTENT_HEIGHT Instance method Public Method 20041216
4 BOUND_DESIGN Instance method Public Method 20041216
5 CONSTRUCTOR Instance method Public Constructor 20041216
6 GET_CONTENT Instance method Public Method 20041216
7 GET_CONTENT_HEIGHT Instance method Public Method 20041216
8 GET_DESIGN Instance method Public Method 20041216
9 GET_HEADER Instance method Public Method 20050307
10 NEW_FREE_CONTEXTUAL_AREA Static method Public Method 20041216
11 SET_CONTENT Instance method Public Method 20041216
12 SET_CONTENT_HEIGHT Instance method Public Method 20041216
13 SET_DESIGN Instance method Public Method 20041216
14 SET_HEADER Instance method Public Method 20050307
Events
Class CL_WD_FREE_CONTEXTUAL_AREA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_FREE_CONTEXTUAL_AREA Public See coding 20050316 tt_FREE_CONTEXTUAL_AREA TYPE TABLE OF REF TO CL_WD_FREE_CONTEXTUAL_AREA WITH DEFAULT KEY
Method Signatures

Method BIND_CONTENT_HEIGHT 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 20041216

Method BIND_CONTENT_HEIGHT on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

Method BIND_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 20041216

Method BIND_DESIGN on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

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

Method BOUND_CONTENT_HEIGHT on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

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

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

Method CONSTRUCTOR on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

Method GET_CONTENT Signature

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

Method GET_CONTENT on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

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

Method GET_CONTENT_HEIGHT on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

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

Method GET_DESIGN on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

Method GET_HEADER Signature

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

Method GET_HEADER on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

Method NEW_FREE_CONTEXTUAL_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_CONTENT_HEIGHT Call by reference Type reference (TYPE) STRING 20041216
2 Importing BIND_DESIGN Call by reference Type reference (TYPE) STRING 20041216
3 Importing CONTENT_HEIGHT Call by reference Type reference (TYPE) I '0' 20041216
4 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_FREE_CONTEXTUAL_AREA 20041216
5 Importing DESIGN Call by reference Type reference (TYPE) WDUI_FREE_CTX_AREA_DESIGN E_DESIGN-PLAIN 20041216
6 Importing ID Call by reference Type reference (TYPE) STRING 20041216
7 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20041216

Method NEW_FREE_CONTEXTUAL_AREA on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

Method SET_CONTENT Signature

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

Method SET_CONTENT on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

Method SET_CONTENT_HEIGHT 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 20041216

Method SET_CONTENT_HEIGHT on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

Method SET_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_FREE_CTX_AREA_DESIGN 20041216

Method SET_DESIGN on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.

Method SET_HEADER Signature

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

Method SET_HEADER on class CL_WD_FREE_CONTEXTUAL_AREA has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710