public interface DefaultPerspectiveResolver extends ActionsResolver
NavigationTree.| Modifier and Type | Method and Description |
|---|---|
default NavigationTree |
formTree(Collection<? extends ActionDefinition> actions)
Deprecated.
since 6.7 - use
formTree(Collection, WidgetInstanceManager) |
default NavigationTree |
formTree(Collection<? extends ActionDefinition> actions,
WidgetInstanceManager widgetInstanceManager)
Goes through all provided actions and forms then in the shape of navigation action tree.
|
default List<NavigationNode> |
getPermittedPerspectives(NavigationTree navigationTree)
Deprecated.
since 6.5.0.0, allowed perspectives configuration has been moved to View Switcher widget
|
NavigationNode |
resolveDefaultPerspective(NavigationTree navigationTree)
Deprecated.
since 6.7 - use
resolveDefaultPerspective(NavigationTree, WidgetInstanceManager) |
default NavigationNode |
resolveDefaultPerspective(NavigationTree navigationTree,
WidgetInstanceManager widgetInstanceManager)
Resolve default perspective.
|
@Deprecated NavigationNode resolveDefaultPerspective(NavigationTree navigationTree)
resolveDefaultPerspective(NavigationTree, WidgetInstanceManager)
To allow chaining, a DefaultPerspectiveResolver implementation should return null when a default perspective
cannot be found.
navigationTree - navigation tree containing perspective, from which a default one should be pickednull if not foundAuthorityGroupDefaultPerspectiveResolver,
SequenceDefaultPerspectiveResolverdefault NavigationNode resolveDefaultPerspective(NavigationTree navigationTree, WidgetInstanceManager widgetInstanceManager)
To allow chaining, a DefaultPerspectiveResolver implementation should return null when a default perspective
cannot be found.
navigationTree - navigation tree containing perspective, from which a default one should be pickedwidgetInstanceManager - widget instance managernull if not foundAuthorityGroupDefaultPerspectiveResolver,
SequenceDefaultPerspectiveResolver@Deprecated default List<NavigationNode> getPermittedPerspectives(NavigationTree navigationTree)
To allow chaining, a DefaultPerspectiveResolver implementation should return null or empty list when a
permitted perspectives cannot be found.
navigationTree - full navigation tree containing perspective, from which a permitted one should be pickedAuthorityGroupDefaultPerspectiveResolver,
ViewSwitcherWidgetController.filterPossibleWidgets(List)@Deprecated default NavigationTree formTree(Collection<? extends ActionDefinition> actions)
formTree(Collection, WidgetInstanceManager)formTree in interface ActionsResolveractions - actions to be formeddefault NavigationTree formTree(Collection<? extends ActionDefinition> actions, WidgetInstanceManager widgetInstanceManager)
formTree in interface ActionsResolveractions - actions to be formedwidgetInstanceManager - widget instance managerCopyright © 2018. All rights reserved.