The NavActionFactory component enables you to group and sort NavActions that are displayed in the action menu of the NavItem. A NavActionContainer can reference multiple NavActionFactories and uses their sortPriority property to set their sort order. In turn, NavActions that are referenced by a NavActionFactory are grouped together within the NavAction menu and can be sorted using the NavAction sortPriority property.

Described in preceding text

The NavActionFactory contains the following configurations:

Name

Type

Description

sortPriority

integer

Identifies the sort order relative to other NavActionFactories referenced by the NavActionContainer. The NavActionContainer sorts the NavActionFactories by this value before producing the list of NavActions provided by those factories.

available

Boolean

Determines if the NavActionFactory is available for use. If false, the NavActionFactory will not be included by the NavActionContainer.

accessRight

string

Defines the access right required to use the actions generated by this factory. If the agent does not have this right, the actions will not be included in the UI.

navActions

path

References an array of NavActions provided by this factory.


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