| Package | Description |
|---|---|
| de.hybris.platform.cockpit.components.navigationarea |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DrillableSelectorSection |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDrillableSelectorSection |
class |
DefaultSectionSelectorSection |
| Modifier and Type | Field and Description |
|---|---|
protected SectionSelectorSection |
DefaultSectionSelectorSection.parentSection |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SectionSelectorSection> |
DefaultSectionSelectorSection.subSections |
| Modifier and Type | Method and Description |
|---|---|
SectionSelectorSection |
SectionSelectorSection.getParentSection()
Returns parent section
|
SectionSelectorSection |
DefaultSectionSelectorSection.getParentSection() |
protected SectionSelectorSection |
DefaultSectionSelectorSection.getRootSection() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SectionSelectorSection> |
SectionSelectorSection.getSubSections()
Returns sub sections defined for current section
|
java.util.List<SectionSelectorSection> |
DefaultSectionSelectorSection.getSubSections() |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionSelectorSection.setParentSection(SectionSelectorSection parentSection)
Sets parent section
|
void |
DefaultSectionSelectorSection.setParentSection(SectionSelectorSection parentSection) |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionSelectorSection.setSubSections(java.util.List<SectionSelectorSection> subSections)
Sets sub sections for current section
|
void |
DefaultSectionSelectorSection.setSubSections(java.util.List<SectionSelectorSection> subSections) |
Copyright © 2018 SAP SE. All Rights Reserved.