Interface ClassificationSectionBulkEditRenderer
- All Known Implementing Classes:
DefaultClassificationSectionBulkEditRenderer
public interface ClassificationSectionBulkEditRenderer
Renders classification section in bulk edit wizard.
-
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zk.ui.Componentrender(org.zkoss.zk.ui.Component parent, ClassificationClassModel classificationClassModel) Renders classification section for given classification class.
-
Method Details
-
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
-