| Modifier and Type | Method and Description |
|---|---|
NavigationTree |
NavigationContext.getActionTree() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNavigationTree |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationTree |
PerspectiveChooserWidgetController.decorateNavigationTree(NavigationTree navigationTree) |
protected NavigationTree |
PerspectiveChooserWidgetController.formNavigationTree(Collection<ActionDefinition> actions) |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationTree |
PerspectiveChooserWidgetController.decorateNavigationTree(NavigationTree navigationTree) |
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 NavigationTree |
TreePerspectiveResolver.buildTree(Collection<? extends ActionDefinition> actions,
Map<String,Format> formats) |
default NavigationTree |
DefaultPerspectiveResolver.formTree(Collection<? extends ActionDefinition> actions)
Deprecated.
|
NavigationTree |
TreePerspectiveResolver.formTree(Collection<? extends ActionDefinition> actions)
Deprecated.
|
default NavigationTree |
DefaultPerspectiveResolver.formTree(Collection<? extends ActionDefinition> actions,
WidgetInstanceManager widgetInstanceManager)
Goes through all provided actions and forms then in the shape of navigation action tree.
|
NavigationTree |
TreePerspectiveResolver.formTree(Collection<? extends ActionDefinition> actions,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationNode |
AuthorityGroupDefaultPerspectiveResolver.findLeafByName(NavigationTree tree,
String navigationNodeName) |
protected void |
TreePerspectiveResolver.formTreeNode(NavigationTree tree,
NavigationNode node,
Map<String,Format> formats,
Map<String,NavigationNode> nodes) |
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) |
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 |
|---|---|
NavigationTree |
NavigationTreeFactory.createNavigationTree(ExplorerTree explorerTreeConfig)
Factory method creating tree model accordingly to the given configuration.
|
default NavigationTree |
NavigationTreeFactory.createNavigationTree(ExplorerTree explorerTreeConfig,
CockpitContext context)
Factory method creating tree model accordingly to the given configuration and context
|
| Modifier and Type | Method and Description |
|---|---|
NavigationTree |
DefaultNavigationTreeFactory.createNavigationTree(ExplorerTree explorerTreeConfig) |
NavigationTree |
DefaultNavigationTreeFactory.createNavigationTree(ExplorerTree explorerTreeConfig,
CockpitContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationTree |
ExplorerTreeController.createNavigationTree(CockpitContext context)
Constructs the navigation tree structure.
|
| Constructor and Description |
|---|
DefaultExplorerTreeModel(NavigationTree navTree) |
Copyright © 2018. All rights reserved.