Class TmaPsApprovalStatusRenderer
java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zk.ui.Component,Object,TmaProductSpecificationModel>
de.hybris.platform.b2ctelcobackoffice.renderers.TmaPsApprovalStatusRenderer
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zk.ui.Component,,Object, TmaProductSpecificationModel> com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,Object, TmaProductSpecificationModel>
public class TmaPsApprovalStatusRenderer
extends com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zk.ui.Component,Object,TmaProductSpecificationModel>
Renderer for displaying the
TmaProductSpecificationModel.APPROVALSTATUS information.- Since:
- 6.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.hybris.cockpitng.labels.LabelServiceprotected StringgetTooltipText(TmaProductSpecificationModel tmaProductSpecificationModel) voidrender(org.zkoss.zk.ui.Component component, Object configuration, TmaProductSpecificationModel tmaProductSpecificationModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService) Methods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer
addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer
render
-
Constructor Details
-
TmaPsApprovalStatusRenderer
public TmaPsApprovalStatusRenderer()
-
-
Method Details
-
render
public void render(org.zkoss.zk.ui.Component component, Object configuration, TmaProductSpecificationModel tmaProductSpecificationModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
getTooltipText
-
getLabelService
protected com.hybris.cockpitng.labels.LabelService getLabelService() -
setLabelService
public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-