Entering content frame

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

Text

 

Yes

 

Events in the View Designer

Name

onToggle

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provide in the View Designer. 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

 

Dynamische Programmierung der Ereignisse

View Designer Name

Laufzeitname

onToggle

ON_TOGGLE

 

 

Leaving content frame