Entering content frame

Background documentation NavigationList Locate the document in its SAP Library structure

UIElement

ViewElement

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 Display

This graphic is explained in the accompanying text

 

Runtime Class

CL_WD_NAVIGATION_LIST

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

contentHeight

I

0

Yes

enabled

WDY_BOOLEAN

true

Yes

itemSelectable

WDY_BOOLEAN

true

Yes

itemSource

context node

 

mandatory

itemText

Text

 

Yes

tooltip

Text

 

Yes

visible

WDUI_VISIBILITY

visible

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Header

0..1

ExpandableTitle

 

Events in the View Designer

Name

onSelect

Note

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

·         UIElementsapurl_link_0006_0012_0022

·         ViewElementsapurl_link_0006_0013_0022

Dynamic Programming

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

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

contentHeight

CONTENT_HEIGHT

I

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.

 

 

 

Leaving content frame