Show TOC Start of Content Area

Object documentation NavigationList  Locate the document in its SAP Library structure

 

This graphic is explained in the accompanying text

To be used only by the Pattern and Portal Platform group. Use by other applications and customers WILL NOT BE SUPPORTED!

Definition

This graphic is explained in the accompanying text

 

Description of UI Element Properties

·        contentHeight

specifies the height of the content area of the NavigationList and is of type int. It is a defined height without horizontal scrolling.

·        itemSelectable

Specifies whether the user can select an item.

·        itemSource

determines the item source of the NavigationList. You can use this to specify the path to the context node. As with a Tree, you can use recursive context nodes to implement a hierarchical list of items. See also: Code Example of the Use of a Recursive Node

     itemText

specifies the text of the item.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

Value Required

contentHeight

IWDNavigationList

int

0

bindable

No

enabled

IWDUIElement

boolean

true

bindable

No

itemSelectable

IWDNavigationList

boolean

true

bindable

No

itemSource

IWDNavigationList

Object

 

bindable_mandatory

Yes

itemText

IWDNavigationList

String

 

bindable

No

tooltip

IWDUIElement

String

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

Events

The event onSelect is triggered when the user selects a NavigationList item.

End of Content Area