Class ConsignmentAssigneeListRenderer

  • All Implemented Interfaces:
    com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,​com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,​java.lang.Object>

    public class ConsignmentAssigneeListRenderer
    extends java.lang.Object
    implements com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,​com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,​java.lang.Object>
    Displays the employee assigned to a given consignment in the All Consignments list view.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected WorkflowService getNewestWorkflowService()  
      void render​(org.zkoss.zul.Listcell listcell, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, java.lang.Object object, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)  
      • 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

        addRendererListener, removeRendererListener, render
    • Field Detail

      • SCLASS_YW_LISTVIEW_CELL_LABEL

        protected static final java.lang.String SCLASS_YW_LISTVIEW_CELL_LABEL
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConsignmentAssigneeListRenderer

        public ConsignmentAssigneeListRenderer()
    • Method Detail

      • render

        public void render​(org.zkoss.zul.Listcell listcell,
                           com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration,
                           java.lang.Object object,
                           com.hybris.cockpitng.dataaccess.facades.type.DataType dataType,
                           com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
        Specified by:
        render in interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,​com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,​java.lang.Object>
      • getNewestWorkflowService

        protected WorkflowService getNewestWorkflowService()