Show TOC

NavigationListLocate this document in the navigation structure

The NavigationList provides a navigation area and is used, for instance, in the Contextual Panel. Note that the NavigationList requires at least one recursive context node.

Example of the Visual Display

NAVIGATIONLIST

Runtime Class

CL_WD_NAVIGATION_LIST

Properties in View Designer

Name Type Initial Value Bindable

id

STRING

(automatic)

No

contentHeight

I

0

Yes

contextMenuBehaviour

WDUI_CONTEXT_MENU_BEHAVIOUR

inherit

No

contextMenuId

WDY_MD_UI_ELEMENT_REFERENCE

No

enabled

WDY_BOOLEAN

true

Yes

itemSelectable

WDY_BOOLEAN

true

Yes

itemSource

Context Node

Mandatory

itemText

Translatable text

Yes

tooltip

Translatable text

Yes

visible

WDUI_VISIBILITY

visible

Yes

Aggregations in the View Designer

Name Cardinality Type

Header

0..1

ExpandableTitle

Events in View Designer

Name

onSelect

Note

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

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. But note that the spelling format and use of upper/lower case is different.

Dynamic Programming of Properties

View Designer Name Runtime Name Type

contentHeight

CONTENT_HEIGHT

I

contextMenuBehaviour

CONTEXT_MENU_BEHAVIOUR

WDUI_CONTEXT_MENU_BEHAVIOUR

 contextMenuBehaviour: inherit

CL_WD_NAVIGATION_LIST=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT

 contextMenuBehaviour: provide

CL_WD_NAVIGATION_LIST=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE

 contextMenuBehaviour: suppress

CL_WD_NAVIGATION_LIST=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS

contextMenuId

CONTEXT_MENU_ID

WDY_MD_UI_ELEMENT_REFERENCE

enabled

ENABLED

WDY_BOOLEAN

itemSelectable

ITEM_SELECTABLE

WDY_BOOLEAN

itemSource

ITEM_SOURCE

OBJECT

itemText

ITEM_TEXT

WDY_MD_TRANSLATABLE_TEXT

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

visible

VISIBLE

WDUI_VISIBILITY

visible: none

CL_WD_NAVIGATION_LIST=>E_VISIBLE-NONE

visible: visible

CL_WD_NAVIGATION_LIST=>E_VISIBLE-VISIBLE

Dynamic Programming of Events

View Designer Name Runtime Name

onSelect

ON_SELECT

Dynamic Programming of Aggregations

View Designer Name Runtime Name Cardinality

Header

HEADER

0..1

Example

You can find examples of this UI element in the system in component WDR_TEST_POPUP_01 in the view MAIN_VIEW. In WDR_TEST_EVENTS you can also see the navigation list within a contextual panel.