Show TOC Start of Content Area

Background documentation MenuSeparator  Locate the document in its SAP Library structure

This UI element provides a separator for Menu Items in a Menu.

Example of the Visual Display

LinkToURL with MenuSeparator

 

This graphic is explained in the accompanying text

 

 

 

 

Runtime Class

CL_WD_MENU_SEPARATOR

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

id

STRING

(automatic)

No

visible

WDY_BOOLEAN

true

Yes

Note

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

        MenuItem

        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

visible

VISIBLE

WDY_BOOLEAN

Example

There is a system example for this UI element in the DEMO_UIEL_MENU component in the DEMO_UIEL_MENUBAR application.

 

End of Content Area