Class DefaultClassificationSectionBulkEditRenderer
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.bulkedit.renderer.DefaultClassificationSectionBulkEditRenderer
-
- All Implemented Interfaces:
ClassificationSectionBulkEditRenderer
public class DefaultClassificationSectionBulkEditRenderer extends java.lang.Object implements ClassificationSectionBulkEditRenderer
Default implementation ofClassificationSectionBulkEditRenderer. The renderer renders single section for single classification class.
-
-
Constructor Summary
Constructors Constructor Description DefaultClassificationSectionBulkEditRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassificationSectionNameProvidergetClassificationSectionNameProvider()org.zkoss.zk.ui.Componentrender(org.zkoss.zk.ui.Component parent, ClassificationClassModel classificationClassModel)Renders classification section for given classification class.voidsetClassificationSectionNameProvider(ClassificationSectionNameProvider classificationSectionNameProvider)
-
-
-
Method Detail
-
render
public org.zkoss.zk.ui.Component render(org.zkoss.zk.ui.Component parent, ClassificationClassModel classificationClassModel)Description copied from interface:ClassificationSectionBulkEditRendererRenders classification section for given classification class.- Specified by:
renderin interfaceClassificationSectionBulkEditRenderer- Parameters:
parent- component where section should be renderedclassificationClassModel- for which the section should be rendered- Returns:
- rendered section
-
getClassificationSectionNameProvider
public ClassificationSectionNameProvider getClassificationSectionNameProvider()
-
setClassificationSectionNameProvider
public void setClassificationSectionNameProvider(ClassificationSectionNameProvider classificationSectionNameProvider)
-
-