Class ClassificationInfoLabelProvider

  • All Implemented Interfaces:
    com.hybris.cockpitng.editor.instant.labelprovider.InstantEditorLabelProvider, org.springframework.core.Ordered

    public class ClassificationInfoLabelProvider
    extends com.hybris.cockpitng.editor.instant.labelprovider.impl.AbstractInstantEditorLabelProvider
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canHandle​(java.lang.String editorType)  
      java.lang.String getLabel​(java.lang.String editorType, java.lang.Object value)  
      protected com.hybris.cockpitng.labels.LabelService getLabelService()  
      void setLabelService​(com.hybris.cockpitng.labels.LabelService labelService)  
      • Methods inherited from class com.hybris.cockpitng.editor.instant.labelprovider.impl.AbstractInstantEditorLabelProvider

        getOrder, setOrder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassificationInfoLabelProvider

        public ClassificationInfoLabelProvider()
    • Method Detail

      • canHandle

        public boolean canHandle​(java.lang.String editorType)
      • getLabel

        public java.lang.String getLabel​(java.lang.String editorType,
                                         java.lang.Object value)
      • getLabelService

        protected com.hybris.cockpitng.labels.LabelService getLabelService()
      • setLabelService

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