Class TmaWidgetRenderingUtils
java.lang.Object
com.hybris.cockpitng.util.impl.DefaultComponentMarkingUtils
com.hybris.cockpitng.widgets.util.impl.DefaultWidgetRenderingUtils
de.hybris.platform.b2ctelcobackoffice.renderers.TmaWidgetRenderingUtils
- All Implemented Interfaces:
com.hybris.cockpitng.util.ComponentMarkingUtils,com.hybris.cockpitng.widgets.util.WidgetRenderingUtils
public class TmaWidgetRenderingUtils
extends com.hybris.cockpitng.widgets.util.impl.DefaultWidgetRenderingUtils
Utility class for overriding the default label displayed in scenarios when an attribute cannot be accessed for an item type.
- Since:
- 6.7
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hybris.cockpitng.util.impl.DefaultComponentMarkingUtils
com.hybris.cockpitng.util.impl.DefaultComponentMarkingUtils.IdentifiableEventListener, com.hybris.cockpitng.util.impl.DefaultComponentMarkingUtils.Listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hybris.cockpitng.widgets.util.QualifierLabelgetAttributeLabel(Object object, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, String qualifier) Methods inherited from class com.hybris.cockpitng.widgets.util.impl.DefaultWidgetRenderingUtils
computeLabel, createEncryptedLabel, getAttributeLabel, getCockpitLocaleService, getDataAttribute, getLabelService, getPropertyValueService, getTypeFacade, readProperty, setCockpitLocaleService, setLabelService, setPropertyValueService, setTypeFacadeMethods inherited from class com.hybris.cockpitng.util.impl.DefaultComponentMarkingUtils
getEventListener, getListenersToRemove, handleMarkedComponentListener, isListenerToRemove, markComponent, markComponent, mergeComponentSets, moveMarkedComponents, registerMarkedComponentsListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.util.ComponentMarkingUtils
markComponent, markComponent, moveMarkedComponents, registerMarkedComponentsListener
-
Constructor Details
-
TmaWidgetRenderingUtils
public TmaWidgetRenderingUtils()
-
-
Method Details
-
getAttributeLabel
public com.hybris.cockpitng.widgets.util.QualifierLabel getAttributeLabel(Object object, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, String qualifier) - Specified by:
getAttributeLabelin interfacecom.hybris.cockpitng.widgets.util.WidgetRenderingUtils- Overrides:
getAttributeLabelin classcom.hybris.cockpitng.widgets.util.impl.DefaultWidgetRenderingUtils
-