Package com.hybris.backoffice.actionbar
Interface ActionsResolver
-
- All Known Subinterfaces:
DefaultPerspectiveResolver
- All Known Implementing Classes:
AuthorityGroupDefaultPerspectiveResolver,SequenceDefaultPerspectiveResolver,TreePerspectiveResolver
public interface ActionsResolverRepresents an tool object able to resolve list of actions and order them into tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description ActionsTreeformTree(java.util.Collection<? extends ActionDefinition> actions)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 - useformTree(Collection, WidgetInstanceManager)Forms provided actions into the treedefault ActionsTreeformTree(java.util.Collection<? extends ActionDefinition> actions, WidgetInstanceManager widgetInstanceManager)Forms provided actions into the tree
-
-
-
Method Detail
-
formTree
@Deprecated(since="6.7", forRemoval=true) ActionsTree formTree(java.util.Collection<? extends ActionDefinition> actions)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 - useformTree(Collection, WidgetInstanceManager)Forms provided actions into the tree- Parameters:
actions- actions to be shaped- Returns:
- tree containing all provided actions
-
formTree
default ActionsTree formTree(java.util.Collection<? extends ActionDefinition> actions, WidgetInstanceManager widgetInstanceManager)
Forms provided actions into the tree- Parameters:
actions- actions to be shapedwidgetInstanceManager- widget instance manager- Returns:
- tree containing all provided actions
-
-