Class DefaultDrillableSelectorSectionRenderer
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
- All Implemented Interfaces:
SectionRenderer
- Direct Known Subclasses:
CategoryDrillableSectionRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final intprotected static final StringFields 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 TypeMethodDescriptionprotected AbstractDrillableSelectorSectionReturns the last section which this renderer rendered.voidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) Methods 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, getListRenderer, setListRendererMethods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
createBrowserItemTooltip, createList, getNavigationArea, getSectionPanelModel, setNavigationArea
-
Field Details
-
ON_DEMAND_ATTR
- See Also:
-
DRILLABLE_SELECTOR_SCLASS
- See Also:
-
BACK_BUTTTON_LABEL
- See Also:
-
BACK_BUTTON_SCLASS
- See Also:
-
INTINITY_DRILL_LEVELS
protected static final int INTINITY_DRILL_LEVELS- See Also:
-
-
Constructor Details
-
DefaultDrillableSelectorSectionRenderer
public DefaultDrillableSelectorSectionRenderer()
-
-
Method Details
-
render
public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) - Specified by:
renderin interfaceSectionRenderer- Overrides:
renderin classDefaultSectionSelectorSectionRenderer
-
getSection
Description copied from class:DefaultSelectorSectionRendererReturns the last section which this renderer rendered.- Overrides:
getSectionin classDefaultSectionSelectorSectionRenderer- Returns:
- the last section
-