Uses of Interface
org.dashbuilder.navigation.NavGroup
-
Packages that use NavGroup Package Description org.dashbuilder.navigation org.dashbuilder.navigation.impl -
-
Uses of NavGroup in org.dashbuilder.navigation
Methods in org.dashbuilder.navigation that return NavGroup Modifier and Type Method Description NavGroupNavTree. addGroup(String id, String name, String description, String groupId, boolean modifiable)Creates and register a brand newNavGroupitem.NavGroupNavFactory. createNavGroup()NavGroupNavFactory. createNavGroup(NavTree navTree)NavGroupNavItem. getParent()Get the parent of this item (if any)Methods in org.dashbuilder.navigation with parameters of type NavGroup Modifier and Type Method Description voidNavItem. setParent(NavGroup parent)Change the item's parentvoidNavItemVisitor. visitGroup(NavGroup group)Visit the givenNavGroup. -
Uses of NavGroup in org.dashbuilder.navigation.impl
Classes in org.dashbuilder.navigation.impl that implement NavGroup Modifier and Type Class Description classNavGroupImplMethods in org.dashbuilder.navigation.impl that return NavGroup Modifier and Type Method Description NavGroupNavTreeImpl. addGroup(String id, String name, String description, String parentId, boolean modifiable)NavGroupNavFactoryImpl. createNavGroup()NavGroupNavFactoryImpl. createNavGroup(NavTree navTree)NavGroupNavItemImpl. getParent()Methods in org.dashbuilder.navigation.impl with parameters of type NavGroup Modifier and Type Method Description voidNavItemImpl. setParent(NavGroup parent)Constructors in org.dashbuilder.navigation.impl with parameters of type NavGroup Constructor Description NavItemImpl(String id, String name, String description, NavGroup parent, boolean modifiable, String context)NavTreeImpl(NavGroup root)
-