Class AbstractInstantEditorLabelProvider
- java.lang.Object
-
- com.hybris.cockpitng.editor.instant.labelprovider.impl.AbstractInstantEditorLabelProvider
-
- All Implemented Interfaces:
InstantEditorLabelProvider,org.springframework.core.Ordered
- Direct Known Subclasses:
BaseInstantEditorLabelProvider,CollectionsInstantEditorLabelProvider,LocalizedInstantEditorLabelProvider
public abstract class AbstractInstantEditorLabelProvider extends java.lang.Object implements InstantEditorLabelProvider
Abstract implementation ofInstantEditorLabelProviderinterface. Takes care of order related functionality.All specific implementations should extend this class instead of implementing interface themselves.
-
-
Constructor Summary
Constructors Constructor Description AbstractInstantEditorLabelProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()Order in which implementing classes should be checked if they can handle given value.voidsetOrder(int order)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.editor.instant.labelprovider.InstantEditorLabelProvider
canHandle, getLabel
-
-