Uses of Interface
org.dashbuilder.navigation.NavItemContext
-
Packages that use NavItemContext Package Description org.dashbuilder.navigation org.dashbuilder.navigation.impl org.dashbuilder.navigation.workbench -
-
Uses of NavItemContext in org.dashbuilder.navigation
Methods in org.dashbuilder.navigation that return NavItemContext Modifier and Type Method Description static NavItemContextNavItemContext. create()static NavItemContextNavItemContext. get(String ctx)static NavItemContextNavItemContext. get(NavItem navItem)NavItemContextNavItemContext. setProperty(String id, String value)Methods in org.dashbuilder.navigation with parameters of type NavItemContext Modifier and Type Method Description booleanNavItemContext. 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 -
Uses of NavItemContext in org.dashbuilder.navigation.impl
Classes in org.dashbuilder.navigation.impl that implement NavItemContext Modifier and Type Class Description classNavItemContextImplMethods in org.dashbuilder.navigation.impl that return NavItemContext Modifier and Type Method Description NavItemContextNavItemContextImpl. setProperty(String id, String value)Methods in org.dashbuilder.navigation.impl with parameters of type NavItemContext Modifier and Type Method Description booleanNavItemContextImpl. includesPropertiesOf(NavItemContext ctx)NavTreeBuilderNavTreeBuilder. 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) -
Uses of NavItemContext in org.dashbuilder.navigation.workbench
Classes in org.dashbuilder.navigation.workbench that implement NavItemContext Modifier and Type Class Description classNavWorkbenchCtxANavItemContextwhich 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
-