Class EnumerationValueLabelProvider
java.lang.Object
de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider<EnumerationValue>
de.hybris.platform.cockpit.services.label.impl.EnumerationValueLabelProvider
- All Implemented Interfaces:
ObjectLabelProvider
@Deprecated
public class EnumerationValueLabelProvider
extends AbstractObjectLabelProvider<EnumerationValue>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetIconPath(EnumerationValue item) Deprecated.protected StringgetIconPath(EnumerationValue item, String languageIso) Deprecated.protected StringDeprecated.protected StringgetItemDescription(EnumerationValue item, String languageIso) Deprecated.protected StringgetItemLabel(EnumerationValue enumValue) Deprecated.protected StringgetItemLabel(EnumerationValue enumValue, String languageIso) Deprecated.Methods inherited from class de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getLabel, getLabel, getModelService
-
Constructor Details
-
EnumerationValueLabelProvider
public EnumerationValueLabelProvider()Deprecated.
-
-
Method Details
-
getItemLabel
Deprecated.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<EnumerationValue>
-
getItemLabel
Deprecated.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<EnumerationValue>
-
getIconPath
Deprecated.- Specified by:
getIconPathin classAbstractObjectLabelProvider<EnumerationValue>
-
getIconPath
Deprecated.- Specified by:
getIconPathin classAbstractObjectLabelProvider<EnumerationValue>
-
getItemDescription
Deprecated.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<EnumerationValue>
-
getItemDescription
Deprecated.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<EnumerationValue>
-
EnumerationValueModelLabelProvider