Show TOC Start of Content Area

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

The ExpandableTitle element can be used in FreeContextualArea and in NavigationList. This element defines an area, where a title is displayed. If the value of the expandable property is set to true, a little icon is displayed too, which allows the user to expand and collapse the content area of the UI element to which the ExpandableTitle is assigned.

The following screenshot illustrates the ExpandableTitle, expandable is set to true and both values of expanded are shown.

This graphic is explained in the accompanying text

Description of UI Element Properties

     expandable

specifies whether the related UI element can be expanded and the corresponding icon is displayed.

·        expanded

specifies whether the assigned area is collapsed or expanded.

·        title

specifies the text.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

expandable

IWDExpandableTitle

boolean

false

bindable

Nein

expanded

IWDExpandableTitle

boolean

true

bindable

Nein

title

IWDExpandableTitle

String

 

bindable

Nein

Events

     onToggle(boolean expanded)

The event onToggle is triggered if the tray is toggled (collapsed or expanded). Event parameter is the new expansion state.

 

End of Content Area