Show TOC Start of Content Area

Object documentation FreeContextualArea  Locate the document in its SAP Library structure

Caution

To be used only by the Pattern and Portal Platform group. Use by other applications and customers WILL NOT BE SUPPORTED! Should only be used for Work Center / Control Center applications.Definition

FreeContextualArea is part of a ContextualPanel. A FreeContextualArea consists of a header and a content area. The header is defined as ExpandableTitle and the content area can be built of any UI element. Normally, you use a container UI element which you can insert other UI elements into.

Description of UI Element Properties

     contentHeight

specifies the height of the content area and is of type int. It is a defined height without vertical scrolling.

·        design

The design property can take the following values and is represented by enumeration type WDFreeContextualAreaDesign.

fill

The content area has a background color.

plain

The content area has no background color.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

Value Required

contentHeight

IWDFreeContextualArea

int

0

bindable

No

design

IWDFreeContextualArea

WDFreeContextualAreaDesign

plain

bindable

No

 

End of Content Area