Class DeclineButtonCellRenderer

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

    public class DeclineButtonCellRenderer
    extends java.lang.Object
    implements com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,​com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,​ConsignmentEntryModel>
    This cell renderer displays a decline entry button
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String SOCKET_OUT_CONTEXT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn columnConfiguration, ConsignmentEntryModel object, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManger)  
      • 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

      • SOCKET_OUT_CONTEXT

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

      • DeclineButtonCellRenderer

        public DeclineButtonCellRenderer()
    • Method Detail

      • render

        public void render​(org.zkoss.zul.Listcell parent,
                           com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn columnConfiguration,
                           ConsignmentEntryModel object,
                           com.hybris.cockpitng.dataaccess.facades.type.DataType dataType,
                           com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManger)
        Specified by:
        render in interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,​com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,​ConsignmentEntryModel>