Uses of Interface
de.hybris.platform.cockpit.session.ListBrowserSectionModel
Packages that use ListBrowserSectionModel
Package
Description
-
Uses of ListBrowserSectionModel in de.hybris.platform.cmscockpit.components.listsectionbrowser.impl
Constructors in de.hybris.platform.cmscockpit.components.listsectionbrowser.impl with parameters of type ListBrowserSectionModelModifierConstructorDescriptionCmsListBrowserSectionComponent(ListBrowserSectionModel sectionModel) CmsPageBrowserSectionComponent(ListBrowserSectionModel sectionModel) -
Uses of ListBrowserSectionModel in de.hybris.platform.cmscockpit.components.listview.impl
Constructors in de.hybris.platform.cmscockpit.components.listview.impl with parameters of type ListBrowserSectionModelModifierConstructorDescriptionCmsBrowserSectionListViewlListener(ListBrowserSectionModel sectionModel, MutableTableModel model) CmsBrowserSectionTableController(ListBrowserSectionModel sectionModel, MutableTableModel model, UIListView view) CmsBrowserSectionTableModelListener(ListBrowserSectionModel sectionModel, UIListView view) -
Uses of ListBrowserSectionModel in de.hybris.platform.cmscockpit.session.impl
Classes in de.hybris.platform.cmscockpit.session.impl that implement ListBrowserSectionModelMethods in de.hybris.platform.cmscockpit.session.impl that return ListBrowserSectionModelModifier and TypeMethodDescriptionprotected ListBrowserSectionModelCmsPageBrowserModel.createAndInitContentElementSection(ListBrowserSectionModel contentSlotSection) Creates and initialize content element section modelprotected ListBrowserSectionModelCmsPageBrowserModel.createAndInitContentSlotSection()Creates and initialize content slot section modelprotected ListBrowserSectionModelCmsPageBrowserModel.createAndInitSimpleElementSection(ListBrowserSectionModel contentElementSection) Creates and initialize simple element section modelCmsPageBrowserModel.getContentElementSection()Returns content element section modelCmsPageBrowserModel.getContentSlotSection()Returns content slot section modelCmsPageBrowserModel.getSimpleElementSection()Returns simple element section modelMethods in de.hybris.platform.cmscockpit.session.impl with parameters of type ListBrowserSectionModelModifier and TypeMethodDescriptionvoidCmsPageBrowserModel.clearSelection(ListBrowserSectionModel browserSectionModel) Responsible for clearing selection in all sections after change itprotected ContentEditorBrowserSectionModelCmsPageBrowserModel.createAndInitContentEditorSection(ListBrowserSectionModel simpleElementSection, ListBrowserSectionModel contentElementSection) Creates and initialize content editor section modelprotected ListBrowserSectionModelCmsPageBrowserModel.createAndInitContentElementSection(ListBrowserSectionModel contentSlotSection) Creates and initialize content element section modelprotected ListBrowserSectionModelCmsPageBrowserModel.createAndInitSimpleElementSection(ListBrowserSectionModel contentElementSection) Creates and initialize simple element section model -
Uses of ListBrowserSectionModel in de.hybris.platform.cockpit.components.contentbrowser
Methods in de.hybris.platform.cockpit.components.contentbrowser that return ListBrowserSectionModelConstructors in de.hybris.platform.cockpit.components.contentbrowser with parameters of type ListBrowserSectionModel -
Uses of ListBrowserSectionModel in de.hybris.platform.cockpit.model.general.impl
Fields in de.hybris.platform.cockpit.model.general.impl declared as ListBrowserSectionModelModifier and TypeFieldDescriptionprotected final ListBrowserSectionModelDefaultBrowserSectionListModelListener.sectionModelConstructors in de.hybris.platform.cockpit.model.general.impl with parameters of type ListBrowserSectionModelModifierConstructorDescriptionDefaultBrowserSectionListModelListener(ListBrowserSectionModel sectionModel, UIListView view) -
Uses of ListBrowserSectionModel in de.hybris.platform.cockpit.model.listview.impl
Fields in de.hybris.platform.cockpit.model.listview.impl declared as ListBrowserSectionModelModifier and TypeFieldDescriptionprotected final ListBrowserSectionModelDefaultBrowserSectionListViewListener.sectionModelprotected final ListBrowserSectionModelDefaultBrowserSectionTableController.sectionModelprotected final ListBrowserSectionModelDefaultBrowserSectionTableModelListener.sectionModelMethods in de.hybris.platform.cockpit.model.listview.impl that return ListBrowserSectionModelModifier and TypeMethodDescriptionprotected ListBrowserSectionModelDefaultBrowserSectionTableController.getSectionModel()Constructors in de.hybris.platform.cockpit.model.listview.impl with parameters of type ListBrowserSectionModelModifierConstructorDescriptionDefaultBrowserSectionListViewListener(ListBrowserSectionModel sectionModel, MutableTableModel model) DefaultBrowserSectionTableController(ListBrowserSectionModel sectionModel, MutableTableModel model, UIListView view) DefaultBrowserSectionTableModelListener(ListBrowserSectionModel sectionModel, UIListView view) -
Uses of ListBrowserSectionModel in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement ListBrowserSectionModel