Class StandardCurrencyListViewRenderer

java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,Object>
com.hybris.backoffice.labels.renderers.StandardCurrencyListViewRenderer
All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.csv.CsvAwareListViewRenderer, com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,Object>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,Object>

public class StandardCurrencyListViewRenderer extends com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,Object> implements com.hybris.cockpitng.widgets.common.csv.CsvAwareListViewRenderer
  • Constructor Details

    • StandardCurrencyListViewRenderer

      public StandardCurrencyListViewRenderer()
  • Method Details

    • render

      public void render(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, 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,Object>
    • getCsvValue

      public String getCsvValue(Object object, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn)
      Specified by:
      getCsvValue in interface com.hybris.cockpitng.widgets.common.csv.CsvAwareListViewRenderer
    • renderComponents

      protected void renderComponents(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, Object object, boolean initialised, CurrencyModel currency, Double totalPrice)
    • getPriceLabelHandler

      public LabelHandler<Double,CurrencyModel> getPriceLabelHandler()
    • setPriceLabelHandler

      public void setPriceLabelHandler(LabelHandler<Double,CurrencyModel> priceLabelHandler)