Show TOC Start of Content Area

Object documentation ContextualPanel 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

A ContextuaPanel is an area on the left hand side of the screen and can consist of the following UI elements:

     ViewSwitch

     FreeContextualArea

     NavigationList.

The screenshot below illustrates the design of a ContextualPanel:

This graphic is explained in the accompanying text

Description of UI Element Properties

     width

specifies the width of the ContextualPanel and is of type int. It is a defined width without scrolling. If any containing texts are too long for the defined width, the text will be cut off. The only indication you see is an ellipsis that shows that there is more text. If the user places the cursor on the text, the tool tip will show the entire text.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

Value Required

enabled

IWDUIElement

boolean

true

bindable

No

tooltip

IWDUIElement

String

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

width

IWDContextualPanel

int

220

bindable

No

Events

·        onPersonalize

The event onPersonalize is triggered if the user clicks the personalize button.

 

End of Content Area