Interface ClassificationEditorBulkEditRenderer
- All Known Implementing Classes:
DefaultClassificationEditorBulkEditRenderer
public interface ClassificationEditorBulkEditRenderer
Renders single classification editor in bulk edit wizard.
-
Method Summary
-
Method Details
-
render
com.hybris.cockpitng.components.Editor render(com.hybris.cockpitng.engine.WidgetInstanceManager wim, com.hybris.backoffice.attributechooser.Attribute attribute, Map<String, String> params) Renders classification editor in bulk edit wizard.- Parameters:
wim- Widget instance managerattribute- which will be represented by given editorparams- map of additional params- Returns:
- rendered editor
-