Class FeatureValueLabelProvider

  • All Implemented Interfaces:
    com.hybris.cockpitng.labels.LabelProvider<FeatureValue>

    public class FeatureValueLabelProvider
    extends java.lang.Object
    implements com.hybris.cockpitng.labels.LabelProvider<FeatureValue>
    Label Provider for Feature Value. It delegates label resolution to LabelService
    • Constructor Detail

      • FeatureValueLabelProvider

        public FeatureValueLabelProvider()
    • Method Detail

      • setLabelService

        public void setLabelService​(com.hybris.cockpitng.labels.LabelService labelService)
      • getLabel

        public java.lang.String getLabel​(FeatureValue featureValue)
        Specified by:
        getLabel in interface com.hybris.cockpitng.labels.LabelProvider<FeatureValue>
      • getDescription

        public java.lang.String getDescription​(FeatureValue featureValue)
        Specified by:
        getDescription in interface com.hybris.cockpitng.labels.LabelProvider<FeatureValue>
      • getIconPath

        public java.lang.String getIconPath​(FeatureValue object)
        Specified by:
        getIconPath in interface com.hybris.cockpitng.labels.LabelProvider<FeatureValue>