Class FeatureValueLabelProvider
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.labelproviders.FeatureValueLabelProvider
-
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<FeatureValue>
public class FeatureValueLabelProvider extends java.lang.Object implements com.hybris.cockpitng.labels.LabelProvider<FeatureValue>
Label Provider for Feature Value. It delegates label resolution toLabelService
-
-
Constructor Summary
Constructors Constructor Description FeatureValueLabelProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription(FeatureValue featureValue)java.lang.StringgetIconPath(FeatureValue object)java.lang.StringgetLabel(FeatureValue featureValue)voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-
-
-
Method Detail
-
setLabelService
public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-
getLabel
public java.lang.String getLabel(FeatureValue featureValue)
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<FeatureValue>
-
getDescription
public java.lang.String getDescription(FeatureValue featureValue)
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<FeatureValue>
-
getIconPath
public java.lang.String getIconPath(FeatureValue object)
- Specified by:
getIconPathin interfacecom.hybris.cockpitng.labels.LabelProvider<FeatureValue>
-
-