public class NamedNode extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
NamedNode(String name) |
NamedNode(String name,
String action,
String script,
String url) |
| Modifier and Type | Method and Description |
|---|---|
String |
action() |
void |
actionListener(javax.faces.event.ActionEvent event) |
String |
getName() |
String |
getScript() |
String |
getUrl() |
String |
toString() |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic NamedNode(String name)
public String getName()
public String action()
public void actionListener(javax.faces.event.ActionEvent event)
public String getScript()
public String getUrl()
public String toString()
toString in class DefaultMutableTreeNodeCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.