Start of Content Area

Background documentation ExpandableTitle  Locate the document in its SAP Library structure

An ExpandableTitle is a title area that can be expanded and collapsed in a Navigation 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

Note

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:

        ViewElement

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

 

 

End of Content Area