Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Uses of Class
oracle.apps.fnd.applcore.menu.model.internal.MenuConstants.MenuMode

Packages that use MenuConstants.MenuMode
oracle.apps.fnd.applcore.menu.model.faces   
oracle.apps.fnd.applcore.menu.model.internal   
 

Uses of MenuConstants.MenuMode in oracle.apps.fnd.applcore.menu.model.faces
 

Methods in oracle.apps.fnd.applcore.menu.model.faces with parameters of type MenuConstants.MenuMode
 java.util.List<SimpleMenuNode> ServerMenuModelFactory.getNonSecuredSimpleMenuNodeList(MenuConstants.MenuMode mode)
          Get menu nodes for a particular menu mode without checking security
 java.util.List<SimpleMenuNode> ServerMenuModelFactory.getNonSecuredSimpleMenuNodeList(MenuConstants.MenuMode mode, java.lang.String langCode)
          Get menu nodes for a particular menu mode without checking security
 java.util.List<SimpleMenuNode> ServerMenuModelFactory.getSimpleMenuNodeList(MenuConstants.MenuMode mode)
          Get menu nodes for a particular menu mode with security check.
 java.util.List<SimpleMenuNode> ServerMenuModelFactory.getSimpleMenuNodeList(MenuConstants.MenuMode mode, java.lang.String langCode)
          Get menu nodes for a particular menu mode with security check.
 

Uses of MenuConstants.MenuMode in oracle.apps.fnd.applcore.menu.model.internal
 

Methods in oracle.apps.fnd.applcore.menu.model.internal that return MenuConstants.MenuMode
static MenuConstants.MenuMode MenuConstants.MenuMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MenuConstants.MenuMode[] MenuConstants.MenuMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.