Uses of Interface
com.hybris.backoffice.actionbar.ActionsTree
-
Packages that use ActionsTree Package Description com.hybris.backoffice.actionbar com.hybris.backoffice.navigation com.hybris.backoffice.navigation.impl -
-
Uses of ActionsTree in com.hybris.backoffice.actionbar
Methods in com.hybris.backoffice.actionbar that return ActionsTree Modifier and Type Method Description ActionsTreeActionsResolver. formTree(java.util.Collection<? extends ActionDefinition> actions)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 - useActionsResolver.formTree(Collection, WidgetInstanceManager)Forms provided actions into the treedefault ActionsTreeActionsResolver. formTree(java.util.Collection<? extends ActionDefinition> actions, WidgetInstanceManager widgetInstanceManager)Forms provided actions into the treeActionsTreeActionbarContext. getActionTree() -
Uses of ActionsTree in com.hybris.backoffice.navigation
Subinterfaces of ActionsTree in com.hybris.backoffice.navigation Modifier and Type Interface Description interfaceNavigationTreeDefines a tree structure consisting ofNavigationNodes. -
Uses of ActionsTree in com.hybris.backoffice.navigation.impl
Classes in com.hybris.backoffice.navigation.impl that implement ActionsTree Modifier and Type Class Description classDefaultNavigationTree
-