public class ApiFilteredNode extends ApiNode implements org.gatein.api.navigation.FilteredNode
| Constructor and Description |
|---|
ApiFilteredNode(NavigationImpl navigation,
NodeContext<ApiNode> context) |
| Modifier and Type | Method and Description |
|---|---|
org.gatein.api.navigation.Node |
addChild(int index,
String childName) |
org.gatein.api.navigation.Node |
addChild(String childName) |
org.gatein.api.navigation.Node |
getChild(int index) |
org.gatein.api.navigation.Node |
getChild(String childName) |
int |
getChildCount() |
org.gatein.api.navigation.Node |
getNode(org.gatein.api.navigation.NodePath nodePath) |
org.gatein.api.navigation.Node |
getParent() |
boolean |
hasChild(String childName) |
int |
indexOf(String childName) |
Iterator<org.gatein.api.navigation.Node> |
iterator() |
void |
moveTo(int index) |
void |
moveTo(int index,
org.gatein.api.navigation.Node parent) |
org.gatein.api.navigation.FilteredNode |
show(org.gatein.api.common.Filter<org.gatein.api.navigation.Node> filter) |
org.gatein.api.navigation.FilteredNode |
showAll() |
org.gatein.api.navigation.FilteredNode |
showDefault() |
org.gatein.api.navigation.FilteredNode |
showHasAccess(org.gatein.api.security.User user) |
org.gatein.api.navigation.FilteredNode |
showHasEdit(org.gatein.api.security.User user) |
org.gatein.api.navigation.FilteredNode |
showVisible() |
filter, getDisplayName, getDisplayNames, getIconName, getName, getNode, getNodePath, getPageId, getURI, getVisibility, isChildrenLoaded, isRoot, isVisible, moveTo, removeChild, setDisplayName, setDisplayNames, setIconName, setName, setPageId, setVisibility, setVisibility, setVisibility, sort, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfilter, getIconName, getName, getNode, getNodePath, getPageId, getURI, getVisibility, isChildrenLoaded, isRoot, isVisible, moveTo, removeChild, setIconName, setName, setPageId, setVisibility, setVisibility, setVisibility, sortgetDisplayNames, setDisplayNamesforEach, spliteratorpublic ApiFilteredNode(NavigationImpl navigation, NodeContext<ApiNode> context)
public org.gatein.api.navigation.Node addChild(int index,
String childName)
public org.gatein.api.navigation.Node addChild(String childName)
public org.gatein.api.navigation.Node getChild(int index)
public org.gatein.api.navigation.Node getChild(String childName)
public int getChildCount()
getChildCount in interface org.gatein.api.navigation.NodegetChildCount in class ApiNodepublic org.gatein.api.navigation.Node getNode(org.gatein.api.navigation.NodePath nodePath)
public org.gatein.api.navigation.Node getParent()
public boolean hasChild(String childName)
public int indexOf(String childName)
public Iterator<org.gatein.api.navigation.Node> iterator()
public void moveTo(int index)
public void moveTo(int index,
org.gatein.api.navigation.Node parent)
public org.gatein.api.navigation.FilteredNode showAll()
showAll in interface org.gatein.api.navigation.FilteredNodepublic org.gatein.api.navigation.FilteredNode showDefault()
showDefault in interface org.gatein.api.navigation.FilteredNodepublic org.gatein.api.navigation.FilteredNode showHasAccess(org.gatein.api.security.User user)
showHasAccess in interface org.gatein.api.navigation.FilteredNodepublic org.gatein.api.navigation.FilteredNode showHasEdit(org.gatein.api.security.User user)
showHasEdit in interface org.gatein.api.navigation.FilteredNodepublic org.gatein.api.navigation.FilteredNode showVisible()
showVisible in interface org.gatein.api.navigation.FilteredNodepublic org.gatein.api.navigation.FilteredNode show(org.gatein.api.common.Filter<org.gatein.api.navigation.Node> filter)
show in interface org.gatein.api.navigation.FilteredNodeCopyright © 2018 JBoss by Red Hat. All Rights Reserved.