Show TOC

 FreeContextualAreaLocate this document in the navigation structure

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

Runtime Class

CL_WD_FREE_CONTEXTUAL_AREA

Properties in the 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:

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