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 java.lang.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 Constructor Description RangeLabelProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetDefaultNoValue()java.lang.StringgetDescription(com.hybris.cockpitng.util.Range range)java.lang.StringgetIconPath(com.hybris.cockpitng.util.Range range)java.lang.StringgetLabel(com.hybris.cockpitng.util.Range range)protected java.lang.StringgetLabelFrom()protected com.hybris.cockpitng.labels.LabelServicegetLabelService()protected java.lang.StringgetLabelTo()protected java.lang.StringgetStringValue(java.lang.Object object)voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel(com.hybris.cockpitng.util.Range range)
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<com.hybris.cockpitng.util.Range>
-
getDefaultNoValue
protected java.lang.String getDefaultNoValue()
-
getLabelFrom
protected java.lang.String getLabelFrom()
-
getLabelTo
protected java.lang.String getLabelTo()
-
getStringValue
protected java.lang.String getStringValue(java.lang.Object object)
-
getDescription
public java.lang.String getDescription(com.hybris.cockpitng.util.Range range)
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<com.hybris.cockpitng.util.Range>
-
getIconPath
public java.lang.String getIconPath(com.hybris.cockpitng.util.Range range)
- 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)
-
-