Package | Description |
---|---|
org.dashbuilder.navigation | |
org.dashbuilder.navigation.impl | |
org.dashbuilder.navigation.workbench |
Modifier and Type | Method and Description |
---|---|
static NavItemContext |
NavItemContext.create() |
static NavItemContext |
NavItemContext.get(NavItem navItem) |
static NavItemContext |
NavItemContext.get(String ctx) |
NavItemContext |
NavItemContext.setProperty(String id,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
NavItemContext.includesPropertiesOf(NavItemContext cxt)
Check if this context contains all property-value pairs of some other context.
|
List<NavItem> |
NavTree.searchItems(NavItemContext ctx)
Get the items that match the given context
|
Modifier and Type | Class and Description |
---|---|
class |
NavItemContextImpl |
Modifier and Type | Method and Description |
---|---|
NavItemContext |
NavItemContextImpl.setProperty(String id,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
NavItemContextImpl.includesPropertiesOf(NavItemContext ctx) |
NavTreeBuilder |
NavTreeBuilder.item(String id,
String name,
String description,
boolean modifiable,
NavItemContext itemCtx) |
List<NavItem> |
NavTreeImpl.searchItems(NavItemContext ctx) |
List<NavItem> |
NavTreeImpl.searchItems(NavItemContext ctx,
List<NavItem> navItemList) |
Modifier and Type | Class and Description |
---|---|
class |
NavWorkbenchCtx
A
NavItemContext which contains workbench related context like for instance:
A list of permissions the nav item is tied to
An identifier of a resource this item is referring to
|
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.