Class SpecialCollectionSectionRenderer
java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
de.hybris.platform.cockpit.components.navigationarea.renderer.SpecialCollectionSectionRenderer
- All Implemented Interfaces:
SectionRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.zkoss.zul.Separatorvoidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) voidsetAllItemsLabel(String allItemsLabel) voidsetAllowedTypes(List<String> allowedTypes) Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
createBrowserItemTooltip, createList, getSectionPanelModel, setNavigationArea
-
Constructor Details
-
SpecialCollectionSectionRenderer
public SpecialCollectionSectionRenderer()
-
-
Method Details
-
createSeparator
protected org.zkoss.zul.Separator createSeparator() -
getAllItemsLabel
-
setAllItemsLabel
-
getAllowedTypes
-
setAllowedTypes
-
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
-