Uses of Interface
de.hybris.platform.cockpit.session.ListBrowserSectionModel
-
-
Uses of ListBrowserSectionModel in de.hybris.platform.cmscockpit.components.listsectionbrowser.impl
Constructors in de.hybris.platform.cmscockpit.components.listsectionbrowser.impl with parameters of type ListBrowserSectionModel Constructor Description CmsContentSlotListBrowserSectionComponent(ListBrowserSectionModel sectionModel)CmsListBrowserSectionComponent(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 ListBrowserSectionModel Constructor Description CmsBrowserSectionListViewlListener(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 ListBrowserSectionModel Modifier and Type Class Description classCmsListBrowserSectionModelMethods in de.hybris.platform.cmscockpit.session.impl that return ListBrowserSectionModel Modifier and Type Method Description protected 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 modelListBrowserSectionModelCmsPageBrowserModel. getContentElementSection()Returns content element section modelListBrowserSectionModelCmsPageBrowserModel. getContentSlotSection()Returns content slot section modelListBrowserSectionModelCmsPageBrowserModel. getSimpleElementSection()Returns simple element section modelMethods in de.hybris.platform.cmscockpit.session.impl with parameters of type ListBrowserSectionModel Modifier and Type Method Description voidCmsPageBrowserModel. 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 ListBrowserSectionModel Modifier and Type Method Description ListBrowserSectionModelListBrowserSectionComponent. getSectionModel()Constructors in de.hybris.platform.cockpit.components.contentbrowser with parameters of type ListBrowserSectionModel Constructor Description ListBrowserSectionComponent(ListBrowserSectionModel sectionModel) -
Uses of ListBrowserSectionModel in de.hybris.platform.cockpit.model.general.impl
Fields in de.hybris.platform.cockpit.model.general.impl declared as ListBrowserSectionModel Modifier and Type Field Description protected ListBrowserSectionModelDefaultBrowserSectionListModelListener. sectionModelConstructors in de.hybris.platform.cockpit.model.general.impl with parameters of type ListBrowserSectionModel Constructor Description DefaultBrowserSectionListModelListener(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 ListBrowserSectionModel Modifier and Type Field Description protected ListBrowserSectionModelDefaultBrowserSectionListViewListener. sectionModelprotected ListBrowserSectionModelDefaultBrowserSectionTableController. sectionModelprotected ListBrowserSectionModelDefaultBrowserSectionTableModelListener. sectionModelMethods in de.hybris.platform.cockpit.model.listview.impl that return ListBrowserSectionModel Modifier and Type Method Description protected ListBrowserSectionModelDefaultBrowserSectionTableController. getSectionModel()Constructors in de.hybris.platform.cockpit.model.listview.impl with parameters of type ListBrowserSectionModel Constructor Description DefaultBrowserSectionListViewListener(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 Modifier and Type Class Description classDefaultListBrowserSectionModel
-