|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MenuNode | |
|---|---|
| org.apache.myfaces.trinidad.menu | |
| Uses of MenuNode in org.apache.myfaces.trinidad.menu |
|---|
| Subclasses of MenuNode in org.apache.myfaces.trinidad.menu | |
|---|---|
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. |
| Methods in org.apache.myfaces.trinidad.menu that return MenuNode | |
|---|---|
MenuNode |
GroupNode.getRefNode()Get the node whose id matches this node's idref attribute value. |
MenuNode |
MenuNode.getRefNode()Get the node whose id matches this node's idref attribute value. |
MenuNode |
ImmutableGroupNode.getRefNode() |
MenuNode |
GroupNode.getThreadSafeCopy() |
MenuNode |
MenuNode.getThreadSafeCopy()Construct a thread safe version of this object and return it. |
MenuNode |
ItemNode.getThreadSafeCopy() |
| Methods in org.apache.myfaces.trinidad.menu that return types with arguments of type MenuNode | |
|---|---|
java.util.List<MenuNode> |
ImmutableItemNode.getChildren() |
java.util.List<MenuNode> |
MenuNode.getChildren()Get the List of menu item's children. |
java.util.List<MenuNode> |
ImmutableGroupNode.getChildren() |
java.util.List<MenuNode> |
MenuNode.getChildrenProperty() |
| Methods in org.apache.myfaces.trinidad.menu with parameters of type MenuNode | |
|---|---|
protected void |
MenuNode.postSelectedNode(MenuNode selectedNode)Notifies the root model that this node has been selected on a POST |
| Method parameters in org.apache.myfaces.trinidad.menu with type arguments of type MenuNode | |
|---|---|
void |
ImmutableItemNode.setChildren(java.util.List<MenuNode> children) |
void |
MenuNode.setChildren(java.util.List<MenuNode> children)Set the List of menu item's children. |
void |
ImmutableGroupNode.setChildren(java.util.List<MenuNode> children) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.