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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCsvValue(Object object, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn) voidrender(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) protected voidrenderComponents(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, Object object, boolean initialised, CurrencyModel currency, Double totalPrice) voidsetPriceLabelHandler(LabelHandler<Double, CurrencyModel> priceLabelHandler) 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
-
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:
renderin interfacecom.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:
getCsvValuein interfacecom.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
-
setPriceLabelHandler
-