| Package | Description | 
|---|---|
| org.apache.myfaces.trinidad.menu | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GroupNodeCode specific to a Menu Model's GroupNode. | 
| class  | ImmutableGroupNodeThis class is a thread safe version of GroupNode class. | 
| class  | ImmutableItemNodeThis class is a thread safe version of ItemNode class. | 
| class  | ItemNodeCode specific to a Menu Model's ItemNode. | 
| Modifier and Type | Method and Description | 
|---|---|
| MenuNode | GroupNode. getRefNode()Get the node whose id matches this node's
 idref attribute value. | 
| MenuNode | ImmutableGroupNode. getRefNode() | 
| MenuNode | MenuNode. getRefNode()Get the node whose id matches this node's
 idref attribute value. | 
| MenuNode | GroupNode. getThreadSafeCopy() | 
| MenuNode | MenuNode. getThreadSafeCopy()Construct a thread safe version
 of this object and return it. | 
| MenuNode | ItemNode. getThreadSafeCopy() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MenuNode> | ImmutableGroupNode. getChildren() | 
| List<MenuNode> | MenuNode. getChildren()Get the List of menu item's children. | 
| List<MenuNode> | ImmutableItemNode. getChildren() | 
| List<MenuNode> | MenuNode. getChildrenProperty() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | MenuNode. postSelectedNode(MenuNode selectedNode)Notifies the root model that this node has been selected on a POST | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ImmutableGroupNode. setChildren(List<MenuNode> children) | 
| void | MenuNode. setChildren(List<MenuNode> children)Set the List of menu item's children. | 
| void | ImmutableItemNode. setChildren(List<MenuNode> children) | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.