Class EnumerationValueModelLabelProvider
java.lang.Object
de.hybris.platform.cockpit.services.label.AbstractModelLabelProvider<EnumerationValueModel>
de.hybris.platform.cockpit.services.label.impl.EnumerationValueModelLabelProvider
- All Implemented Interfaces:
ObjectLabelProvider
public class EnumerationValueModelLabelProvider
extends AbstractModelLabelProvider<EnumerationValueModel>
Label provider implementation for
EnumerationValueModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected StringgetIconPath(EnumerationValueModel item, String languageIso) protected Stringprotected StringgetItemDescription(EnumerationValueModel item, String languageIso) protected StringgetItemLabel(EnumerationValueModel enumValue) protected StringgetItemLabel(EnumerationValueModel enumValue, String languageIso) Methods inherited from class de.hybris.platform.cockpit.services.label.AbstractModelLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getLabel, getLabel, getModelService, setModelService
-
Constructor Details
-
EnumerationValueModelLabelProvider
public EnumerationValueModelLabelProvider()
-
-
Method Details
-
getItemLabel
- Specified by:
getItemLabelin classAbstractModelLabelProvider<EnumerationValueModel>
-
getItemLabel
- Specified by:
getItemLabelin classAbstractModelLabelProvider<EnumerationValueModel>
-
getIconPath
- Specified by:
getIconPathin classAbstractModelLabelProvider<EnumerationValueModel>
-
getIconPath
- Specified by:
getIconPathin classAbstractModelLabelProvider<EnumerationValueModel>
-
getItemDescription
- Specified by:
getItemDescriptionin classAbstractModelLabelProvider<EnumerationValueModel>
-
getItemDescription
- Specified by:
getItemDescriptionin classAbstractModelLabelProvider<EnumerationValueModel>
-