A B C D E F G H I L M N O P R S T V _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(NavItemVisitor) - Method in class org.dashbuilder.navigation.impl.NavDividerImpl
- accept(NavItemVisitor) - Method in class org.dashbuilder.navigation.impl.NavGroupImpl
- accept(NavItemVisitor) - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- accept(NavItemVisitor) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- accept(NavItemVisitor) - Method in interface org.dashbuilder.navigation.NavItem
-
Entry point for visitor interfaces
- accept(NavItemVisitor) - Method in interface org.dashbuilder.navigation.NavTree
-
Entry point for visitor interfaces
- addDivider(String, boolean) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- addDivider(String, boolean) - Method in interface org.dashbuilder.navigation.NavTree
-
Creates and register a brand new
NavDivideritem. - addGroup(String, String, String, String, boolean) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- addGroup(String, String, String, String, boolean) - Method in interface org.dashbuilder.navigation.NavTree
-
Creates and register a brand new
NavGroupitem. - addItem(String, String, String, String, boolean, String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- addItem(String, String, String, String, boolean, String) - Method in interface org.dashbuilder.navigation.NavTree
-
Creates and register a brand new
NavItemitem. - addPermission(String) - Method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
B
- build() - Method in class org.dashbuilder.navigation.impl.NavTreeBuilder
C
- canRead(String) - Method in class org.dashbuilder.navigation.workbench.NavSecurityController
- canRead(NavItem) - Method in class org.dashbuilder.navigation.workbench.NavSecurityController
- CAROUSEL - org.dashbuilder.navigation.layout.NavDragComponentType
- changePosition(String, boolean, Integer) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- clearPermissions() - Method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- cloneItem() - Method in class org.dashbuilder.navigation.impl.NavDividerImpl
- cloneItem() - Method in class org.dashbuilder.navigation.impl.NavGroupImpl
- cloneItem() - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- cloneItem() - Method in interface org.dashbuilder.navigation.NavItem
-
Creates a brand new copy of this item
- cloneTree() - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- cloneTree() - Method in interface org.dashbuilder.navigation.NavTree
-
Creates a brand new copy of this tree
- contains(LayoutNavigationRef) - Method in class org.dashbuilder.navigation.layout.LayoutRecursionIssue
- create() - Static method in interface org.dashbuilder.navigation.NavItemContext
- createDivider() - Method in class org.dashbuilder.navigation.impl.NavFactoryImpl
- createDivider() - Method in interface org.dashbuilder.navigation.NavFactory
- createNavGroup() - Method in class org.dashbuilder.navigation.impl.NavFactoryImpl
- createNavGroup() - Method in interface org.dashbuilder.navigation.NavFactory
- createNavGroup(NavTree) - Method in class org.dashbuilder.navigation.impl.NavFactoryImpl
- createNavGroup(NavTree) - Method in interface org.dashbuilder.navigation.NavFactory
- createNavItem() - Method in class org.dashbuilder.navigation.impl.NavFactoryImpl
- createNavItem() - Method in interface org.dashbuilder.navigation.NavFactory
- createNavTree() - Method in class org.dashbuilder.navigation.impl.NavFactoryImpl
- createNavTree() - Method in interface org.dashbuilder.navigation.NavFactory
- createNavTree(NavItem) - Method in class org.dashbuilder.navigation.impl.NavFactoryImpl
- createNavTree(NavItem) - Method in interface org.dashbuilder.navigation.NavFactory
D
- DEFAULT_ITEM_DEFINED - org.dashbuilder.navigation.layout.LayoutNavigationRefType
- DEFAULT_ITEM_FOUND - org.dashbuilder.navigation.layout.LayoutNavigationRefType
- deleteItem(String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- deleteItem(String) - Method in interface org.dashbuilder.navigation.NavTree
-
Delete an existing item including all its children.
- divider() - Method in class org.dashbuilder.navigation.impl.NavTreeBuilder
- DIVIDER - org.dashbuilder.navigation.NavItem.Type
E
- endGroup() - Method in class org.dashbuilder.navigation.impl.NavTreeBuilder
- equals(Object) - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- equals(Object) - Method in class org.dashbuilder.navigation.layout.LayoutNavigationRef
F
- fromJson(String) - Method in class org.dashbuilder.navigation.json.NavTreeJSONMarshaller
- fromJson(JsonObject) - Method in class org.dashbuilder.navigation.json.NavTreeJSONMarshaller
G
- get() - Static method in class org.dashbuilder.navigation.json.NavTreeJSONMarshaller
- get() - Static method in interface org.dashbuilder.navigation.NavFactory
- get(String) - Static method in interface org.dashbuilder.navigation.NavItemContext
- get(String) - Static method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- get(NavItem) - Static method in interface org.dashbuilder.navigation.NavItemContext
- get(NavItem) - Static method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- getByClassName(String) - Static method in enum org.dashbuilder.navigation.layout.NavDragComponentType
- getChildren() - Method in class org.dashbuilder.navigation.impl.NavGroupImpl
- getChildren() - Method in interface org.dashbuilder.navigation.NavGroup
-
Get the children items
- getContext() - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- getContext() - Method in interface org.dashbuilder.navigation.NavItem
-
An optional string that can be used to attach contextual information, like an external reference for instance.
- getDescription() - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- getDescription() - Method in interface org.dashbuilder.navigation.NavItem
-
A brief description of the item (optional, if not provided the name is used instead)
- getFQClassName() - Method in enum org.dashbuilder.navigation.layout.NavDragComponentType
- getId() - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- getId() - Method in interface org.dashbuilder.navigation.NavItem
-
A unique id within the same
NavTree - getItemAsTree(String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- getItemAsTree(String) - Method in interface org.dashbuilder.navigation.NavTree
-
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.
- getItemById(String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- getItemById(String) - Method in interface org.dashbuilder.navigation.NavTree
-
Get an item given its id.
- getLastDefaultItemRef() - Method in class org.dashbuilder.navigation.layout.LayoutRecursionIssue
- getLayoutTemplate() - Method in class org.dashbuilder.navigation.layout.LayoutTemplateInfo
- getLayoutTemplate(String) - Method in interface org.dashbuilder.navigation.service.PerspectivePluginServices
- getLayoutTemplate(Plugin) - Method in interface org.dashbuilder.navigation.service.PerspectivePluginServices
- getLayoutTemplateInfo(String) - Method in interface org.dashbuilder.navigation.service.PerspectivePluginServices
- getLayoutTemplateInfo(LayoutTemplate) - Method in interface org.dashbuilder.navigation.service.PerspectivePluginServices
- getLayoutTemplateInfo(Plugin, LayoutTemplateContext) - Method in interface org.dashbuilder.navigation.service.PerspectivePluginServices
- getName() - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- getName() - Method in class org.dashbuilder.navigation.layout.LayoutNavigationRef
- getName() - Method in interface org.dashbuilder.navigation.NavItem
-
The item's name
- getNavDragTypeI18nName(NavDragComponentType, LayoutRecursionIssueI18n) - Method in class org.dashbuilder.navigation.layout.LayoutRecursionIssue
- getNavGroupId() - Method in class org.dashbuilder.navigation.layout.LayoutTemplateContext
- getNavGroupId() - Method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- getNavTree() - Method in class org.dashbuilder.navigation.event.NavTreeChangedEvent
- getParent() - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- getParent() - Method in interface org.dashbuilder.navigation.NavItem
-
Get the parent of this item (if any)
- getPermissions() - Method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- getPerspectivePlugin(String) - Method in interface org.dashbuilder.navigation.service.PerspectivePluginServices
- getProperty(String) - Method in class org.dashbuilder.navigation.impl.NavItemContextImpl
- getProperty(String) - Method in interface org.dashbuilder.navigation.NavItemContext
- getPropertyIds() - Method in class org.dashbuilder.navigation.impl.NavItemContextImpl
- getPropertyIds() - Method in interface org.dashbuilder.navigation.NavItemContext
- getRecursionIssue() - Method in class org.dashbuilder.navigation.layout.LayoutTemplateInfo
- getRefList() - Method in class org.dashbuilder.navigation.layout.LayoutRecursionIssue
- getResourceId() - Method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- getResourceType() - Method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- getRootItems() - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- getRootItems() - Method in interface org.dashbuilder.navigation.NavTree
-
The list of items belonging to the first tree level
- getType() - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- getType() - Method in class org.dashbuilder.navigation.layout.LayoutNavigationRef
- getType() - Method in interface org.dashbuilder.navigation.NavItem
-
The item's
NavItem.Type - group(String, String, String, boolean) - Method in class org.dashbuilder.navigation.impl.NavTreeBuilder
- GROUP - org.dashbuilder.navigation.NavItem.Type
H
- hashCode() - Method in class org.dashbuilder.navigation.layout.LayoutNavigationRef
- hasNavigationComponents() - Method in class org.dashbuilder.navigation.layout.LayoutTemplateInfo
I
- includesPropertiesOf(NavItemContext) - Method in class org.dashbuilder.navigation.impl.NavItemContextImpl
- includesPropertiesOf(NavItemContext) - Method in interface org.dashbuilder.navigation.NavItemContext
-
Check if this context contains all property-value pairs of some other context.
- init(String) - Method in class org.dashbuilder.navigation.impl.NavItemContextImpl
- init(String) - Method in interface org.dashbuilder.navigation.NavItemContext
- isEmpty() - Method in class org.dashbuilder.navigation.layout.LayoutRecursionIssue
- isModifiable() - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- isModifiable() - Method in interface org.dashbuilder.navigation.NavItem
-
Flag indicating if the item can be modified from a tree once added
- item(String, String, String, boolean) - Method in class org.dashbuilder.navigation.impl.NavTreeBuilder
- item(String, String, String, boolean, String) - Method in class org.dashbuilder.navigation.impl.NavTreeBuilder
- item(String, String, String, boolean, NavItemContext) - Method in class org.dashbuilder.navigation.impl.NavTreeBuilder
- ITEM - org.dashbuilder.navigation.NavItem.Type
L
- LayoutNavigationRef - Class in org.dashbuilder.navigation.layout
- LayoutNavigationRef() - Constructor for class org.dashbuilder.navigation.layout.LayoutNavigationRef
- LayoutNavigationRef(LayoutNavigationRefType, String) - Constructor for class org.dashbuilder.navigation.layout.LayoutNavigationRef
- LayoutNavigationRefType - Enum in org.dashbuilder.navigation.layout
- LayoutRecursionIssue - Class in org.dashbuilder.navigation.layout
-
Class containing the list of navigation references involved in an
LayoutTemplateinfinite recursion issue. - LayoutRecursionIssue() - Constructor for class org.dashbuilder.navigation.layout.LayoutRecursionIssue
- LayoutRecursionIssueI18n - Interface in org.dashbuilder.navigation.layout
- LayoutTemplateContext - Class in org.dashbuilder.navigation.layout
-
A
LayoutTemplate's context contains for instance the identifier of theNavGroupto be used by any of the layout's navigation components. - LayoutTemplateContext() - Constructor for class org.dashbuilder.navigation.layout.LayoutTemplateContext
- LayoutTemplateContext(String) - Constructor for class org.dashbuilder.navigation.layout.LayoutTemplateContext
- LayoutTemplateInfo - Class in org.dashbuilder.navigation.layout
-
Class containing a perspective's layout template plus additional information like if any of its components is linked to another perspective causing an inifinite loop.
- LayoutTemplateInfo() - Constructor for class org.dashbuilder.navigation.layout.LayoutTemplateInfo
- LayoutTemplateInfo(LayoutTemplate, boolean, LayoutRecursionIssue) - Constructor for class org.dashbuilder.navigation.layout.LayoutTemplateInfo
- listPlugins() - Method in interface org.dashbuilder.navigation.service.PerspectivePluginServices
- loadNavTree() - Method in interface org.dashbuilder.navigation.service.NavigationServices
M
- MENUBAR - org.dashbuilder.navigation.layout.NavDragComponentType
- moveItem(String, String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- moveItem(String, String) - Method in interface org.dashbuilder.navigation.NavTree
-
Changes the location of an item in the tree
- moveItemDown(String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- moveItemDown(String) - Method in interface org.dashbuilder.navigation.NavTree
-
Move an item one position down in its parent's children list
- moveItemFirst(String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- moveItemFirst(String) - Method in interface org.dashbuilder.navigation.NavTree
-
Move the specified item to the first position within its parent's children list
- moveItemLast(String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- moveItemLast(String) - Method in interface org.dashbuilder.navigation.NavTree
-
Move the specified item to the last position within its parent's children list
- moveItemUp(String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- moveItemUp(String) - Method in interface org.dashbuilder.navigation.NavTree
-
Move an item one position up in its parent's children list
N
- NAV_COMPONENT - org.dashbuilder.navigation.layout.LayoutNavigationRefType
- NAV_DEFAULT_ID - Static variable in interface org.dashbuilder.navigation.layout.NavDragComponentSettings
- NAV_GROUP_CONTEXT - org.dashbuilder.navigation.layout.LayoutNavigationRefType
- NAV_GROUP_DEFINED - org.dashbuilder.navigation.layout.LayoutNavigationRefType
- NAV_GROUP_ID - Static variable in interface org.dashbuilder.navigation.layout.NavDragComponentSettings
- NAV_GROUP_ID - Static variable in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- navCarouselDragComponentI18n() - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- NavDivider - Interface in org.dashbuilder.navigation
-
A
NavItemthat represents a divider - NavDividerImpl - Class in org.dashbuilder.navigation.impl
- NavDividerImpl() - Constructor for class org.dashbuilder.navigation.impl.NavDividerImpl
- NavDragComponentSettings - Interface in org.dashbuilder.navigation.layout
- NavDragComponentType - Enum in org.dashbuilder.navigation.layout
- NavFactory - Interface in org.dashbuilder.navigation
- NavFactoryImpl - Class in org.dashbuilder.navigation.impl
- NavFactoryImpl() - Constructor for class org.dashbuilder.navigation.impl.NavFactoryImpl
- NavGroup - Interface in org.dashbuilder.navigation
-
A
NavItemthat contains a list of children. - NavGroupImpl - Class in org.dashbuilder.navigation.impl
- NavGroupImpl() - Constructor for class org.dashbuilder.navigation.impl.NavGroupImpl
- NavigationServices - Interface in org.dashbuilder.navigation.service
-
Navigation related services, like for instance persistent services for the application navigation tree.
- NavItem - Interface in org.dashbuilder.navigation
-
A navigation item is a way to classify different assets, like for instance, perspectives.
- NavItem.Type - Enum in org.dashbuilder.navigation
- NavItemContext - Interface in org.dashbuilder.navigation
-
An interface for manipulating a
NavItem.getContext()as it was a collection of attribute/value pairs. - NavItemContextImpl - Class in org.dashbuilder.navigation.impl
- NavItemContextImpl() - Constructor for class org.dashbuilder.navigation.impl.NavItemContextImpl
- NavItemContextImpl(String) - Constructor for class org.dashbuilder.navigation.impl.NavItemContextImpl
- NavItemImpl - Class in org.dashbuilder.navigation.impl
- NavItemImpl() - Constructor for class org.dashbuilder.navigation.impl.NavItemImpl
- NavItemImpl(String, String, String, NavGroup, boolean, String) - Constructor for class org.dashbuilder.navigation.impl.NavItemImpl
- NavItemVisitor - Interface in org.dashbuilder.navigation
-
NavItemvisitor interface - navMenubarDragComponentI18n() - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navRefComponentI18n(String) - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navRefDefaultItemDefinedI18n(String) - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navRefDefaultItemFoundI18n(String) - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navRefGroupContextI18n(String) - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navRefGroupDefinedI18n(String) - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navRefPerspectiveDefaultI18n(String) - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navRefPerspectiveFoundI18n(String) - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navRefPerspectiveI18n(String) - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navRefPerspectiveInGroupI18n(String) - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navRefPerspectiveRecursionEndI18n() - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- NavSecurityController - Class in org.dashbuilder.navigation.workbench
- NavSecurityController(AuthorizationManager, User) - Constructor for class org.dashbuilder.navigation.workbench.NavSecurityController
- navTabListDragComponentI18n() - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- navTilesDragComponentI18n() - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- NavTree - Interface in org.dashbuilder.navigation
-
A tree like structure containing a list of parent and children nodes where every node is a
NavIteminstance. - NavTreeBuilder - Class in org.dashbuilder.navigation.impl
- NavTreeBuilder() - Constructor for class org.dashbuilder.navigation.impl.NavTreeBuilder
- NavTreeChangedEvent - Class in org.dashbuilder.navigation.event
-
Event fired when the application navigation tree is changed
- NavTreeChangedEvent() - Constructor for class org.dashbuilder.navigation.event.NavTreeChangedEvent
- NavTreeChangedEvent(NavTree) - Constructor for class org.dashbuilder.navigation.event.NavTreeChangedEvent
- navTreeDragComponentI18n() - Method in interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
- NavTreeImpl - Class in org.dashbuilder.navigation.impl
- NavTreeImpl() - Constructor for class org.dashbuilder.navigation.impl.NavTreeImpl
- NavTreeImpl(NavGroup) - Constructor for class org.dashbuilder.navigation.impl.NavTreeImpl
- NavTreeJSONMarshaller - Class in org.dashbuilder.navigation.json
- NavTreeJSONMarshaller() - Constructor for class org.dashbuilder.navigation.json.NavTreeJSONMarshaller
- NavWorkbenchCtx - Class in org.dashbuilder.navigation.workbench
-
A
NavItemContextwhich 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 - NavWorkbenchCtx() - Constructor for class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- NavWorkbenchCtx(String) - Constructor for class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
O
- org.dashbuilder.navigation - package org.dashbuilder.navigation
- org.dashbuilder.navigation.event - package org.dashbuilder.navigation.event
- org.dashbuilder.navigation.impl - package org.dashbuilder.navigation.impl
- org.dashbuilder.navigation.json - package org.dashbuilder.navigation.json
- org.dashbuilder.navigation.layout - package org.dashbuilder.navigation.layout
- org.dashbuilder.navigation.service - package org.dashbuilder.navigation.service
- org.dashbuilder.navigation.workbench - package org.dashbuilder.navigation.workbench
P
- permission(String...) - Static method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- PERMISSIONS - Static variable in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- perspective(String) - Static method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- PERSPECTIVE - org.dashbuilder.navigation.layout.LayoutNavigationRefType
- PERSPECTIVE_ID - Static variable in interface org.dashbuilder.navigation.layout.NavDragComponentSettings
- PerspectivePluginsChangedEvent - Class in org.dashbuilder.navigation.event
-
Event fired when a perspective plugin is either added, renamed or deleted.
- PerspectivePluginsChangedEvent() - Constructor for class org.dashbuilder.navigation.event.PerspectivePluginsChangedEvent
- PerspectivePluginServices - Interface in org.dashbuilder.navigation.service
-
Runtime perspective plugins related services.
- pop() - Method in class org.dashbuilder.navigation.layout.LayoutRecursionIssue
- printReport(NavTree, LayoutRecursionIssueI18n) - Method in class org.dashbuilder.navigation.layout.LayoutRecursionIssue
- push(LayoutNavigationRef) - Method in class org.dashbuilder.navigation.layout.LayoutRecursionIssue
R
- removeProperty(String) - Method in class org.dashbuilder.navigation.impl.NavItemContextImpl
- removeProperty(String) - Method in interface org.dashbuilder.navigation.NavItemContext
- RESOURCE_ID - Static variable in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- RESOURCE_TYPE - Static variable in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
S
- saveNavTree(NavTree) - Method in interface org.dashbuilder.navigation.service.NavigationServices
- searchItems(NavItemContext) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- searchItems(NavItemContext) - Method in interface org.dashbuilder.navigation.NavTree
-
Get the items that match the given context
- searchItems(NavItemContext, List<NavItem>) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- secure(List<NavItem>, boolean) - Method in class org.dashbuilder.navigation.workbench.NavSecurityController
- secure(NavTree, boolean) - Method in class org.dashbuilder.navigation.workbench.NavSecurityController
- set(NavFactory) - Static method in interface org.dashbuilder.navigation.NavFactory
- setChildren(List<NavItem>) - Method in class org.dashbuilder.navigation.impl.NavGroupImpl
- setChildren(List<NavItem>) - Method in interface org.dashbuilder.navigation.NavGroup
-
Change the children list
- setContext(String) - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- setContext(String) - Method in interface org.dashbuilder.navigation.NavItem
-
Change the item's context attribute
- setDescription(String) - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- setDescription(String) - Method in interface org.dashbuilder.navigation.NavItem
-
Change the item's description
- setId(String) - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- setId(String) - Method in interface org.dashbuilder.navigation.NavItem
-
Change the item's id
- setItemContext(String, String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- setItemContext(String, String) - Method in interface org.dashbuilder.navigation.NavTree
-
Updates the perspective attached to an existing perspective link
- setItemDescription(String, String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- setItemDescription(String, String) - Method in interface org.dashbuilder.navigation.NavTree
-
Updates the description attribute of an existing item
- setItemModifiable(String, boolean) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- setItemModifiable(String, boolean) - Method in interface org.dashbuilder.navigation.NavTree
-
Updates the modifiable flag attribute of an existing item
- setItemName(String, String) - Method in class org.dashbuilder.navigation.impl.NavTreeImpl
- setItemName(String, String) - Method in interface org.dashbuilder.navigation.NavTree
-
Updates the name attribute of an existing item
- setModifiable(boolean) - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- setModifiable(boolean) - Method in interface org.dashbuilder.navigation.NavItem
-
Change the item's modifiable flag
- setName(String) - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- setName(String) - Method in interface org.dashbuilder.navigation.NavItem
-
Change the item's name
- setNavGroupId(String) - Method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- setParent(NavGroup) - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- setParent(NavGroup) - Method in interface org.dashbuilder.navigation.NavItem
-
Change the item's parent
- setProperty(String, String) - Method in class org.dashbuilder.navigation.impl.NavItemContextImpl
- setProperty(String, String) - Method in interface org.dashbuilder.navigation.NavItemContext
- setResourceId(String) - Method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
- setResourceType(ActivityResourceType) - Method in class org.dashbuilder.navigation.workbench.NavWorkbenchCtx
T
- TABLIST - org.dashbuilder.navigation.layout.NavDragComponentType
- TARGET_DIV_ID - Static variable in interface org.dashbuilder.navigation.layout.NavDragComponentSettings
- TILES - org.dashbuilder.navigation.layout.NavDragComponentType
- toJson(List<NavItem>) - Method in class org.dashbuilder.navigation.json.NavTreeJSONMarshaller
- toJson(NavItem) - Method in class org.dashbuilder.navigation.json.NavTreeJSONMarshaller
- toJson(NavTree) - Method in class org.dashbuilder.navigation.json.NavTreeJSONMarshaller
- toString() - Method in class org.dashbuilder.navigation.impl.NavDividerImpl
- toString() - Method in class org.dashbuilder.navigation.impl.NavGroupImpl
- toString() - Method in class org.dashbuilder.navigation.impl.NavItemContextImpl
- toString() - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- toString() - Method in class org.dashbuilder.navigation.layout.LayoutNavigationRef
- toString(String) - Method in class org.dashbuilder.navigation.impl.NavItemImpl
- TREE - org.dashbuilder.navigation.layout.NavDragComponentType
V
- valueOf(String) - Static method in enum org.dashbuilder.navigation.layout.LayoutNavigationRefType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.navigation.layout.NavDragComponentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.navigation.NavItem.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.dashbuilder.navigation.layout.LayoutNavigationRefType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.navigation.layout.NavDragComponentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.navigation.NavItem.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visitDivider(NavDivider) - Method in interface org.dashbuilder.navigation.NavItemVisitor
-
Visit the given
NavDivider. - visitGroup(NavGroup) - Method in interface org.dashbuilder.navigation.NavItemVisitor
-
Visit the given
NavGroup. - visitItem(NavItem) - Method in interface org.dashbuilder.navigation.NavItemVisitor
-
Visit the given
NavItem.
_
- _instance - Static variable in interface org.dashbuilder.navigation.NavFactory
All Classes All Packages