Class AbstractClassificationCellRenderer<DATA>

java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,DATA>
com.hybris.pcmbackoffice.classificationgroupsbackoffice.renderers.AbstractClassificationCellRenderer<DATA>
Type Parameters:
DATA - - model
All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,DATA>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,DATA>
Direct Known Subclasses:
ClassAttributeAssignmentCellRenderer, ClassFeatureGroupAssignmentIndexRenderer, ClassFeatureGroupIndexRenderer, ClassFeatureGroupNameRenderer, ClassificationAttributeCellRenderer

public abstract class AbstractClassificationCellRenderer<DATA> extends com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,DATA>
Common class for renderers responsible for rendering particular cells related to classification feature
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract String
    getValue(DATA type, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
     
    void
    render(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, DATA model, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
     

    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

    • AbstractClassificationCellRenderer

      public AbstractClassificationCellRenderer()
  • Method Details

    • render

      public void render(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, DATA model, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
    • getValue

      protected abstract String getValue(DATA type, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)