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

E22562-02

Uses of Class
oracle.apps.fnd.applcore.menu.model.faces.SimpleMenuNode

Packages that use SimpleMenuNode
oracle.apps.fnd.applcore.menu.model.faces   
oracle.apps.fnd.applcore.patterns.ui.util   
oracle.apps.fnd.applcore.patterns.uishell.model   
 

Uses of SimpleMenuNode in oracle.apps.fnd.applcore.menu.model.faces
 

Methods in oracle.apps.fnd.applcore.menu.model.faces that return SimpleMenuNode
 SimpleMenuNode ServerMenuModelFactory.createSimpleMenuNode(RawMenuNode rawNode)
          Creates a SimpleMenuNode from RawMenuNode.
 SimpleMenuNode ServerMenuModelFactory.getPrefNode(java.lang.String webAppName)
          Gets the menu node that provides the preferences for a given webapp.
 

Methods in oracle.apps.fnd.applcore.menu.model.faces that return types with arguments of type SimpleMenuNode
 java.util.List<SimpleMenuNode> SimpleMenuNode.getChildren()
          Get the List of menu item's children.
 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.
 

Methods in oracle.apps.fnd.applcore.menu.model.faces with parameters of type SimpleMenuNode
 void SimpleMenuNode.addChild(SimpleMenuNode node)
           
 

Method parameters in oracle.apps.fnd.applcore.menu.model.faces with type arguments of type SimpleMenuNode
 void SimpleMenuNode.setChildren(java.util.List<SimpleMenuNode> children)
          Set the List of menu item's children.
 

Uses of SimpleMenuNode in oracle.apps.fnd.applcore.patterns.ui.util
 

Methods in oracle.apps.fnd.applcore.patterns.ui.util that return SimpleMenuNode
static SimpleMenuNode PatternsUtil.getPreferenceNode()
           
 

Uses of SimpleMenuNode in oracle.apps.fnd.applcore.patterns.uishell.model
 

Method parameters in oracle.apps.fnd.applcore.patterns.uishell.model with type arguments of type SimpleMenuNode
 org.apache.myfaces.trinidad.model.TreeModel MenuModelClientFactory.getTreeModel(java.util.List<SimpleMenuNode> simpleNodeList)
           
 org.apache.myfaces.trinidad.model.TreeModel MenuModelClientFactory.getTreeModel(java.util.List<SimpleMenuNode> simpleNodeList, boolean secured)
           
 

Constructor parameters in oracle.apps.fnd.applcore.patterns.uishell.model with type arguments of type SimpleMenuNode
DistributedMenuModel(java.util.List<SimpleMenuNode> simpleNodes)
          Constructs a DistributedMenuModel.
DistributedMenuModel(java.util.List<SimpleMenuNode> simpleNodes, boolean secured)
          Constructs a DistributedMenuModel.
 


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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.