Class ClassificationInfoLabelProvider
- java.lang.Object
-
- com.hybris.cockpitng.editor.instant.labelprovider.impl.AbstractInstantEditorLabelProvider
-
- de.hybris.platform.platformbackoffice.classification.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
-
-
Constructor Summary
Constructors Constructor Description ClassificationInfoLabelProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandle(java.lang.String editorType)java.lang.StringgetLabel(java.lang.String editorType, java.lang.Object value)protected com.hybris.cockpitng.labels.LabelServicegetLabelService()voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-
-
-
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)
-
-