|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
This package defines navigation information used during rendering of portal content and in user interaction.
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
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |