Interface SectionRenderer

All Known Implementing Classes:
AbstractCatalogNavigationAreaSectionRenderer, AbstractNavigationAreaSectionRenderer, BundleCatalogSectionRenderer, CatalogSectionRenderer, CatalogSelectorSectionRenderer, CatalogVersionSectionSelectorSectionRenderer, CategoryDrillableSectionRenderer, CategorySectionSelectorSectionRenderer, CmsCatalogSelectorSectionRenderer, CommentsSectionRenderer, ConstraintGroupsSectionRenderer, ConstraintsSectionRenderer, DefaultDrillableSelectorSectionRenderer, DefaultSectionRenderer, DefaultSectionSelectorSectionRenderer, DefaultSelectorSectionRenderer, EditorSectionRenderer, ExternalTaxesSectionRenderer, FavoritesSectionRenderer, InfoBoxRenderer, MediaEditorSectionConfiguration.MediaEditorSectionRenderer, NavigationSectionRenderer, OpenBoxesSectionRenderer, PageUrlSectionRenderer, QuerySectionRenderer, SiteSectionSelectorSectionRenderer, SpecialCollectionSectionRenderer, TypeSelectorSectionRenderer, UndoSectionRenderer, WorkflowSectionRenderer

public interface SectionRenderer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
     
  • Method Details

    • render

      void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)