Interface ClassificationSectionBulkEditRenderer
-
- All Known Implementing Classes:
DefaultClassificationSectionBulkEditRenderer
public interface ClassificationSectionBulkEditRendererRenders classification section in bulk edit wizard.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.zkoss.zk.ui.Componentrender(org.zkoss.zk.ui.Component parent, ClassificationClassModel classificationClassModel)Renders classification section for given classification class.
-
-
-
Method Detail
-
render
org.zkoss.zk.ui.Component render(org.zkoss.zk.ui.Component parent, ClassificationClassModel classificationClassModel)Renders classification section for given classification class.- Parameters:
parent- component where section should be renderedclassificationClassModel- for which the section should be rendered- Returns:
- rendered section
-
-