Class FeatureValueLabelProvider
java.lang.Object
de.hybris.platform.platformbackoffice.labelproviders.FeatureValueLabelProvider
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<FeatureValue>
public class FeatureValueLabelProvider
extends Object
implements com.hybris.cockpitng.labels.LabelProvider<FeatureValue>
Label Provider for Feature Value. It delegates label resolution to
LabelService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(FeatureValue featureValue) getIconPath(FeatureValue object) getLabel(FeatureValue featureValue) voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.labels.LabelProvider
getShortLabel
-
Constructor Details
-
FeatureValueLabelProvider
public FeatureValueLabelProvider()
-
-
Method Details
-
setLabelService
public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService) -
getLabel
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<FeatureValue>
-
getDescription
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<FeatureValue>
-
getIconPath
- Specified by:
getIconPathin interfacecom.hybris.cockpitng.labels.LabelProvider<FeatureValue>
-