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
public class DefaultDrillableSelectorSectionRenderer extends DefaultSectionSelectorSectionRenderer
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
BACK_BUTTON_SCLASS
protected static java.lang.String
BACK_BUTTTON_LABEL
protected static java.lang.String
DRILLABLE_SELECTOR_SCLASS
protected static int
INTINITY_DRILL_LEVELS
protected static java.lang.String
ON_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 AbstractDrillableSelectorSection
getSection()
Returns the last section which this renderer rendered.void
render(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:
render
in interfaceSectionRenderer
- Overrides:
render
in classDefaultSectionSelectorSectionRenderer
-
getSection
protected AbstractDrillableSelectorSection getSection()
Description copied from class:DefaultSelectorSectionRenderer
Returns the last section which this renderer rendered.- Overrides:
getSection
in classDefaultSectionSelectorSectionRenderer
- Returns:
- the last section
-
-