Class CategoryDrillableSelectorSection
java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.NavigationPanelSection
de.hybris.platform.cockpit.components.navigationarea.AbstractSelectorSection
de.hybris.platform.cockpit.components.navigationarea.DefaultSectionSelectorSection
de.hybris.platform.cockpit.components.navigationarea.AbstractDrillableSelectorSection
de.hybris.platform.cmscockpit.components.sectionpanel.CategoryDrillableSelectorSection
- All Implemented Interfaces:
DrillableSelectorSection,SectionSelectorSection,SelectorSection,Section,CockpitEventAcceptor
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractDrillableSelectorSection
drillableElements, drilldownLevelFields inherited from class de.hybris.platform.cockpit.components.navigationarea.DefaultSectionSelectorSection
multiselect, parentSection, relatedObject, relatedObjects, subSectionsFields inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractSelectorSection
selectedItems -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()Returns this selector's (root) items.voidCalled whenever this selector's selection has changed.Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractDrillableSelectorSection
appendAsLastElement, clear, currentLevel, disable, getDrilldownLevel, getLastElement, removeLastElement, setDrilldownLevelMethods inherited from class de.hybris.platform.cockpit.components.navigationarea.DefaultSectionSelectorSection
addToRelatedObjects, disableSubSections, enable, enableSubSections, getParentSection, getRelatedObject, getRelatedObjects, getRootSection, getSubSections, isMultiselect, isSubSectionsVisible, refreshView, removeToRelatedObjects, setMultiselect, setParentSection, setRelatedObject, setRelatedObjects, setSubSections, updateItemsMethods inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractSelectorSection
getNavigationAreaModel, getRenderer, getSelectedItem, getSelectedItems, isInitiallySelected, isItemActive, isMultiple, onCockpitEvent, setInitiallySelected, setItems, setMultiple, setNavigationAreaModel, setSelectedItem, setSelectedItems, setSelectedItemsDirectly, wrapItemsMethods inherited from class de.hybris.platform.cockpit.components.navigationarea.NavigationPanelSection
getAttribute, getLabel, getLocalizedLabel, isInitialOpen, isOpen, isTabbed, isVisible, setAttribute, setLabel, setLocalizedLabel, setOpen, setRenderer, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.components.sectionpanel.Section
getLabel, getLocalizedLabel, isInitialOpen, isOpen, isTabbed, isVisible, setOpenMethods inherited from interface de.hybris.platform.cockpit.components.navigationarea.SectionSelectorSection
enable, getParentSection, getRelatedObject, getSubSections, isMultiselect, isSubSectionsVisible, refreshView, setParentSection, setRelatedObject, setSubSectionsMethods inherited from interface de.hybris.platform.cockpit.components.navigationarea.SelectorSection
getSelectedItem, getSelectedItems, isInitiallySelected, isItemActive, isMultiple, setInitiallySelected, setItems, setMultiple, setSelectedItem, setSelectedItems, setSelectedItemsDirectly
-
Constructor Details
-
CategoryDrillableSelectorSection
public CategoryDrillableSelectorSection()
-
-
Method Details
-
getItems
Description copied from interface:SelectorSectionReturns this selector's (root) items.- Specified by:
getItemsin interfaceSelectorSection- Overrides:
getItemsin classAbstractSelectorSection- Returns:
- the root items of this selector
-
selectionChanged
public void selectionChanged()Description copied from interface:SelectorSectionCalled whenever this selector's selection has changed.- Specified by:
selectionChangedin interfaceSelectorSection- Overrides:
selectionChangedin classDefaultSectionSelectorSection
-