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 by the Pattern and Portal Platform group only. 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. This 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 providing the data. 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.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

contentHeight

IWDNavigationList

int

0

bindable

Enabled

IWDUIElement

boolean

true

bindable

itemSelectable

IWDNavigationList

boolean

true

bindable

itemSource

IWDNavigationList

Object

 

bindable_mandatory

itemText

IWDNavigationList

String

 

bindable

Tooltip

IWDUIElement

String

 

bindable

Visible

IWDUIElement

WDVisibility

visible

bindable

Events

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

End of Content Area