Class ReviewsBlockedLabelRenderer
- java.lang.Object
-
- de.hybris.platform.customersupportbackoffice.labelproviders.ReviewsBlockedLabelRenderer
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,CustomerReviewModel>
public class ReviewsBlockedLabelRenderer extends java.lang.Object implements com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,CustomerReviewModel>
This Label provider will be used to display camel case boolean values.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringFALSE_STRINGprotected static java.lang.StringTRUE_STRING
-
Constructor Summary
Constructors Constructor Description ReviewsBlockedLabelRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, CustomerReviewModel customerReview, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
-
-
-
Field Detail
-
TRUE_STRING
protected static final java.lang.String TRUE_STRING
- See Also:
- Constant Field Values
-
FALSE_STRING
protected static final java.lang.String FALSE_STRING
- See Also:
- Constant Field Values
-
-
Method Detail
-
render
public void render(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, CustomerReviewModel customerReview, 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,CustomerReviewModel>
-
-