Class ClassificationAttributesWithoutLocalizationRenderer
java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,Map<String,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, Map<String, String>> com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType, Map<String, 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.05
This renderer generally works in the same way as
ClassificationAttributesExportRenderer but it removes
localized leaves if PARAM_EXCLUDE_LOCALIZED_NODES is set to true.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, 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_UNIONFields inherited from class com.hybris.backoffice.renderer.attributeschooser.AbstractAttributesExportRenderer
attributesChooserRenderer, cockpitLocaleService, notificationService, PARAM_INCLUDE_ALL_SUPPORTED, permissionFacade -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, Map<String, 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, setSupportedAttributesPredicateMethods inherited from class com.hybris.backoffice.renderer.attributeschooser.AbstractAttributesExportRenderer
createAttributeWithLocalizedChildren, getAttributesChooserRenderer, getCockpitLocaleService, getNotificationService, getPermissionFacade, getSupportedLanguages, setAttributesChooserRenderer, setCockpitLocaleService, setNotificationService, setPermissionFacadeMethods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer
addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer
render
-
Field Details
-
PARAM_EXCLUDE_LOCALIZED_NODES
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
SCSS_YW_USE_FULL_QUALIFIER_CONTAINER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
SCSS_YW_USE_FULL_QUALIFIER_CHECKBOX
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
ClassificationAttributesWithoutLocalizationRenderer
public ClassificationAttributesWithoutLocalizationRenderer()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.config.jaxb.wizard.ViewType customView, Map<String, 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, Map<String, 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.
-