Uses of Interface
com.hybris.backoffice.actionbar.ActionDefinition
-
-
Uses of ActionDefinition in com.hybris.backoffice.actionbar
Classes in com.hybris.backoffice.actionbar with type parameters of type ActionDefinition Modifier and Type Interface Description interfaceActionsTree<DEF extends ActionDefinition>Defines a tree structure consisting ofActionDefinitions.Classes in com.hybris.backoffice.actionbar that implement ActionDefinition Modifier and Type Class Description classDefaultActionDefinitionRepresents a action node with name, description and icon.Methods in com.hybris.backoffice.actionbar with parameters of type ActionDefinition Modifier and Type Method Description voidActionbarListener. actionExecuted(ActionDefinition action)Method parameters in com.hybris.backoffice.actionbar with type arguments of type ActionDefinition 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 tree -
Uses of ActionDefinition in com.hybris.backoffice.actionbar.impl
Methods in com.hybris.backoffice.actionbar.impl with type parameters of type ActionDefinition Modifier and Type Method Description static <D extends ActionDefinition>
DActionComponentUtils. getDefinition(org.zkoss.zk.ui.HtmlBasedComponent nodeComponent)Gets a definition bound to provided component representationMethods in com.hybris.backoffice.actionbar.impl with parameters of type ActionDefinition Modifier and Type Method Description static voidActionComponentUtils. formatNodeElement(ActionComponent nodeElement, ActionbarContext context, ActionDefinition definition)Initialises component representation of action - sets its labels, images, etc.static voidActionComponentUtils. initComponent(ActionComponent nodeElement, ActionbarContext context, ActionDefinition definition)Initialises component representation of action - stores all needed meta data, sets test ids, etc. -
Uses of ActionDefinition in com.hybris.backoffice.navigation
Subinterfaces of ActionDefinition in com.hybris.backoffice.navigation Modifier and Type Interface Description interfaceNavigationNodeDefinition of explorer tree node.Classes in com.hybris.backoffice.navigation that implement ActionDefinition Modifier and Type Class Description classNavigationNodeDecoratorDecorate NavigationNode with functionality of evaluating text to display -
Uses of ActionDefinition in com.hybris.backoffice.navigation.impl
Classes in com.hybris.backoffice.navigation.impl that implement ActionDefinition Modifier and Type Class Description classSimpleNodeRepresents a navigation node with name, description and icon.Methods in com.hybris.backoffice.navigation.impl with parameters of type ActionDefinition Modifier and Type Method Description static SimpleNodeSimpleNode. create(ActionDefinition action) -
Uses of ActionDefinition in com.hybris.backoffice.widgets.perspectivechooser.controller
Method parameters in com.hybris.backoffice.widgets.perspectivechooser.controller with type arguments of type ActionDefinition Modifier and Type Method Description protected NavigationTreePerspectiveChooserWidgetController. formNavigationTree(java.util.Collection<ActionDefinition> actions)voidPerspectiveChooserWidgetController. setActions(java.util.Collection<ActionDefinition> actions) -
Uses of ActionDefinition in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver
Methods in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver with parameters of type ActionDefinition Modifier and Type Method Description protected NavigationNodeTreePerspectiveResolver. formAction(ActionDefinition action, java.util.Map<java.lang.String,Format> formats)Method parameters in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver with type arguments of type ActionDefinition Modifier and Type Method Description protected NavigationTreeTreePerspectiveResolver. buildTree(java.util.Collection<? extends ActionDefinition> actions, java.util.Map<java.lang.String,Format> formats)default NavigationTreeDefaultPerspectiveResolver. formTree(java.util.Collection<? extends ActionDefinition> actions)Deprecated, for removal: This API element is subject to removal in a future version.default NavigationTreeDefaultPerspectiveResolver. formTree(java.util.Collection<? extends ActionDefinition> actions, WidgetInstanceManager widgetInstanceManager)Goes through all provided actions and forms then in the shape of navigation action tree.NavigationTreeTreePerspectiveResolver. formTree(java.util.Collection<? extends ActionDefinition> actions)Deprecated, for removal: This API element is subject to removal in a future version.NavigationTreeTreePerspectiveResolver. formTree(java.util.Collection<? extends ActionDefinition> actions, WidgetInstanceManager widgetInstanceManager) -
Uses of ActionDefinition in com.hybris.backoffice.widgets.perspectivecontainer.controller
Methods in com.hybris.backoffice.widgets.perspectivecontainer.controller that return ActionDefinition Modifier and Type Method Description protected ActionDefinitionPerspectiveContainerWidgetController. mapToAction(Widget widget) -
Uses of ActionDefinition in com.hybris.cockpitng.tree.node
Classes in com.hybris.cockpitng.tree.node that implement ActionDefinition Modifier and Type Class Description classDynamicNodeRepresents a navigation node with dynamic children.classTypeNodeNavigation node representing a type.
-