Interface ClassificationSectionBulkEditRenderer

All Known Implementing Classes:
DefaultClassificationSectionBulkEditRenderer

public interface ClassificationSectionBulkEditRenderer
Renders classification section in bulk edit wizard.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.zkoss.zk.ui.Component
    render(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 rendered
      classificationClassModel - for which the section should be rendered
      Returns:
      rendered section