Class ClassificationAttributesWithoutLocalizationRenderer
- java.lang.Object
-
- com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,java.util.Map<java.lang.String,java.lang.String>>
-
- com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
-
- com.hybris.backoffice.renderer.attributeschooser.AbstractAttributesExportRenderer<ClassAttributeAssignmentModel>
-
- com.hybris.backoffice.renderer.attributeschooser.ClassificationAttributesExportRenderer
-
- de.hybris.platform.integrationbackoffice.widgets.modals.utility.ClassificationAttributesWithoutLocalizationRenderer
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,java.util.Map<java.lang.String,java.lang.String>>,com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,java.util.Map<java.lang.String,java.lang.String>>
@Deprecated(forRemoval=true) public class ClassificationAttributesWithoutLocalizationRenderer extends ClassificationAttributesExportRenderer
Deprecated, for removal: This API element is subject to removal in a future version.will be replaced in 20.05This renderer generally works in the same way asClassificationAttributesExportRendererbut it removes localized leaves ifPARAM_EXCLUDE_LOCALIZED_NODESis set to true.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAM_EXCLUDE_LOCALIZED_NODESDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringSCSS_YW_USE_FULL_QUALIFIER_CHECKBOXDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringSCSS_YW_USE_FULL_QUALIFIER_CONTAINERDeprecated, for removal: This API element is subject to removal in a future version.-
Fields inherited from class com.hybris.backoffice.renderer.attributeschooser.ClassificationAttributesExportRenderer
DEFAULT_PARAM_ATTRIBUTES_FORM, PARAM_ATTRIBUTES_FORM, PARAM_EMPTY_ATTRIBUTES_MESSAGE_KEY, PARAM_ITEMS_TO_EXPORT, PARAM_RETRIEVE_MODE, RETRIEVE_MODE_ALL, RETRIEVE_MODE_ITEMS_INTERSECTION, RETRIEVE_MODE_ITEMS_UNION
-
Fields inherited from class com.hybris.backoffice.renderer.attributeschooser.AbstractAttributesExportRenderer
attributesChooserRenderer, cockpitLocaleService, notificationService, PARAM_INCLUDE_ALL_SUPPORTED, permissionFacade
-
-
Constructor Summary
Constructors Constructor Description ClassificationAttributesWithoutLocalizationRenderer()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidremoveLocalizedLeaves(com.hybris.backoffice.attributechooser.AttributeChooserForm attributesForm)Deprecated, for removal: This API element is subject to removal in a future version.voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.config.jaxb.wizard.ViewType customView, java.util.Map<java.lang.String,java.lang.String> params, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim)Deprecated, for removal: This API element is subject to removal in a future version.protected voidrenderUseFullClassificationQualifierCheckbox(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.engine.WidgetInstanceManager wim)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class com.hybris.backoffice.renderer.attributeschooser.ClassificationAttributesExportRenderer
createAttributeName, createAttributeQualifier, createAttributesChooserConfig, filterByPermissionCheck, getAttributesForm, getBlacklistedClassificationPredicate, getCommonClassificationClasses, getExcelClassificationService, getItems, getLabelService, getRetrieveMode, getSupportedAttributesPredicate, isLocalized, isSupported, populateAttributesChooserForm, populateAttributesChooserForm, setBlacklistedClassificationPredicate, setExcelClassificationService, setLabelService, setSupportedAttributesPredicate
-
Methods inherited from class com.hybris.backoffice.renderer.attributeschooser.AbstractAttributesExportRenderer
createAttributeWithLocalizedChildren, getAttributesChooserRenderer, getCockpitLocaleService, getNotificationService, getPermissionFacade, getSupportedLanguages, setAttributesChooserRenderer, setCockpitLocaleService, setNotificationService, setPermissionFacade
-
Methods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer
addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListener
-
-
-
-
Field Detail
-
PARAM_EXCLUDE_LOCALIZED_NODES
public static final java.lang.String PARAM_EXCLUDE_LOCALIZED_NODES
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
SCSS_YW_USE_FULL_QUALIFIER_CONTAINER
public static final java.lang.String SCSS_YW_USE_FULL_QUALIFIER_CONTAINER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
SCSS_YW_USE_FULL_QUALIFIER_CHECKBOX
public static final java.lang.String SCSS_YW_USE_FULL_QUALIFIER_CHECKBOX
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Method Detail
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.config.jaxb.wizard.ViewType customView, java.util.Map<java.lang.String,java.lang.String> params, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim)Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
renderin interfacecom.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,java.util.Map<java.lang.String,java.lang.String>>- Overrides:
renderin classClassificationAttributesExportRenderer
-
removeLocalizedLeaves
protected void removeLocalizedLeaves(com.hybris.backoffice.attributechooser.AttributeChooserForm attributesForm)
Deprecated, for removal: This API element is subject to removal in a future version.
-
renderUseFullClassificationQualifierCheckbox
protected void renderUseFullClassificationQualifierCheckbox(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.engine.WidgetInstanceManager wim)Deprecated, for removal: This API element is subject to removal in a future version.
-
-