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,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 AbstractClassificationCellRenderer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.lang.StringgetValue(DATA type, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)voidrender(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
-
-
-
-
Method Detail
-
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 java.lang.String getValue(DATA type, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
-
-