Package | Description |
---|---|
org.dashbuilder.navigation | |
org.dashbuilder.navigation.impl |
Modifier and Type | Method and Description |
---|---|
NavGroup |
NavTree.addGroup(String id,
String name,
String description,
String groupId,
boolean modifiable)
Creates and register a brand new
NavGroup item. |
NavGroup |
NavFactory.createNavGroup() |
NavGroup |
NavFactory.createNavGroup(NavTree navTree) |
NavGroup |
NavItem.getParent()
Get the parent of this item (if any)
|
Modifier and Type | Method and Description |
---|---|
void |
NavItem.setParent(NavGroup parent)
Change the item's parent
|
void |
NavItemVisitor.visitGroup(NavGroup group)
Visit the given
NavGroup . |
Modifier and Type | Class and Description |
---|---|
class |
NavGroupImpl |
Modifier and Type | Method and Description |
---|---|
NavGroup |
NavTreeImpl.addGroup(String id,
String name,
String description,
String parentId,
boolean modifiable) |
NavGroup |
NavFactoryImpl.createNavGroup() |
NavGroup |
NavFactoryImpl.createNavGroup(NavTree navTree) |
NavGroup |
NavItemImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
NavItemImpl.setParent(NavGroup parent) |
Constructor and Description |
---|
NavItemImpl(String id,
String name,
String description,
NavGroup parent,
boolean modifiable,
String context) |
NavTreeImpl(NavGroup root) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.