Class OpenBoxesSectionRenderer
- java.lang.Object
-
- de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
-
- de.hybris.platform.cockpit.components.navigationarea.renderer.OpenBoxesSectionRenderer
-
- All Implemented Interfaces:
SectionRenderer,SimpleRenderer
public class OpenBoxesSectionRenderer extends AbstractNavigationAreaSectionRenderer implements SimpleRenderer
-
-
Constructor Summary
Constructors Constructor Description OpenBoxesSectionRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractNavigationAreaModelgetSectionPanelModel()voidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)voidrender(org.zkoss.zk.ui.Component parent)-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
createBrowserItemTooltip, createList, getNavigationArea, setNavigationArea
-
-
-
-
Method Detail
-
render
public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
- Specified by:
renderin interfaceSectionRenderer- Specified by:
renderin classAbstractNavigationAreaSectionRenderer
-
getSectionPanelModel
public AbstractNavigationAreaModel getSectionPanelModel()
- Overrides:
getSectionPanelModelin classAbstractNavigationAreaSectionRenderer
-
render
public void render(org.zkoss.zk.ui.Component parent)
- Specified by:
renderin interfaceSimpleRenderer
-
-