Class DefaultSectionRenderer
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionRenderer
-
- All Implemented Interfaces:
SectionRenderer
- Direct Known Subclasses:
EditorSectionRenderer
public class DefaultSectionRenderer extends java.lang.Object implements SectionRenderer
-
-
Constructor Summary
Constructors Constructor Description DefaultSectionRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
-
-
-
Method Detail
-
render
public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
- Specified by:
render
in interfaceSectionRenderer
-
-