Package com.ibm.portal.navigation

This package defines navigation information used during rendering of portal content and in user interaction.

See:
          Description

Interface Summary
IdentifiableNavigationNode Deprecated. use NavigationNode instead An interface for navigation nodes that can be identified by ID.
NavigationModel<E extends Object & NavigationNode> An interface describing a navigation model.
NavigationNode An interface for navigation nodes.
NavigationSelectionModel<E extends Object & NavigationNode> An interface describing a selection model for a navigation model.
SelectionModel<T> A list model representing a selection in a tree.
 

Package com.ibm.portal.navigation Description

This package defines navigation information used during rendering of portal content and in user interaction.

Package Specification

A navigation model provides a view on the ContentModel of the portal. Its elements reflect the navigable topology of a user for the content. Each element can be used for navigating to the content represented by the navigation node.

In addition to the navigation tree model the runtime information of selection in this model is provided with a NavigationSelectionModel.