Class RangeLabelProvider
java.lang.Object
com.hybris.backoffice.cockpitng.classification.labels.impl.RangeLabelProvider
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<com.hybris.cockpitng.util.Range>
public class RangeLabelProvider
extends Object
implements com.hybris.cockpitng.labels.LabelProvider<com.hybris.cockpitng.util.Range>
Label Provider for Ranges. It delegates label resolution to *
LabelService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetDescription(com.hybris.cockpitng.util.Range range) getIconPath(com.hybris.cockpitng.util.Range range) getLabel(com.hybris.cockpitng.util.Range range) protected Stringprotected com.hybris.cockpitng.labels.LabelServiceprotected Stringprotected StringgetStringValue(Object object) 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
-
RangeLabelProvider
public RangeLabelProvider()
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<com.hybris.cockpitng.util.Range>
-
getDefaultNoValue
-
getLabelFrom
-
getLabelTo
-
getStringValue
-
getDescription
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<com.hybris.cockpitng.util.Range>
-
getIconPath
- Specified by:
getIconPathin interfacecom.hybris.cockpitng.labels.LabelProvider<com.hybris.cockpitng.util.Range>
-
getLabelService
protected com.hybris.cockpitng.labels.LabelService getLabelService() -
setLabelService
public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-