Modifier and Type | Method and Description |
---|---|
NavTree |
NavTree.cloneTree()
Creates a brand new copy of this tree
|
NavTree |
NavFactory.createNavTree() |
NavTree |
NavFactory.createNavTree(NavItem navItem) |
NavTree |
NavTree.getItemAsTree(String id)
Given an existing item, it creates a brand new subtree where the item (or its children in case of groups)
is taken as the root node.
|
Modifier and Type | Method and Description |
---|---|
NavGroup |
NavFactory.createNavGroup(NavTree navTree) |
Modifier and Type | Method and Description |
---|---|
NavTree |
NavTreeChangedEvent.getNavTree() |
Constructor and Description |
---|
NavTreeChangedEvent(NavTree navTree) |
Modifier and Type | Class and Description |
---|---|
class |
NavTreeImpl |
Modifier and Type | Method and Description |
---|---|
NavTree |
NavTreeBuilder.build() |
NavTree |
NavTreeImpl.cloneTree() |
NavTree |
NavFactoryImpl.createNavTree() |
NavTree |
NavFactoryImpl.createNavTree(NavItem navItem) |
NavTree |
NavTreeImpl.getItemAsTree(String id) |
Modifier and Type | Method and Description |
---|---|
NavGroup |
NavFactoryImpl.createNavGroup(NavTree navTree) |
Modifier and Type | Method and Description |
---|---|
NavTree |
NavTreeJSONMarshaller.fromJson(org.dashbuilder.json.JsonObject json) |
NavTree |
NavTreeJSONMarshaller.fromJson(String jsonString) |
Modifier and Type | Method and Description |
---|---|
org.dashbuilder.json.JsonObject |
NavTreeJSONMarshaller.toJson(NavTree navTree) |
Modifier and Type | Method and Description |
---|---|
String |
LayoutRecursionIssue.printReport(NavTree navTree,
LayoutRecursionIssueI18n i18n) |
Modifier and Type | Method and Description |
---|---|
NavTree |
NavigationServices.loadNavTree() |
Modifier and Type | Method and Description |
---|---|
void |
NavigationServices.saveNavTree(NavTree navTree) |
Modifier and Type | Method and Description |
---|---|
NavTree |
NavSecurityController.secure(NavTree navTree,
boolean removeEmptyGroups) |
Modifier and Type | Method and Description |
---|---|
NavTree |
NavSecurityController.secure(NavTree navTree,
boolean removeEmptyGroups) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.