Uses of Class
de.hybris.platform.cockpit.components.navigationarea.NavigationPanelSection
-
Packages that use NavigationPanelSection Package Description de.hybris.platform.cockpit.components.navigationarea de.hybris.platform.productcockpit.components.navigationarea -
-
Uses of NavigationPanelSection in de.hybris.platform.cockpit.components.navigationarea
Subclasses of NavigationPanelSection in de.hybris.platform.cockpit.components.navigationarea Modifier and Type Class Description class
AbstractDrillableSelectorSection
class
AbstractSelectorSection
Abstract class to be used byselector sections
implementations.class
DefaultSectionSelectorSection
-
Uses of NavigationPanelSection in de.hybris.platform.productcockpit.components.navigationarea
Methods in de.hybris.platform.productcockpit.components.navigationarea that return NavigationPanelSection Modifier and Type Method Description NavigationPanelSection
CatalogNavigationAreaModel. getFavoritesSection()
NavigationPanelSection
CatalogNavigationAreaModel. getOpenBrowsersSection()
Methods in de.hybris.platform.productcockpit.components.navigationarea with parameters of type NavigationPanelSection Modifier and Type Method Description void
CatalogNavigationAreaModel. setFavoritesSection(NavigationPanelSection favoritesSection)
void
CatalogNavigationAreaModel. setOpenBrowsersSection(NavigationPanelSection openBrowsersSection)
-