Entering content frame

Background documentation FreeContextualArea Locate the document in its SAP Library 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

Inhalt

0..1

UI Element

Header

0..1

ExpandableTitle

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provide in the View Designer. 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

Inhalt

CONTENT

0..1

Header

HEADER

0..1

 

 

Leaving content frame