Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dtrt.uishell.menu.navigator
Class NavigatorMenuViewUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.dtrt.uishell.menu.navigator.NavigatorMenuViewUtils

public class NavigatorMenuViewUtils
extends java.lang.Object


Constructor Summary
NavigatorMenuViewUtils()
           
 
Method Summary
static java.util.List<javax.faces.model.SelectItem> getChildrenNodes(DistributedMenuModel menuModel, java.lang.String nodeId)
          Returns a List SimpleSelectItem of children items nodes in a group node.
static java.util.List<javax.faces.model.SelectItem> getMenuCategories(DistributedMenuModel menuModel)
          Returns a List SimpleSelectItem of top levels nodes from a DistributedMenuModel.
static DistributedMenuModel getNonSecuredDistributedMenuModel(java.lang.String menuType)
          Returns a DistributedMenuModel containing all the nodes for the Navigator Menu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigatorMenuViewUtils

public NavigatorMenuViewUtils()
Method Detail

getNonSecuredDistributedMenuModel

public static DistributedMenuModel getNonSecuredDistributedMenuModel(java.lang.String menuType)
Returns a DistributedMenuModel containing all the nodes for the Navigator Menu.

Returns:
DistributedMenuModel or null

getMenuCategories

public static java.util.List<javax.faces.model.SelectItem> getMenuCategories(DistributedMenuModel menuModel)
Returns a List SimpleSelectItem of top levels nodes from a DistributedMenuModel.

Returns:
List of SimpleSelectItem or null

getChildrenNodes

public static java.util.List<javax.faces.model.SelectItem> getChildrenNodes(DistributedMenuModel menuModel,
                                                                            java.lang.String nodeId)
Returns a List SimpleSelectItem of children items nodes in a group node.

Returns:
List of SimpleSelectItem or null

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.