Show TOC Start of Content Area

Object documentation FreeContextualArea  Locate the document in its SAP Library structure

 

This graphic is explained in the accompanying text

To be used by the Pattern and Portal Platform group only. 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

contentHeight

IWDFreeContextualArea

int

0

bindable

design

IWDFreeContextualArea

WDFreeContextualAreaDesign

plain

bindable

 

End of Content Area