Class TmaAttributeTypeRenderer

java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zk.ui.Component,Object,ItemModel>
de.hybris.platform.b2ctelcobackoffice.renderers.TmaAttributeTypeRenderer
All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zk.ui.Component,Object,ItemModel>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,Object,ItemModel>

public class TmaAttributeTypeRenderer extends com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zk.ui.Component,Object,ItemModel>
Renderer for displaying the type of a given ItemModel.
Since:
6.7
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.hybris.cockpitng.labels.LabelService
     
    void
    render(org.zkoss.zk.ui.Component parent, Object configuration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
     
    protected void
    renderIcon(org.zkoss.zk.ui.Component parent, String cssStyle, ItemModel itemModel)
     
    void
    setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
     

    Methods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer

    addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListener

    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.widgets.common.WidgetComponentRenderer

    render
  • Constructor Details

    • TmaAttributeTypeRenderer

      public TmaAttributeTypeRenderer()
  • Method Details

    • render

      public void render(org.zkoss.zk.ui.Component parent, Object configuration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
    • renderIcon

      protected void renderIcon(org.zkoss.zk.ui.Component parent, String cssStyle, ItemModel itemModel)
    • getLabelService

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

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