Interface SectionRenderer
-
- All Known Implementing Classes:
AbstractCatalogNavigationAreaSectionRenderer,AbstractNavigationAreaSectionRenderer,BundleCatalogSectionRenderer,CatalogSectionRenderer,CatalogSelectorSectionRenderer,CommentsSectionRenderer,ConstraintGroupsSectionRenderer,ConstraintsSectionRenderer,DefaultDrillableSelectorSectionRenderer,DefaultSectionRenderer,DefaultSectionSelectorSectionRenderer,DefaultSelectorSectionRenderer,EditorSectionRenderer,ExternalTaxesSectionRenderer,FavoritesSectionRenderer,InfoBoxRenderer,JobHistoryNavSectionRenderer,MediaEditorSectionConfiguration.MediaEditorSectionRenderer,NavigationSectionRenderer,OpenBoxesSectionRenderer,QuerySectionRenderer,SpecialCollectionSectionRenderer,TypeSelectorSectionRenderer,UndoSectionRenderer,WorkflowSectionRenderer
public interface SectionRenderer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
-
-
-
Method Detail
-
render
void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
-
-