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
public class DefaultDrillableSelectorSectionRenderer extends DefaultSectionSelectorSectionRenderer
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringBACK_BUTTON_SCLASSprotected static java.lang.StringBACK_BUTTTON_LABELprotected static java.lang.StringDRILLABLE_SELECTOR_SCLASSprotected static intINTINITY_DRILL_LEVELSprotected static java.lang.StringON_DEMAND_ATTR-
Fields inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSectionSelectorSectionRenderer
SELECTOR_SECTION_ITEM_SCLASS, SELECTOR_SECTION_SCLASS
-
Fields 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 Constructor Description DefaultDrillableSelectorSectionRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractDrillableSelectorSectiongetSection()Returns 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, renderSubsections
-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.DefaultSelectorSectionRenderer
extractSelectedItems, getListRenderer, setListRenderer
-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
createBrowserItemTooltip, createList, getNavigationArea, getSectionPanelModel, setNavigationArea
-
-
-
-
Field Detail
-
ON_DEMAND_ATTR
protected static final java.lang.String ON_DEMAND_ATTR
- See Also:
- Constant Field Values
-
DRILLABLE_SELECTOR_SCLASS
protected static final java.lang.String DRILLABLE_SELECTOR_SCLASS
- See Also:
- Constant Field Values
-
BACK_BUTTTON_LABEL
protected static final java.lang.String BACK_BUTTTON_LABEL
- See Also:
- Constant Field Values
-
BACK_BUTTON_SCLASS
protected static final java.lang.String BACK_BUTTON_SCLASS
- See Also:
- Constant Field Values
-
INTINITY_DRILL_LEVELS
protected static final int INTINITY_DRILL_LEVELS
- See Also:
- Constant Field Values
-
-
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- Overrides:
renderin classDefaultSectionSelectorSectionRenderer
-
getSection
protected AbstractDrillableSelectorSection getSection()
Description copied from class:DefaultSelectorSectionRendererReturns the last section which this renderer rendered.- Overrides:
getSectionin classDefaultSectionSelectorSectionRenderer- Returns:
- the last section
-
-