Class CategoryDrillableSectionRenderer
java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSelectorSectionRenderer
de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSectionSelectorSectionRenderer
de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultDrillableSelectorSectionRenderer
de.hybris.platform.cmscockpit.components.sectionpanel.renderer.CategoryDrillableSectionRenderer
- All Implemented Interfaces:
SectionRenderer
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultDrillableSelectorSectionRenderer
BACK_BUTTON_SCLASS, BACK_BUTTTON_LABEL, DRILLABLE_SELECTOR_SCLASS, INTINITY_DRILL_LEVELS, ON_DEMAND_ATTRFields inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSectionSelectorSectionRenderer
SELECTOR_SECTION_ITEM_SCLASS, SELECTOR_SECTION_SCLASSFields inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSelectorSectionRenderer
EMPTY_MESSAGE, lastSection, SELECTOR_ACTIVE_ITEM_SCLASS, SELECTOR_ITEM_SCLASS, SELECTOR_SCLASS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zul.ListitemRendererReturns the list renderer used for rendering the list items displayed in the selector.Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultDrillableSelectorSectionRenderer
getSection, renderMethods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSectionSelectorSectionRenderer
getListboxComponent, loadCaptionComponent, renderSubsectionsMethods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSelectorSectionRenderer
extractSelectedItems, setListRendererMethods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
createBrowserItemTooltip, createList, getNavigationArea, getSectionPanelModel, setNavigationArea
-
Constructor Details
-
CategoryDrillableSectionRenderer
public CategoryDrillableSectionRenderer()
-
-
Method Details
-
getListRenderer
public org.zkoss.zul.ListitemRenderer getListRenderer()Description copied from class:DefaultSelectorSectionRendererReturns the list renderer used for rendering the list items displayed in the selector.- Overrides:
getListRendererin classDefaultSelectorSectionRenderer- Returns:
- the list renderer used
-