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 Details

    • RangeLabelProvider

      public RangeLabelProvider()
  • Method Details

    • getLabel

      public String getLabel(com.hybris.cockpitng.util.Range range)
      Specified by:
      getLabel in interface com.hybris.cockpitng.labels.LabelProvider<com.hybris.cockpitng.util.Range>
    • getDefaultNoValue

      protected String getDefaultNoValue()
    • getLabelFrom

      protected String getLabelFrom()
    • getLabelTo

      protected String getLabelTo()
    • getStringValue

      protected String getStringValue(Object object)
    • getDescription

      public String getDescription(com.hybris.cockpitng.util.Range range)
      Specified by:
      getDescription in interface com.hybris.cockpitng.labels.LabelProvider<com.hybris.cockpitng.util.Range>
    • getIconPath

      public String getIconPath(com.hybris.cockpitng.util.Range range)
      Specified by:
      getIconPath in interface com.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)