ExpandableTitle

An ExpandableTitle is a title area that can be expanded and collapsed in aNavigation List.

Runtime Class

CL_WD_EXPANDABLE_TITLE

Properties in the View Designer

Name Type Initial Value Bindable

id

STRING

(automatic)

No

expandable

WDY_BOOLEAN

false

Yes

expanded

WDY_BOOLEAN

true

Yes

title

Translatable text

Yes

Events in the View Designer

Name

onToggle

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name Runtime Name Type

expandable

EXPANDABLE

WDY_BOOLEAN

expanded

EXPANDED

WDY_BOOLEAN

title

TITLE

WDY_MD_TRANSLATABLE_TEXT

Dynamic Programming of Events

View Designer Name Runtime Name

onToggle

ON_TOGGLE