Uses of Interface
de.hybris.platform.cockpit.session.SectionBrowserModel
-
-
Uses of SectionBrowserModel in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser that return SectionBrowserModel Modifier and Type Method Description SectionBrowserModelCmsPageContentBrowser. getModel()Constructors in de.hybris.platform.cmscockpit.components.contentbrowser with parameters of type SectionBrowserModel Constructor Description AbstractCmsPageMainAreaBrowserComponent(SectionBrowserModel model, AbstractContentBrowser contentBrowser) -
Uses of SectionBrowserModel in de.hybris.platform.cmscockpit.session.impl
Classes in de.hybris.platform.cmscockpit.session.impl that implement SectionBrowserModel Modifier and Type Class Description classCmsPageBrowserModelRepresents model for "structure" browser.Constructors in de.hybris.platform.cmscockpit.session.impl with parameters of type SectionBrowserModel Constructor Description CmsDrilldownSectionModelListener(SectionBrowserModel browserModel)CmsListBrowserSectionModel(SectionBrowserModel browserModel)CmsListBrowserSectionModel(SectionBrowserModel browserModel, java.lang.String label)CmsListBrowserSectionModel(SectionBrowserModel browserModel, java.lang.String label, java.lang.Object rootItem, java.lang.String position)ContentEditorBrowserSectionModel(SectionBrowserModel browserModel)ContentEditorBrowserSectionModel(SectionBrowserModel browserModel, java.lang.String label)ContentEditorBrowserSectionModel(SectionBrowserModel browserModel, java.lang.String label, java.lang.Object rootItem) -
Uses of SectionBrowserModel in de.hybris.platform.cockpit.components.contentbrowser
Methods in de.hybris.platform.cockpit.components.contentbrowser that return SectionBrowserModel Modifier and Type Method Description SectionBrowserModelAbstractSectionMainAreaBrowserComponent. getModel()SectionBrowserModelListBrowserSectionComponent. getModel()Constructors in de.hybris.platform.cockpit.components.contentbrowser with parameters of type SectionBrowserModel Constructor Description AbstractSectionMainAreaBrowserComponent(SectionBrowserModel model, AbstractContentBrowser contentBrowser)DefaultSectionMainAreaBrowserComponent(SectionBrowserModel model, AbstractContentBrowser contentBrowser) -
Uses of SectionBrowserModel in de.hybris.platform.cockpit.session
Subinterfaces of SectionBrowserModel in de.hybris.platform.cockpit.session Modifier and Type Interface Description interfaceSectionSearchBrowserModelMethods in de.hybris.platform.cockpit.session that return SectionBrowserModel Modifier and Type Method Description SectionBrowserModelBrowserSectionModel. getSectionBrowserModel()Methods in de.hybris.platform.cockpit.session with parameters of type SectionBrowserModel Modifier and Type Method Description voidBrowserSectionModel. setSectionBrowserModel(SectionBrowserModel browserModel) -
Uses of SectionBrowserModel in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement SectionBrowserModel Modifier and Type Class Description classAbstractSectionBrowserModelclassAbstractSectionSearchBrowserModelclassDefaultSectionSearchBrowserModelMethods in de.hybris.platform.cockpit.session.impl that return SectionBrowserModel Modifier and Type Method Description SectionBrowserModelAbstractBrowserSectionModel. getSectionBrowserModel()Methods in de.hybris.platform.cockpit.session.impl with parameters of type SectionBrowserModel Modifier and Type Method Description voidAbstractBrowserSectionModel. setSectionBrowserModel(SectionBrowserModel browserModel)Sets the browser model tobrowserModel.Constructors in de.hybris.platform.cockpit.session.impl with parameters of type SectionBrowserModel Constructor Description AbstractBrowserSectionModel(SectionBrowserModel browserModel)DefaultBrowserSectionModel(SectionBrowserModel browserModel)DefaultBrowserSectionModel(SectionBrowserModel browserModel, java.lang.String label)DefaultBrowserSectionModel(SectionBrowserModel browserModel, java.lang.String label, java.lang.Object rootItem)DefaultListBrowserSectionModel(SectionBrowserModel browserModel)DefaultListBrowserSectionModel(SectionBrowserModel browserModel, java.lang.String label)DefaultListBrowserSectionModel(SectionBrowserModel browserModel, java.lang.String label, java.lang.Object rootItem)
-