Class TmaCompositePolicyConditionAttributeRenderer
java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,Object>
de.hybris.platform.b2ctelcobackoffice.renderers.TmaCompositePolicyConditionAttributeRenderer
- All Implemented Interfaces:
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 TmaCompositePolicyConditionAttributeRenderer
extends com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,Object>
Renderer for displaying the
TmaCompositePolicyConditionModel.CONDITIONSEVALUATORTYPE for
TmaCompositePolicyConditionModel instances. For TmaAtomicPolicyConditionModel instances, it will display
FIELD_NOT_APPLICABLE_LABEL- Since:
- 1810
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected com.hybris.cockpitng.labels.LabelServiceprotected de.hybris.platform.servicelayer.model.ModelServicevoidrender(org.zkoss.zul.Listcell listcell, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, Object object, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) voidsetAttributeName(String attributeName) voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService) voidsetModelService(de.hybris.platform.servicelayer.model.ModelService modelService) 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
-
TmaCompositePolicyConditionAttributeRenderer
public TmaCompositePolicyConditionAttributeRenderer()
-
-
Method Details
-
render
public void render(org.zkoss.zul.Listcell listcell, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, Object object, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
getAttributeName
-
setAttributeName
-
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService() -
setModelService
public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService) -
getLabelService
protected com.hybris.cockpitng.labels.LabelService getLabelService() -
setLabelService
public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-