|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MenuNode | |
|---|---|
| org.apache.myfaces.trinidadinternal.menu | |
| Uses of MenuNode in org.apache.myfaces.trinidadinternal.menu |
|---|
| Subclasses of MenuNode in org.apache.myfaces.trinidadinternal.menu | |
|---|---|
class |
GroupNode
Deprecated. Use org.apache.myfaces.trinidad.menu.GroupNode instead of this one. |
class |
ImmutableGroupNode
Deprecated. Use org.apache.myfaces.trinidad.menu.ImmutableGroupNode instead of this one. |
class |
ImmutableItemNode
Deprecated. Use org.apache.myfaces.trinidad.menu.ImmutableItemNode instead of this one. |
class |
ItemNode
Deprecated. Please use org.apache.myfaces.trinidad.menu.ItemNode instead of this one. |
| Methods in org.apache.myfaces.trinidadinternal.menu that return MenuNode | |
|---|---|
MenuNode |
MenuNode.getRefNode()
Deprecated. Get the node whose id matches this node's idref attribute value. |
MenuNode |
ImmutableGroupNode.getRefNode()
Deprecated. |
MenuNode |
GroupNode.getRefNode()
Deprecated. Get the node whose id matches this node's idref attribute value. |
protected MenuNode |
MenuNode.getThreadSafeCopy()
Deprecated. Construct a thread safe version of this object and return it. |
protected MenuNode |
ItemNode.getThreadSafeCopy()
Deprecated. |
protected MenuNode |
GroupNode.getThreadSafeCopy()
Deprecated. |
| Methods in org.apache.myfaces.trinidadinternal.menu that return types with arguments of type MenuNode | |
|---|---|
java.util.List<MenuNode> |
MenuNode.getChildren()
Deprecated. Get the List of menu item's children. |
java.util.List<MenuNode> |
ImmutableItemNode.getChildren()
Deprecated. |
java.util.List<MenuNode> |
ImmutableGroupNode.getChildren()
Deprecated. |
java.util.List<MenuNode> |
MenuNode.getChildrenProperty()
Deprecated. |
| Methods in org.apache.myfaces.trinidadinternal.menu with parameters of type MenuNode | |
|---|---|
protected void |
MenuNode.postSelectedNode(MenuNode selectedNode)
Deprecated. Notifies the root model that this node has been selected on a POST |
| Method parameters in org.apache.myfaces.trinidadinternal.menu with type arguments of type MenuNode | |
|---|---|
void |
MenuNode.setChildren(java.util.List<MenuNode> children)
Deprecated. Set the List of menu item's children. |
void |
ImmutableItemNode.setChildren(java.util.List<MenuNode> children)
Deprecated. |
void |
ImmutableGroupNode.setChildren(java.util.List<MenuNode> children)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||