Uses of Interface
com.hybris.backoffice.navigation.NavigationNode
-
-
Uses of NavigationNode in com.hybris.backoffice.navigation
Classes in com.hybris.backoffice.navigation that implement NavigationNode Modifier and Type Class Description classNavigationNodeDecoratorDecorate NavigationNode with functionality of evaluating text to displayMethods in com.hybris.backoffice.navigation that return NavigationNode Modifier and Type Method Description NavigationNodeNavigationNode. getParent()Returns the parent node of this node.NavigationNodeNavigationNodeDecorator. getParent()NavigationNodeNavigationNodeDecorator. getTarget()static NavigationNodeNavigationNodeDecoratorUtils. unwrap(NavigationNode node)Methods in com.hybris.backoffice.navigation that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.List<NavigationNode>NavigationNode. getChildren()Returns all children nodes.java.util.List<NavigationNode>NavigationNodeDecorator. getChildren()java.util.List<NavigationNode>NavigationTree. getRootNodes()Returns the list of root nodes of the tree.Methods in com.hybris.backoffice.navigation with parameters of type NavigationNode Modifier and Type Method Description voidNavigationNode. addChild(NavigationNode child)Adds the given node as a child of this node.voidNavigationNodeDecorator. addChild(NavigationNode child)voidNavigationNode. setParent(NavigationNode parent)Sets the parent of this node to the given node.voidNavigationNodeDecorator. setParent(NavigationNode parent)static NavigationNodeNavigationNodeDecoratorUtils. unwrap(NavigationNode node)Method parameters in com.hybris.backoffice.navigation with type arguments of type NavigationNode Modifier and Type Method Description voidNavigationNode. setChildren(java.util.List<NavigationNode> children)Sets the given list to be child nodes of this node.voidNavigationNodeDecorator. setChildren(java.util.List<NavigationNode> children)Constructors in com.hybris.backoffice.navigation with parameters of type NavigationNode Constructor Description NavigationNodeDecorator(NavigationNode target) -
Uses of NavigationNode in com.hybris.backoffice.navigation.bar
Methods in com.hybris.backoffice.navigation.bar with parameters of type NavigationNode Modifier and Type Method Description booleanNavigationContext. isSelected(NavigationNode node)Checks whether provided node is selectedbooleanNavigationContext. isSelectionParent(NavigationNode node)Checks whether provided node is a parent of selected onevoidNavigationListener. perspectiveChosen(NavigationNode node) -
Uses of NavigationNode in com.hybris.backoffice.navigation.impl
Classes in com.hybris.backoffice.navigation.impl that implement NavigationNode Modifier and Type Class Description classSimpleNodeRepresents a navigation node with name, description and icon.Methods in com.hybris.backoffice.navigation.impl that return NavigationNode Modifier and Type Method Description NavigationNodeSimpleNode. getParent()Methods in com.hybris.backoffice.navigation.impl that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.List<NavigationNode>SimpleNode. getChildren()java.util.List<NavigationNode>DefaultNavigationTree. getRootNodes()Methods in com.hybris.backoffice.navigation.impl with parameters of type NavigationNode Modifier and Type Method Description voidSimpleNode. addChild(NavigationNode child)voidDefaultNavigationTree. addRootNode(NavigationNode navNode)voidDefaultNavigationTree. removeRootNode(NavigationNode navNode)voidSimpleNode. setParent(NavigationNode parent)Method parameters in com.hybris.backoffice.navigation.impl with type arguments of type NavigationNode Modifier and Type Method Description voidSimpleNode. setChildren(java.util.List<NavigationNode> children)voidDefaultNavigationTree. setRootNodes(java.util.List<NavigationNode> rootNodes)Constructors in com.hybris.backoffice.navigation.impl with parameters of type NavigationNode Constructor Description DefaultNavigationTree(NavigationNode rootNode) -
Uses of NavigationNode in com.hybris.backoffice.widgets.advancedsearch
Methods in com.hybris.backoffice.widgets.advancedsearch with parameters of type NavigationNode Modifier and Type Method Description protected booleanGenericInitAdvancedSearchController. canHandleNavigationNode(NavigationNode navigationNode)voidAbstractInitAdvancedSearchAdapter. createAdvancedSearchInitContext(NavigationNode navigationNode)Creates init context for advanced search widgetvoidGenericInitAdvancedSearchController. createAdvancedSearchInitContext(NavigationNode navigationNode)Method parameters in com.hybris.backoffice.widgets.advancedsearch with type arguments of type NavigationNode Modifier and Type Method Description voidAdvancedSearchInitializer. addSearchDataConditions(AdvancedSearchData searchData, java.util.Optional<NavigationNode> navigationNode)Add search conditions to passedAdvancedSearchDataobject.voidGenericInitAdvancedSearchController. addSearchDataConditions(AdvancedSearchData searchData, java.util.Optional<NavigationNode> navigationNode) -
Uses of NavigationNode in com.hybris.backoffice.widgets.perspectivechooser.controller
Methods in com.hybris.backoffice.widgets.perspectivechooser.controller that return types with arguments of type NavigationNode Modifier and Type Method Description protected java.util.List<NavigationNode>PerspectiveChooserWidgetController. getPermittedPerspectives(NavigationTree navigationTree)Deprecated, for removal: This API element is subject to removal in a future version.since 6.5, allowed perspectives configuration has been moved to View Switcher widgetMethods in com.hybris.backoffice.widgets.perspectivechooser.controller with parameters of type NavigationNode Modifier and Type Method Description protected voidPerspectiveChooserWidgetController. doSelectNode(NavigationNode node)booleanPerspectiveChooserWidgetController.ChooserContext. isSelected(NavigationNode node)protected booleanPerspectiveChooserWidgetController. isSelected(NavigationNode node)booleanPerspectiveChooserWidgetController.ChooserContext. isSelectionParent(NavigationNode node)protected booleanPerspectiveChooserWidgetController. isSelectionParent(NavigationNode node)protected voidPerspectiveChooserWidgetController. mergeNodes(NavigationNode destination, NavigationNode addon)voidPerspectiveChooserWidgetController. perspectiveSelected(NavigationNode navigationNode) -
Uses of NavigationNode in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver
Methods in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver that return NavigationNode Modifier and Type Method Description protected NavigationNodeAuthorityGroupDefaultPerspectiveResolver. findLeafByName(NavigationTree tree, java.lang.String navigationNodeName)protected NavigationNodeTreePerspectiveResolver. formAction(ActionDefinition action, java.util.Map<java.lang.String,Format> formats)NavigationNodeAuthorityGroupDefaultPerspectiveResolver. resolveDefaultPerspective(NavigationTree navigationTree)Deprecated, for removal: This API element is subject to removal in a future version.protected NavigationNodeAuthorityGroupDefaultPerspectiveResolver. resolveDefaultPerspective(NavigationTree navigationTree, PerspectiveChooser configuration)NavigationNodeAuthorityGroupDefaultPerspectiveResolver. resolveDefaultPerspective(NavigationTree navigationTree, WidgetInstanceManager widgetInstanceManager)NavigationNodeDefaultPerspectiveResolver. resolveDefaultPerspective(NavigationTree navigationTree)Deprecated, for removal: This API element is subject to removal in a future version.default NavigationNodeDefaultPerspectiveResolver. resolveDefaultPerspective(NavigationTree navigationTree, WidgetInstanceManager widgetInstanceManager)Resolve default perspective.NavigationNodeSequenceDefaultPerspectiveResolver. resolveDefaultPerspective(NavigationTree navigationTree)Deprecated, for removal: This API element is subject to removal in a future version.NavigationNodeSequenceDefaultPerspectiveResolver. resolveDefaultPerspective(NavigationTree navigationTree, WidgetInstanceManager widgetInstanceManager)Methods in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.List<NavigationNode>AuthorityGroupDefaultPerspectiveResolver. getPermittedPerspectives(NavigationTree navigationTree)default java.util.List<NavigationNode>DefaultPerspectiveResolver. getPermittedPerspectives(NavigationTree navigationTree)Deprecated, for removal: This API element is subject to removal in a future version.since 6.5, allowed perspectives configuration has been moved to View Switcher widgetMethods in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver with parameters of type NavigationNode Modifier and Type Method Description protected voidTreePerspectiveResolver. formTreeNode(NavigationTree tree, NavigationNode node, java.util.Map<java.lang.String,Format> formats, java.util.Map<java.lang.String,NavigationNode> nodes) -
Uses of NavigationNode in com.hybris.backoffice.widgets.perspectivechooser.renderer
Methods in com.hybris.backoffice.widgets.perspectivechooser.renderer that return types with arguments of type NavigationNode Modifier and Type Method Description protected org.zkoss.zul.TreeitemRenderer<org.zkoss.zul.DefaultTreeNode<NavigationNode>>BreadcrumbPerspectiveChooserRenderer. createTreeRenderer(org.zkoss.zk.ui.Component parent, NavigationContext context)protected java.util.Collection<NavigationNode>BreadcrumbPerspectiveChooserRenderer. getSiblings(NavigationContext context, NavigationNode navigationNode)Methods in com.hybris.backoffice.widgets.perspectivechooser.renderer with parameters of type NavigationNode Modifier and Type Method Description protected org.zkoss.zul.MenuFlatPerspectiveChooserRenderer. createMenu(NavigationContext context, NavigationNode navigationNode)protected org.zkoss.zul.MenuitemFlatPerspectiveChooserRenderer. createMenuitem(NavigationContext context, NavigationNode navigationNode)protected org.zkoss.zul.MenupopupFlatPerspectiveChooserRenderer. createMenupopup(NavigationContext context, NavigationNode navigationNode)protected java.util.Collection<NavigationNode>BreadcrumbPerspectiveChooserRenderer. getSiblings(NavigationContext context, NavigationNode navigationNode)protected static booleanBreadcrumbPerspectiveChooserRenderer. isDirectoryOrHasChildren(NavigationNode node)protected voidBreadcrumbPerspectiveChooserRenderer. renderBreadcrumb(org.zkoss.zk.ui.Component parent, NavigationContext context, NavigationNode navigationNode)protected org.zkoss.zk.ui.HtmlBasedComponentBreadcrumbPerspectiveChooserRenderer. renderFlatBreadcrumb(org.zkoss.zk.ui.Component parent, NavigationContext context, NavigationNode navigationNode)protected org.zkoss.zk.ui.HtmlBasedComponentBreadcrumbPerspectiveChooserRenderer. renderMenuBreadcrumb(org.zkoss.zk.ui.Component parent, NavigationContext context, NavigationNode navigationNode)protected voidBreadcrumbPerspectiveChooserRenderer. renderSelectionPath(org.zkoss.zk.ui.Component parent, NavigationContext context, NavigationNode navigationNode)Method parameters in com.hybris.backoffice.widgets.perspectivechooser.renderer with type arguments of type NavigationNode Modifier and Type Method Description protected voidBreadcrumbPerspectiveChooserRenderer. createPerspectiveTree(org.zkoss.zul.DefaultTreeNode<NavigationNode> root, java.util.Collection<NavigationNode> children)protected voidBreadcrumbPerspectiveChooserRenderer. createPerspectiveTree(org.zkoss.zul.DefaultTreeNode<NavigationNode> root, java.util.Collection<NavigationNode> children)voidBreadcrumbPerspectiveChooserRenderer.TreeRenderer. render(org.zkoss.zul.Treeitem treeitem, org.zkoss.zul.DefaultTreeNode<NavigationNode> treeNode, int i) -
Uses of NavigationNode in com.hybris.backoffice.widgets.perspectivecontainer.controller
Methods in com.hybris.backoffice.widgets.perspectivecontainer.controller with parameters of type NavigationNode Modifier and Type Method Description voidPerspectiveContainerWidgetController. selectPerspective(NavigationNode navigationNode) -
Uses of NavigationNode in com.hybris.cockpitng.tree.factory
Methods in com.hybris.cockpitng.tree.factory with parameters of type NavigationNode Modifier and Type Method Description default voidNavigationTreeFactory. refreshRootNode(ExplorerTree explorerTreeConfig, NavigationNode rootNode, CockpitContext context) -
Uses of NavigationNode in com.hybris.cockpitng.tree.factory.impl
Methods in com.hybris.cockpitng.tree.factory.impl that return NavigationNode Modifier and Type Method Description protected <T extends ExplorerNode>
NavigationNodeDefaultNavigationTreeFactory. createNodeRecursively(T config, CockpitContext context)Methods in com.hybris.cockpitng.tree.factory.impl with parameters of type NavigationNode Modifier and Type Method Description protected voidDefaultNavigationTreeFactory. populateChildren(ExplorerTree explorerTreeConfig, NavigationNode rootNode, CockpitContext context)voidDefaultNavigationTreeFactory. refreshRootNode(ExplorerTree explorerTreeConfig, NavigationNode rootNode, CockpitContext context) -
Uses of NavigationNode in com.hybris.cockpitng.tree.node
Classes in com.hybris.cockpitng.tree.node that implement NavigationNode Modifier and Type Class Description classDynamicNodeRepresents a navigation node with dynamic children.classTypeNodeNavigation node representing a type.Methods in com.hybris.cockpitng.tree.node that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.List<NavigationNode>DynamicNode. getChildren()java.util.List<NavigationNode>DynamicNodePopulator. getChildren(NavigationNode node)Get the children of current nodeMethods in com.hybris.cockpitng.tree.node with parameters of type NavigationNode Modifier and Type Method Description java.util.List<NavigationNode>DynamicNodePopulator. getChildren(NavigationNode node)Get the children of current node -
Uses of NavigationNode in com.hybris.cockpitng.tree.node.factory
Methods in com.hybris.cockpitng.tree.node.factory that return NavigationNode Modifier and Type Method Description NavigationNodeNodeFactory. createNavigationNode(T nodeConfig)Creates node using given node configuration.default NavigationNodeNodeFactory. createNavigationNode(T nodeConfig, CockpitContext context)Creates node using given node configuration and context -
Uses of NavigationNode in com.hybris.cockpitng.tree.node.factory.impl
Methods in com.hybris.cockpitng.tree.node.factory.impl that return NavigationNode Modifier and Type Method Description NavigationNodeDynamicNodeFactory. createNavigationNode(DynamicNode nodeConfig)NavigationNodeDynamicNodeFactory. createNavigationNode(DynamicNode nodeConfig, CockpitContext context)NavigationNodeSimpleNodeFactory. createNavigationNode(NavigationNode nodeConfig)NavigationNodeTypeNodeFactory. createNavigationNode(TypeNode nodeConfig) -
Uses of NavigationNode in com.hybris.cockpitng.tree.util
Methods in com.hybris.cockpitng.tree.util with parameters of type NavigationNode Modifier and Type Method Description int[]NavigationTreeModelGetPathOptimizer. getPath(NavigationNode child)protected intNavigationTreeModelGetPathOptimizer. indexOf(NavigationNode node, java.util.List<NavigationNode> nodes)Method parameters in com.hybris.cockpitng.tree.util with type arguments of type NavigationNode Modifier and Type Method Description protected intNavigationTreeModelGetPathOptimizer. indexOf(NavigationNode node, java.util.List<NavigationNode> nodes)Constructor parameters in com.hybris.cockpitng.tree.util with type arguments of type NavigationNode Constructor Description NavigationTreeModelGetPathOptimizer(java.util.function.Function<NavigationNode,java.util.List<NavigationNode>> childrenProvider)NavigationTreeModelGetPathOptimizer(java.util.function.Function<NavigationNode,java.util.List<NavigationNode>> childrenProvider) -
Uses of NavigationNode in com.hybris.cockpitng.widgets.common.explorertree
Methods in com.hybris.cockpitng.widgets.common.explorertree that return NavigationNode Modifier and Type Method Description protected NavigationNodeExplorerTreeController. findExpandedByDefaultNode()protected NavigationNodeExplorerTreeController. findNodeById(NavigationNode currentNode, java.lang.String nodeId)Methods in com.hybris.cockpitng.widgets.common.explorertree that return types with arguments of type NavigationNode Modifier and Type Method Description protected org.zkoss.zul.AbstractTreeModel<NavigationNode>ExplorerTreeController. createFilteredNavigationTreeModel()Creates an instance of the tree model.protected org.zkoss.zul.TreeitemRenderer<NavigationNode>ExplorerTreeController. createTreeItemRenderer()Creates the tree item renderer.protected org.zkoss.zul.AbstractTreeModel<NavigationNode>ExplorerTreeController. createTreeModel()protected java.util.List<NavigationNode>ExplorerTreeController. findNodesToRefresh(CockpitEvent event)protected java.util.List<NavigationNode>ExplorerTreeController. getAllLeaves()protected java.util.Collection<NavigationNode>ExplorerTreeController. getMatchingNodes(TreeUtils.FilteredTreeModel<NavigationNode> treeModel)protected java.util.Collection<NavigationNode>ExplorerTreeController. getMatchingNodes(TreeUtils.FilteredTreeModel<NavigationNode> treeModel, NavigationNode node)org.zkoss.zul.AbstractTreeModel<NavigationNode>ExplorerTreeController. getTreeModel()Returns the tree model associated with the tree.Methods in com.hybris.cockpitng.widgets.common.explorertree with parameters of type NavigationNode Modifier and Type Method Description protected NavigationNodeExplorerTreeController. findNodeById(NavigationNode currentNode, java.lang.String nodeId)java.lang.StringDefaultNavigationNodeLabelProvider. getLabel(NavigationNode navNode)java.lang.StringNavigationNodeLabelProvider. getLabel(NavigationNode navNode)Return label for givenNavigationNodeprotected java.util.Collection<NavigationNode>ExplorerTreeController. getMatchingNodes(TreeUtils.FilteredTreeModel<NavigationNode> treeModel, NavigationNode node)booleanExplorerTreeController. hasAccessToTheNode(NavigationNode selectedNode)Checks whether user has access to the given node.protected voidExplorerTreeController. refreshDynamicNode(NavigationNode nodeToUpdate)protected voidExplorerTreeController. refreshNode(NavigationNode nodeToUpdate)protected voidExplorerTreeController. scrollToObject(NavigationNode node)protected booleanExplorerTreeController. select(NavigationNode nodeToSelect, boolean open)Selects the given node.protected voidExplorerTreeController. sendOutputEventsForSelectedNode(NavigationNode node)protected voidExplorerTreeController. toggleOpen(NavigationNode node)Toggles the open state of the given node.Method parameters in com.hybris.cockpitng.widgets.common.explorertree with type arguments of type NavigationNode Modifier and Type Method Description protected java.util.Collection<NavigationNode>ExplorerTreeController. getMatchingNodes(TreeUtils.FilteredTreeModel<NavigationNode> treeModel)protected java.util.Collection<NavigationNode>ExplorerTreeController. getMatchingNodes(TreeUtils.FilteredTreeModel<NavigationNode> treeModel, NavigationNode node)protected voidExplorerTreeController. processFilterTextChange(java.util.Collection<NavigationNode> nodesToRefresh)voidExplorerTreeController. setTreeModel(org.zkoss.zul.AbstractTreeModel<NavigationNode> treeModel) -
Uses of NavigationNode in com.hybris.cockpitng.widgets.common.explorertree.data
Methods in com.hybris.cockpitng.widgets.common.explorertree.data that return NavigationNode Modifier and Type Method Description NavigationNodePartitionNodeData. getParent()Methods in com.hybris.cockpitng.widgets.common.explorertree.data that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.List<NavigationNode>PartitionNodeData. getChildren()Constructors in com.hybris.cockpitng.widgets.common.explorertree.data with parameters of type NavigationNode Constructor Description PartitionNodeData(NavigationNode parent, java.util.List<NavigationNode> children)Constructor parameters in com.hybris.cockpitng.widgets.common.explorertree.data with type arguments of type NavigationNode Constructor Description PartitionNodeData(NavigationNode parent, java.util.List<NavigationNode> children) -
Uses of NavigationNode in com.hybris.cockpitng.widgets.common.explorertree.model
Methods in com.hybris.cockpitng.widgets.common.explorertree.model that return NavigationNode Modifier and Type Method Description NavigationNodeDefaultExplorerTreeModel. getChild(NavigationNode parent, int index)NavigationNodeDefaultExplorerTreeModel. getRoot()protected NavigationNodeDefaultExplorerTreeModel. unpackNavigationNodeDecorator(NavigationNode node)Deprecated, for removal: This API element is subject to removal in a future version.since 1808, is no longer usedMethods in com.hybris.cockpitng.widgets.common.explorertree.model that return types with arguments of type NavigationNode Modifier and Type Method Description protected java.util.List<NavigationNode>DefaultExplorerTreeModel. findChildren(NavigationNode parent)java.util.List<NavigationNode>DefaultExplorerTreeModel. findNodesByData(java.lang.Object data)protected java.util.List<NavigationNode>DefaultExplorerTreeModel. findNodesWithWrappedData(java.lang.Object data)protected java.util.List<NavigationNode>DefaultExplorerTreeModel. getChildren(NavigationNode node)Methods in com.hybris.cockpitng.widgets.common.explorertree.model with parameters of type NavigationNode Modifier and Type Method Description protected java.util.List<NavigationNode>DefaultExplorerTreeModel. findChildren(NavigationNode parent)NavigationNodeDefaultExplorerTreeModel. getChild(NavigationNode parent, int index)intDefaultExplorerTreeModel. getChildCount(NavigationNode parent)protected java.util.List<NavigationNode>DefaultExplorerTreeModel. getChildren(NavigationNode node)intDefaultExplorerTreeModel. getIndexOfChild(NavigationNode parent, NavigationNode child)int[]DefaultExplorerTreeModel. getPath(NavigationNode child)protected intDefaultExplorerTreeModel. indexOf(NavigationNode node, java.util.List<NavigationNode> children)Deprecated, for removal: This API element is subject to removal in a future version.since 1808, is no longer usedbooleanDefaultExplorerTreeModel. isLeaf(NavigationNode node)voidDefaultExplorerTreeModel. refreshChildren(NavigationNode node, java.util.List<NavigationNode> children)protected NavigationNodeDefaultExplorerTreeModel. unpackNavigationNodeDecorator(NavigationNode node)Deprecated, for removal: This API element is subject to removal in a future version.since 1808, is no longer usedMethod parameters in com.hybris.cockpitng.widgets.common.explorertree.model with type arguments of type NavigationNode Modifier and Type Method Description protected intDefaultExplorerTreeModel. indexOf(NavigationNode node, java.util.List<NavigationNode> children)Deprecated, for removal: This API element is subject to removal in a future version.since 1808, is no longer usedvoidDefaultExplorerTreeModel. refreshChildren(NavigationNode node, java.util.List<NavigationNode> children)voidDefaultExplorerTreeModel. sort(java.util.Comparator<NavigationNode> comparator, boolean ascending) -
Uses of NavigationNode in com.hybris.cockpitng.widgets.common.explorertree.refreshstrategy
Methods in com.hybris.cockpitng.widgets.common.explorertree.refreshstrategy with parameters of type NavigationNode Modifier and Type Method Description voidAbstractExplorerTreeRefreshStrategy. refreshNode(NavigationNode node)default voidExplorerTreeRefreshStrategy. refreshNode(NavigationNode node)Performs a refresh for particular node. -
Uses of NavigationNode in com.hybris.cockpitng.widgets.common.explorertree.renderer
Methods in com.hybris.cockpitng.widgets.common.explorertree.renderer with parameters of type NavigationNode Modifier and Type Method Description protected voidDefaultTreeitemRenderer. actionsHandling(org.zkoss.zul.Treecell treecell, org.zkoss.zul.Div treeCellInnerCnt, NavigationNode navNode)protected int[]DefaultTreeitemRenderer. findPath(NavigationNode node)Deprecated, for removal: This API element is subject to removal in a future version.since 2005, do not useprotected voidDefaultTreeitemRenderer. handleMouseOver(org.zkoss.zul.Treecell treecell, org.zkoss.zul.Div treeCellInnerCnt, NavigationNode navNode)voidDefaultTreeitemRenderer. render(org.zkoss.zul.Treeitem treeItem, NavigationNode navNode, int index)
-