Class TaxValueLabelProvider
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.labelproviders.TaxValueLabelProvider
-
-
Constructor Summary
Constructors Constructor Description TaxValueLabelProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription(TaxValue taxValue)java.lang.StringgetIconPath(TaxValue taxValue)java.lang.StringgetLabel(TaxValue taxValue)voidsetTaxValueRenderer(ValueParser<TaxValue> taxValueRenderer)
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel(TaxValue taxValue)
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<TaxValue>
-
getDescription
public java.lang.String getDescription(TaxValue taxValue)
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<TaxValue>
-
getIconPath
public java.lang.String getIconPath(TaxValue taxValue)
- Specified by:
getIconPathin interfacecom.hybris.cockpitng.labels.LabelProvider<TaxValue>
-
setTaxValueRenderer
public void setTaxValueRenderer(ValueParser<TaxValue> taxValueRenderer)
-
-