Package | Description |
---|---|
org.apache.myfaces.trinidad.menu |
Modifier and Type | Class and Description |
---|---|
class |
GroupNode
Code specific to a Menu Model's GroupNode.
|
class |
ImmutableGroupNode
This class is a thread safe version of GroupNode class.
|
class |
ImmutableItemNode
This class is a thread safe version of ItemNode class.
|
class |
ItemNode
Code 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 |
ItemNode.getThreadSafeCopy() |
MenuNode |
MenuNode.getThreadSafeCopy()
Construct a thread safe version
of this object and return it.
|
Modifier and Type | Method and Description |
---|---|
List<MenuNode> |
ImmutableItemNode.getChildren() |
List<MenuNode> |
ImmutableGroupNode.getChildren() |
List<MenuNode> |
MenuNode.getChildren()
Get the List of menu item's children.
|
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 |
ImmutableItemNode.setChildren(List<MenuNode> children) |
void |
ImmutableGroupNode.setChildren(List<MenuNode> children) |
void |
MenuNode.setChildren(List<MenuNode> children)
Set the List of menu item's children.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.