| Package | Description |
|---|---|
| org.gatein.mop.api.workspace |
| Modifier and Type | Field and Description |
|---|---|
static ObjectType<Navigation> |
ObjectType.NAVIGATION
.
|
| Modifier and Type | Method and Description |
|---|---|
Navigation |
Navigation.addChild(Integer index,
String name)
Adds a child navigation that will be added to the specified position among the ordered children list.
|
Navigation |
Navigation.addChild(String name)
Adds a child navigation that will be added to the last position among the ordered children list.
|
Navigation |
Navigation.getChild(String name)
Returns a specified navigation.
|
Navigation |
Navigation.getParent()
Return the navigation parent or null if it is a root.
|
Navigation |
Site.getRootNavigation()
Returns the site root navigation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Navigation> |
Navigation.getChildren()
Returns the child navigations.
|
ObjectType<? extends Navigation> |
Navigation.getObjectType()
Extends the object type to navigation.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.