This component represents the action menu within a NavItem. The action menu contains a collection of links to display within a pop-up window. The NavActionContainer references the NavActionFactory components that provide the navigational display and control elements for the NavActions.

The NavContainer, which uses the NavActionFactory sortPriorty property to identify the priority of the grouped NavActions defined within the NavActionFactory, has the following configuration:

Name

Type

Description

id

string

IDs are optional. However, when used, they must be unique to the IDs that are specified by other navigational components within the global context area.

The ID is included when rendering the NavActionContainer component within the DOM to enable custom CSS files to target the styling of the NavActionContainer without having to modify the JSP file directly.

resourceBundleName

string

Identifies the name of the resource bundle used to look up all resourced values.

labelResourceKey

string

Identifies the resource key for the text that appears for the NavActionContainer. This property, which is used only when a NavActionContainer contains a single NavAction, will display the text that appears for the action in the NavAction’s menu.

toolTipResourceKey

string

Identifies the resource key for the tooltip text that appears for the NavAction’s menu.

navActionFactories

path

Reference to an array of NavActionFactory components.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices