Uses of Interface
org.dashbuilder.navigation.NavTree
-
-
Uses of NavTree in org.dashbuilder.navigation
Methods in org.dashbuilder.navigation that return NavTree Modifier and Type Method Description NavTreeNavTree. cloneTree()Creates a brand new copy of this treeNavTreeNavFactory. createNavTree()NavTreeNavFactory. createNavTree(NavItem navItem)NavTreeNavTree. 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.Methods in org.dashbuilder.navigation with parameters of type NavTree Modifier and Type Method Description NavGroupNavFactory. createNavGroup(NavTree navTree) -
Uses of NavTree in org.dashbuilder.navigation.event
Methods in org.dashbuilder.navigation.event that return NavTree Modifier and Type Method Description NavTreeNavTreeChangedEvent. getNavTree()Constructors in org.dashbuilder.navigation.event with parameters of type NavTree Constructor Description NavTreeChangedEvent(NavTree navTree) -
Uses of NavTree in org.dashbuilder.navigation.impl
Classes in org.dashbuilder.navigation.impl that implement NavTree Modifier and Type Class Description classNavTreeImplMethods in org.dashbuilder.navigation.impl that return NavTree Modifier and Type Method Description NavTreeNavTreeBuilder. build()NavTreeNavTreeImpl. cloneTree()NavTreeNavFactoryImpl. createNavTree()NavTreeNavFactoryImpl. createNavTree(NavItem navItem)NavTreeNavTreeImpl. getItemAsTree(String id)Methods in org.dashbuilder.navigation.impl with parameters of type NavTree Modifier and Type Method Description NavGroupNavFactoryImpl. createNavGroup(NavTree navTree) -
Uses of NavTree in org.dashbuilder.navigation.json
Methods in org.dashbuilder.navigation.json that return NavTree Modifier and Type Method Description NavTreeNavTreeJSONMarshaller. fromJson(String jsonString)NavTreeNavTreeJSONMarshaller. fromJson(org.dashbuilder.json.JsonObject json)Methods in org.dashbuilder.navigation.json with parameters of type NavTree Modifier and Type Method Description org.dashbuilder.json.JsonObjectNavTreeJSONMarshaller. toJson(NavTree navTree) -
Uses of NavTree in org.dashbuilder.navigation.layout
Methods in org.dashbuilder.navigation.layout with parameters of type NavTree Modifier and Type Method Description StringLayoutRecursionIssue. printReport(NavTree navTree, LayoutRecursionIssueI18n i18n) -
Uses of NavTree in org.dashbuilder.navigation.service
Methods in org.dashbuilder.navigation.service that return NavTree Modifier and Type Method Description NavTreeNavigationServices. loadNavTree()Methods in org.dashbuilder.navigation.service with parameters of type NavTree Modifier and Type Method Description voidNavigationServices. saveNavTree(NavTree navTree) -
Uses of NavTree in org.dashbuilder.navigation.workbench
Methods in org.dashbuilder.navigation.workbench that return NavTree Modifier and Type Method Description NavTreeNavSecurityController. secure(NavTree navTree, boolean removeEmptyGroups)Methods in org.dashbuilder.navigation.workbench with parameters of type NavTree Modifier and Type Method Description NavTreeNavSecurityController. secure(NavTree navTree, boolean removeEmptyGroups)
-