Uses of Interface
com.hybris.backoffice.actionbar.ActionComponent
-
Packages that use ActionComponent Package Description com.hybris.backoffice.actionbar.impl -
-
Uses of ActionComponent in com.hybris.backoffice.actionbar.impl
Classes in com.hybris.backoffice.actionbar.impl that implement ActionComponent Modifier and Type Class Description classLabelImageActionComponentActionDefinitionrepresented byLabelImageElementcomponentclassMenuActionComponentActionDefinitionrepresented byMenucomponentclassMenuitemActionComponentActionDefinitionrepresented byMenuitemcomponentclassTreeitemActionComponentActionDefinitionrepresented byTreeitemcomponentMethods in com.hybris.backoffice.actionbar.impl with parameters of type ActionComponent 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.
-