Package | Description |
---|---|
info.aduna.webapp.navigation | |
info.aduna.webapp.navigation.functions |
Modifier and Type | Class and Description |
---|---|
class |
Group
Group represents a logical group of views in a NavigationModel.
|
class |
NavigationModel
NavigationModel represents the navigation structure of a web application.
|
class |
NavigationNodeBase
Base implementation of the NavigationNode interface.
|
class |
View
View represents a "leaf" in the navigation model, for example a page in a
website.
|
Modifier and Type | Method and Description |
---|---|
NavigationNode |
NavigationNode.getParent()
Get the parent node of this node.
|
NavigationNode |
NavigationNodeBase.getParent() |
Modifier and Type | Method and Description |
---|---|
protected void |
NavigationNodeBase.copyCommonAttributes(NavigationNode node) |
boolean |
NavigationNode.isParent(NavigationNode node)
Is this node a parent of the specified node?
|
boolean |
NavigationNodeBase.isParent(NavigationNode node) |
void |
NavigationNode.setParent(NavigationNode parent)
Set the parent of this node.
|
void |
NavigationNodeBase.setParent(NavigationNode parent) |
Modifier and Type | Method and Description |
---|---|
static boolean |
NavigationFunctions.isParent(NavigationNode potentialParent,
NavigationNode node)
Is the specified potential parent indeed a parent of the specified node.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.