Uses of Interface
de.hybris.platform.cockpit.components.navigationarea.SectionSelectorSection
-
Packages that use SectionSelectorSection Package Description de.hybris.platform.cmscockpit.components.sectionpanel de.hybris.platform.cockpit.components.navigationarea -
-
Uses of SectionSelectorSection in de.hybris.platform.cmscockpit.components.sectionpanel
Classes in de.hybris.platform.cmscockpit.components.sectionpanel that implement SectionSelectorSection Modifier and Type Class Description classCatalogVersionSectionSelectorSectionSection represents content catalog version selector for WCMS Page Perspective.classCategoryDrillableSelectorSectionclassCategorySectionSelectorSectionclassLiveCatalogVersionSectionSelectorSectionSection represents content catalog version selector for Live Edit Perspective.classLiveSiteSectionSelectorSectionSection represents CMSSite selector for Live Edit Perspective.classSiteSectionSelectorSectionSection represents CMSSite selector for WCMS Page Perspective.classWebsiteCatalogVersionSelectorSectionSection represents content catalog version selector for WCMS Navigation Perspective.classWebsitesSelectorSectionSection represents CMSSite selector for Navigation Perspective. -
Uses of SectionSelectorSection in de.hybris.platform.cockpit.components.navigationarea
Subinterfaces of SectionSelectorSection in de.hybris.platform.cockpit.components.navigationarea Modifier and Type Interface Description interfaceDrillableSelectorSectionClasses in de.hybris.platform.cockpit.components.navigationarea that implement SectionSelectorSection Modifier and Type Class Description classAbstractDrillableSelectorSectionclassDefaultSectionSelectorSectionFields in de.hybris.platform.cockpit.components.navigationarea declared as SectionSelectorSection Modifier and Type Field Description protected SectionSelectorSectionDefaultSectionSelectorSection. parentSectionFields in de.hybris.platform.cockpit.components.navigationarea with type parameters of type SectionSelectorSection Modifier and Type Field Description protected java.util.List<SectionSelectorSection>DefaultSectionSelectorSection. subSectionsMethods in de.hybris.platform.cockpit.components.navigationarea that return SectionSelectorSection Modifier and Type Method Description SectionSelectorSectionDefaultSectionSelectorSection. getParentSection()SectionSelectorSectionSectionSelectorSection. getParentSection()Returns parent sectionprotected SectionSelectorSectionDefaultSectionSelectorSection. getRootSection()Methods in de.hybris.platform.cockpit.components.navigationarea that return types with arguments of type SectionSelectorSection Modifier and Type Method Description java.util.List<SectionSelectorSection>DefaultSectionSelectorSection. getSubSections()java.util.List<SectionSelectorSection>SectionSelectorSection. getSubSections()Returns sub sections defined for current sectionMethods in de.hybris.platform.cockpit.components.navigationarea with parameters of type SectionSelectorSection Modifier and Type Method Description voidDefaultSectionSelectorSection. setParentSection(SectionSelectorSection parentSection)voidSectionSelectorSection. setParentSection(SectionSelectorSection parentSection)Sets parent sectionMethod parameters in de.hybris.platform.cockpit.components.navigationarea with type arguments of type SectionSelectorSection Modifier and Type Method Description voidDefaultSectionSelectorSection. setSubSections(java.util.List<SectionSelectorSection> subSections)voidSectionSelectorSection. setSubSections(java.util.List<SectionSelectorSection> subSections)Sets sub sections for current section
-