| Modifier and Type | Class and Description |
|---|---|
class |
NavigationNodeDecorator
Decorate NavigationNode with functionality of evaluating text to display
|
| Modifier and Type | Method and Description |
|---|---|
NavigationNode |
NavigationNodeDecorator.getParent() |
NavigationNode |
NavigationNode.getParent()
Returns the parent node of this node.
|
NavigationNode |
NavigationNodeDecorator.getTarget() |
static NavigationNode |
NavigationNodeDecoratorUtils.unwrap(NavigationNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<NavigationNode> |
NavigationNodeDecorator.getChildren() |
List<NavigationNode> |
NavigationNode.getChildren()
Returns all children nodes.
|
List<NavigationNode> |
NavigationTree.getRootNodes()
Returns the list of root nodes of the tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeDecorator.addChild(NavigationNode child) |
void |
NavigationNode.addChild(NavigationNode child)
Adds the given node as a child of this node.
|
void |
NavigationNodeDecorator.setParent(NavigationNode parent) |
void |
NavigationNode.setParent(NavigationNode parent)
Sets the parent of this node to the given node.
|
static NavigationNode |
NavigationNodeDecoratorUtils.unwrap(NavigationNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeDecorator.setChildren(List<NavigationNode> children) |
void |
NavigationNode.setChildren(List<NavigationNode> children)
Sets the given list to be child nodes of this node.
|
| Constructor and Description |
|---|
NavigationNodeDecorator(NavigationNode target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NavigationContext.isSelected(NavigationNode node)
Checks whether provided node is selected
|
boolean |
NavigationContext.isSelectionParent(NavigationNode node)
Checks whether provided node is a parent of selected one
|
void |
NavigationListener.perspectiveChosen(NavigationNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleNode
Represents a navigation node with name, description and icon.
|
| Modifier and Type | Method and Description |
|---|---|
NavigationNode |
SimpleNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<NavigationNode> |
SimpleNode.getChildren() |
List<NavigationNode> |
DefaultNavigationTree.getRootNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleNode.addChild(NavigationNode child) |
void |
DefaultNavigationTree.addRootNode(NavigationNode navNode) |
void |
DefaultNavigationTree.removeRootNode(NavigationNode navNode) |
void |
SimpleNode.setParent(NavigationNode parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleNode.setChildren(List<NavigationNode> children) |
void |
DefaultNavigationTree.setRootNodes(List<NavigationNode> rootNodes) |
| Constructor and Description |
|---|
DefaultNavigationTree(NavigationNode rootNode) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GenericInitAdvancedSearchController.canHandleNavigationNode(NavigationNode navigationNode) |
void |
AbstractInitAdvancedSearchAdapter.createAdvancedSearchInitContext(NavigationNode navigationNode)
Creates init context for advanced search widget
|
void |
GenericInitAdvancedSearchController.createAdvancedSearchInitContext(NavigationNode navigationNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericInitAdvancedSearchController.addSearchDataConditions(AdvancedSearchData searchData,
Optional<NavigationNode> navigationNode) |
void |
AdvancedSearchInitializer.addSearchDataConditions(AdvancedSearchData searchData,
Optional<NavigationNode> navigationNode)
Add search conditions to passed
AdvancedSearchData object. |
| Modifier and Type | Method and Description |
|---|---|
protected List<NavigationNode> |
PerspectiveChooserWidgetController.getPermittedPerspectives(NavigationTree navigationTree)
Deprecated.
since 6.5.0.0, allowed perspectives configuration has been moved to View Switcher widget
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PerspectiveChooserWidgetController.doSelectNode(NavigationNode node) |
protected boolean |
PerspectiveChooserWidgetController.isSelected(NavigationNode node) |
protected boolean |
PerspectiveChooserWidgetController.isSelectionParent(NavigationNode node) |
protected void |
PerspectiveChooserWidgetController.mergeNodes(NavigationNode destination,
NavigationNode addon) |
void |
PerspectiveChooserWidgetController.perspectiveSelected(NavigationNode navigationNode) |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationNode |
AuthorityGroupDefaultPerspectiveResolver.findLeafByName(NavigationTree tree,
String navigationNodeName) |
protected NavigationNode |
TreePerspectiveResolver.formAction(ActionDefinition action,
Map<String,Format> formats) |
NavigationNode |
DefaultPerspectiveResolver.resolveDefaultPerspective(NavigationTree navigationTree)
Deprecated.
|
NavigationNode |
AuthorityGroupDefaultPerspectiveResolver.resolveDefaultPerspective(NavigationTree navigationTree)
Deprecated.
|
NavigationNode |
SequenceDefaultPerspectiveResolver.resolveDefaultPerspective(NavigationTree navigationTree)
Deprecated.
|
protected NavigationNode |
AuthorityGroupDefaultPerspectiveResolver.resolveDefaultPerspective(NavigationTree navigationTree,
PerspectiveChooser configuration) |
default NavigationNode |
DefaultPerspectiveResolver.resolveDefaultPerspective(NavigationTree navigationTree,
WidgetInstanceManager widgetInstanceManager)
Resolve default perspective.
|
NavigationNode |
AuthorityGroupDefaultPerspectiveResolver.resolveDefaultPerspective(NavigationTree navigationTree,
WidgetInstanceManager widgetInstanceManager) |
NavigationNode |
SequenceDefaultPerspectiveResolver.resolveDefaultPerspective(NavigationTree navigationTree,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
default List<NavigationNode> |
DefaultPerspectiveResolver.getPermittedPerspectives(NavigationTree navigationTree)
Deprecated.
since 6.5.0.0, allowed perspectives configuration has been moved to View Switcher widget
|
List<NavigationNode> |
AuthorityGroupDefaultPerspectiveResolver.getPermittedPerspectives(NavigationTree navigationTree) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TreePerspectiveResolver.formTreeNode(NavigationTree tree,
NavigationNode node,
Map<String,Format> formats,
Map<String,NavigationNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TreePerspectiveResolver.formTreeNode(NavigationTree tree,
NavigationNode node,
Map<String,Format> formats,
Map<String,NavigationNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zul.TreeitemRenderer<org.zkoss.zul.DefaultTreeNode<NavigationNode>> |
BreadcrumbPerspectiveChooserRenderer.createTreeRenderer(org.zkoss.zk.ui.Component parent,
NavigationContext context) |
protected Collection<NavigationNode> |
BreadcrumbPerspectiveChooserRenderer.getSiblings(NavigationContext context,
NavigationNode navigationNode) |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zul.Menu |
FlatPerspectiveChooserRenderer.createMenu(NavigationContext context,
NavigationNode navigationNode) |
protected org.zkoss.zul.Menuitem |
FlatPerspectiveChooserRenderer.createMenuitem(NavigationContext context,
NavigationNode navigationNode) |
protected org.zkoss.zul.Menupopup |
FlatPerspectiveChooserRenderer.createMenupopup(NavigationContext context,
NavigationNode navigationNode) |
protected Collection<NavigationNode> |
BreadcrumbPerspectiveChooserRenderer.getSiblings(NavigationContext context,
NavigationNode navigationNode) |
protected static boolean |
BreadcrumbPerspectiveChooserRenderer.isDirectoryOrHasChildren(NavigationNode node) |
protected void |
BreadcrumbPerspectiveChooserRenderer.renderBreadcrumb(org.zkoss.zk.ui.Component parent,
NavigationContext context,
NavigationNode navigationNode) |
protected org.zkoss.zk.ui.HtmlBasedComponent |
BreadcrumbPerspectiveChooserRenderer.renderFlatBreadcrumb(org.zkoss.zk.ui.Component parent,
NavigationContext context,
NavigationNode navigationNode) |
protected org.zkoss.zk.ui.HtmlBasedComponent |
BreadcrumbPerspectiveChooserRenderer.renderMenuBreadcrumb(org.zkoss.zk.ui.Component parent,
NavigationContext context,
NavigationNode navigationNode) |
protected void |
BreadcrumbPerspectiveChooserRenderer.renderSelectionPath(org.zkoss.zk.ui.Component parent,
NavigationContext context,
NavigationNode navigationNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BreadcrumbPerspectiveChooserRenderer.createPerspectiveTree(org.zkoss.zul.DefaultTreeNode<NavigationNode> root,
Collection<NavigationNode> children) |
protected void |
BreadcrumbPerspectiveChooserRenderer.createPerspectiveTree(org.zkoss.zul.DefaultTreeNode<NavigationNode> root,
Collection<NavigationNode> children) |
void |
BreadcrumbPerspectiveChooserRenderer.TreeRenderer.render(org.zkoss.zul.Treeitem treeitem,
org.zkoss.zul.DefaultTreeNode<NavigationNode> treeNode,
int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
PerspectiveContainerWidgetController.selectPerspective(NavigationNode navigationNode) |
| Modifier and Type | Method and Description |
|---|---|
default void |
NavigationTreeFactory.refreshRootNode(ExplorerTree explorerTreeConfig,
NavigationNode rootNode,
CockpitContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends ExplorerNode> |
DefaultNavigationTreeFactory.createNodeRecursively(T config,
CockpitContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultNavigationTreeFactory.populateChildren(ExplorerTree explorerTreeConfig,
NavigationNode rootNode,
CockpitContext context) |
void |
DefaultNavigationTreeFactory.refreshRootNode(ExplorerTree explorerTreeConfig,
NavigationNode rootNode,
CockpitContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicNode
Represents a navigation node with dynamic children.
|
class |
TypeNode
Navigation node representing a type.
|
| Modifier and Type | Method and Description |
|---|---|
List<NavigationNode> |
DynamicNode.getChildren() |
List<NavigationNode> |
DynamicNodePopulator.getChildren(NavigationNode node)
Get the children of current node
|
| Modifier and Type | Method and Description |
|---|---|
List<NavigationNode> |
DynamicNodePopulator.getChildren(NavigationNode node)
Get the children of current node
|
| Modifier and Type | Method and Description |
|---|---|
NavigationNode |
NodeFactory.createNavigationNode(T nodeConfig)
Creates node using given node configuration.
|
default NavigationNode |
NodeFactory.createNavigationNode(T nodeConfig,
CockpitContext context)
Creates node using given node configuration and context
|
| Modifier and Type | Method and Description |
|---|---|
NavigationNode |
DynamicNodeFactory.createNavigationNode(DynamicNode nodeConfig) |
NavigationNode |
DynamicNodeFactory.createNavigationNode(DynamicNode nodeConfig,
CockpitContext context) |
NavigationNode |
SimpleNodeFactory.createNavigationNode(NavigationNode nodeConfig) |
NavigationNode |
TypeNodeFactory.createNavigationNode(TypeNode nodeConfig) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
NavigationTreeModelGetPathOptimizer.getPath(NavigationNode child) |
protected int |
NavigationTreeModelGetPathOptimizer.indexOf(NavigationNode node,
List<NavigationNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
NavigationTreeModelGetPathOptimizer.indexOf(NavigationNode node,
List<NavigationNode> nodes) |
| Constructor and Description |
|---|
NavigationTreeModelGetPathOptimizer(Function<NavigationNode,List<NavigationNode>> childrenProvider) |
NavigationTreeModelGetPathOptimizer(Function<NavigationNode,List<NavigationNode>> childrenProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationNode |
ExplorerTreeController.findExpandedByDefaultNode() |
protected NavigationNode |
ExplorerTreeController.findNodeById(NavigationNode currentNode,
String nodeId) |
| Modifier and Type | Method and 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 List<NavigationNode> |
ExplorerTreeController.findNodesToRefresh(CockpitEvent event) |
protected List<NavigationNode> |
ExplorerTreeController.getAllLeaves() |
org.zkoss.zul.AbstractTreeModel<NavigationNode> |
ExplorerTreeController.getTreeModel()
Returns the tree model associated with the tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected NavigationNode |
ExplorerTreeController.findNodeById(NavigationNode currentNode,
String nodeId) |
boolean |
ExplorerTreeController.hasAccessToTheNode(NavigationNode selectedNode)
Checks whether user has access to the given node.
|
protected void |
ExplorerTreeController.refreshDynamicNode(NavigationNode nodeToUpdate) |
protected void |
ExplorerTreeController.refreshNode(NavigationNode nodeToUpdate) |
protected void |
ExplorerTreeController.scrollToNode(NavigationNode node) |
protected boolean |
ExplorerTreeController.select(NavigationNode nodeToSelect,
boolean open)
Selects the given node.
|
protected void |
ExplorerTreeController.toggleOpen(NavigationNode node)
Toggles the open state of the given node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExplorerTreeController.setTreeModel(org.zkoss.zul.AbstractTreeModel<NavigationNode> treeModel) |
| Modifier and Type | Method and Description |
|---|---|
NavigationNode |
PartitionNodeData.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<NavigationNode> |
PartitionNodeData.getChildren() |
| Constructor and Description |
|---|
PartitionNodeData(NavigationNode parent,
List<NavigationNode> children) |
| Constructor and Description |
|---|
PartitionNodeData(NavigationNode parent,
List<NavigationNode> children) |
| Modifier and Type | Method and Description |
|---|---|
NavigationNode |
DefaultExplorerTreeModel.getChild(NavigationNode parent,
int index) |
NavigationNode |
DefaultExplorerTreeModel.getRoot() |
protected NavigationNode |
DefaultExplorerTreeModel.unpackNavigationNodeDecorator(NavigationNode node)
Deprecated.
since 1808, is no longer used
|
| Modifier and Type | Method and Description |
|---|---|
protected List<NavigationNode> |
DefaultExplorerTreeModel.findChildren(NavigationNode parent) |
List<NavigationNode> |
DefaultExplorerTreeModel.findNodesByData(Object data) |
protected List<NavigationNode> |
DefaultExplorerTreeModel.getChildren(NavigationNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected List<NavigationNode> |
DefaultExplorerTreeModel.findChildren(NavigationNode parent) |
NavigationNode |
DefaultExplorerTreeModel.getChild(NavigationNode parent,
int index) |
int |
DefaultExplorerTreeModel.getChildCount(NavigationNode parent) |
protected List<NavigationNode> |
DefaultExplorerTreeModel.getChildren(NavigationNode node) |
int |
DefaultExplorerTreeModel.getIndexOfChild(NavigationNode parent,
NavigationNode child) |
int[] |
DefaultExplorerTreeModel.getPath(NavigationNode child) |
protected int |
DefaultExplorerTreeModel.indexOf(NavigationNode node,
List<NavigationNode> children)
Deprecated.
since 1808, is no longer used
|
boolean |
DefaultExplorerTreeModel.isLeaf(NavigationNode node) |
void |
DefaultExplorerTreeModel.refreshChildren(NavigationNode node,
List<NavigationNode> children) |
protected NavigationNode |
DefaultExplorerTreeModel.unpackNavigationNodeDecorator(NavigationNode node)
Deprecated.
since 1808, is no longer used
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultExplorerTreeModel.indexOf(NavigationNode node,
List<NavigationNode> children)
Deprecated.
since 1808, is no longer used
|
void |
DefaultExplorerTreeModel.refreshChildren(NavigationNode node,
List<NavigationNode> children) |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
DefaultTreeitemRenderer.findPath(NavigationNode node) |
void |
DefaultTreeitemRenderer.render(org.zkoss.zul.Treeitem treeItem,
NavigationNode navNode,
int index) |
Copyright © 2018. All rights reserved.