Start of Content Area

Background documentation FreeContextualArea  Locate the document in its SAP Library structure

Note

This UI element is not released for use by customers. There is no support for its use. Instead, use the Tray or Group, or TransparentContainer UI element.

In a FreeContextualArea you can place any content you want in a ContextualPanel.

 

Runtime Class

CL_WD_FREE_CONTEXTUAL_AREA

 

Properties in View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

contentHeight

I

0

Yes

design

WDUI_FREE_CTX_AREA_DESIGN

plain

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Content

0..1

UIElement

Header

0..1

ExpandableTitle

Note

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:

        ViewElement

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

contentHeight

CONTENT_HEIGHT

I

design

DESIGN

WDUI_FREE_CTX_AREA_DESIGN

design: fill

CL_WD_FREE_CONTEXTUAL_AREA=>E_DESIGN-FILL

design: plain

CL_WD_FREE_CONTEXTUAL_AREA=>E_DESIGN-PLAIN

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Content

CONTENT

0..1

Header

HEADER

0..1

 

 

End of Content Area