Class DiscountValueLabelProvider
java.lang.Object
de.hybris.platform.platformbackoffice.labelproviders.DiscountValueLabelProvider
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<DiscountValue>
public class DiscountValueLabelProvider
extends Object
implements com.hybris.cockpitng.labels.LabelProvider<DiscountValue>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(DiscountValue discountValue) getIconPath(DiscountValue discountValue) getLabel(DiscountValue discountValue) voidsetDiscountValueRenderer(ValueParser<DiscountValue> discountValueRenderer) 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
-
DiscountValueLabelProvider
public DiscountValueLabelProvider()
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<DiscountValue>
-
getDescription
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<DiscountValue>
-
getIconPath
- Specified by:
getIconPathin interfacecom.hybris.cockpitng.labels.LabelProvider<DiscountValue>
-
setDiscountValueRenderer
-