Class DefaultSectionRowRenderer
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionRowRenderer
-
- All Implemented Interfaces:
SectionRowRenderer
public class DefaultSectionRowRenderer extends java.lang.Object implements SectionRowRenderer
-
-
Constructor Summary
Constructors Constructor Description DefaultSectionRowRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, java.util.Map<java.lang.String,java.lang.Object> ctx)
-
-
-
Method Detail
-
render
public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, java.util.Map<java.lang.String,java.lang.Object> ctx)
- Specified by:
renderin interfaceSectionRowRenderer
-
-