Uses of Interface
de.hybris.platform.cockpit.session.BrowserSectionModel
-
-
Uses of BrowserSectionModel in de.hybris.platform.cockpit.components.contentbrowser
Fields in de.hybris.platform.cockpit.components.contentbrowser with type parameters of type BrowserSectionModel Modifier and Type Field Description protected java.util.Map<BrowserSectionModel,BrowserComponent>AbstractSectionMainAreaBrowserComponent. sectionMapMethods in de.hybris.platform.cockpit.components.contentbrowser that return BrowserSectionModel Modifier and Type Method Description BrowserSectionModelAbstractBrowserSectionComponent. getSectionModel()Methods in de.hybris.platform.cockpit.components.contentbrowser that return types with arguments of type BrowserSectionModel Modifier and Type Method Description protected java.util.Map<BrowserSectionModel,BrowserComponent>AbstractSectionMainAreaBrowserComponent. createSections()Methods in de.hybris.platform.cockpit.components.contentbrowser with parameters of type BrowserSectionModel Modifier and Type Method Description voidAbstractSectionMainAreaBrowserComponent. updateSection(BrowserSectionModel sectionModel)voidAbstractSectionMainAreaBrowserComponent. updateSectionSelection(BrowserSectionModel sectionModel)Method parameters in de.hybris.platform.cockpit.components.contentbrowser with type arguments of type BrowserSectionModel Modifier and Type Method Description protected abstract voidAbstractSectionMainAreaBrowserComponent. layoutSections(java.util.List<BrowserSectionModel> sectionModels, org.zkoss.zk.ui.HtmlBasedComponent parent)Responsible for laying out the different sections.protected voidDefaultSectionMainAreaBrowserComponent. layoutSections(java.util.List<BrowserSectionModel> sectionModels, org.zkoss.zk.ui.HtmlBasedComponent parent)Responsible for laying out the different sections.Constructors in de.hybris.platform.cockpit.components.contentbrowser with parameters of type BrowserSectionModel Constructor Description AbstractBrowserSectionComponent(BrowserSectionModel sectionModel) -
Uses of BrowserSectionModel in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl that return BrowserSectionModel Modifier and Type Method Description BrowserSectionModelSectionTableModel. getModel()Methods in de.hybris.platform.cockpit.model.listview.impl with parameters of type BrowserSectionModel Modifier and Type Method Description voidSectionTableModel. setModel(BrowserSectionModel model)Constructors in de.hybris.platform.cockpit.model.listview.impl with parameters of type BrowserSectionModel Constructor Description SectionTableModel(MutableListModel listComponentModel, MutableColumnModel columnComponentModel, BrowserSectionModel sectionBrowserModel) -
Uses of BrowserSectionModel in de.hybris.platform.cockpit.session
Subinterfaces of BrowserSectionModel in de.hybris.platform.cockpit.session Modifier and Type Interface Description interfaceListBrowserSectionModelMethods in de.hybris.platform.cockpit.session that return BrowserSectionModel Modifier and Type Method Description BrowserSectionModelSectionBrowserModel. getBrowserSectionModel(int index)Methods in de.hybris.platform.cockpit.session that return types with arguments of type BrowserSectionModel Modifier and Type Method Description java.util.List<BrowserSectionModel>SectionBrowserModel. getBrowserSectionModels()Methods in de.hybris.platform.cockpit.session with parameters of type BrowserSectionModel Modifier and Type Method Description BrowserComponentBrowserSectionRenderer. createSectionView(BrowserSectionModel sectionModel)Method parameters in de.hybris.platform.cockpit.session with type arguments of type BrowserSectionModel Modifier and Type Method Description voidSectionBrowserModel. setBrowserSectionModels(java.util.List<? extends BrowserSectionModel> sectionModels) -
Uses of BrowserSectionModel in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement BrowserSectionModel Modifier and Type Class Description classAbstractBrowserSectionModelclassDefaultBrowserSectionModelclassDefaultListBrowserSectionModelMethods in de.hybris.platform.cockpit.session.impl that return BrowserSectionModel Modifier and Type Method Description BrowserSectionModelAbstractSectionBrowserModel. getBrowserSectionModel(int index)BrowserSectionModelAbstractSectionSearchBrowserModel. getBrowserSectionModel(int index)Methods in de.hybris.platform.cockpit.session.impl that return types with arguments of type BrowserSectionModel Modifier and Type Method Description java.util.List<BrowserSectionModel>AbstractSectionBrowserModel. getBrowserSectionModels()java.util.List<BrowserSectionModel>AbstractSectionSearchBrowserModel. getBrowserSectionModels()Methods in de.hybris.platform.cockpit.session.impl with parameters of type BrowserSectionModel Modifier and Type Method Description BrowserComponentListBrowserSectionRenderer. createSectionView(BrowserSectionModel sectionModel)Method parameters in de.hybris.platform.cockpit.session.impl with type arguments of type BrowserSectionModel Modifier and Type Method Description voidAbstractSectionBrowserModel. setBrowserSectionModels(java.util.List<? extends BrowserSectionModel> sectionModels)voidAbstractSectionSearchBrowserModel. setBrowserSectionModels(java.util.List<? extends BrowserSectionModel> sectionModels) -
Uses of BrowserSectionModel in de.hybris.platform.importcockpit.components.contentbrowser
Constructors in de.hybris.platform.importcockpit.components.contentbrowser with parameters of type BrowserSectionModel Constructor Description AbstractGroupBoxBrowserSectionComponent(BrowserSectionModel sectionModel) -
Uses of BrowserSectionModel in de.hybris.platform.importcockpit.components.contentbrowser.mapping.impl
Method parameters in de.hybris.platform.importcockpit.components.contentbrowser.mapping.impl with type arguments of type BrowserSectionModel Modifier and Type Method Description protected voidMainAreaMappingBrowserComponent. layoutSections(java.util.List<BrowserSectionModel> sectionModels, org.zkoss.zk.ui.HtmlBasedComponent parent)Constructors in de.hybris.platform.importcockpit.components.contentbrowser.mapping.impl with parameters of type BrowserSectionModel Constructor Description MappingContextSectionComponent(BrowserSectionModel sectionModel)MappingViewBrowserSectionComponent(BrowserSectionModel sectionModel)SourceSectionComponent(BrowserSectionModel sectionModel)TargetSectionComponent(BrowserSectionModel sectionModel) -
Uses of BrowserSectionModel in de.hybris.platform.importcockpit.components.renderers.impl
Methods in de.hybris.platform.importcockpit.components.renderers.impl with parameters of type BrowserSectionModel Modifier and Type Method Description BrowserComponentMappingBrowserSectionRenderer. createSectionView(BrowserSectionModel browsersectionmodel)BrowserComponentMappingContextSectionRenderer. createSectionView(BrowserSectionModel browsersectionmodel)BrowserComponentSourceSectionRenderer. createSectionView(BrowserSectionModel browsersectionmodel)BrowserComponentTargetSectionRenderer. createSectionView(BrowserSectionModel browsersectionmodel) -
Uses of BrowserSectionModel in de.hybris.platform.importcockpit.session.mapping.impl
Classes in de.hybris.platform.importcockpit.session.mapping.impl that implement BrowserSectionModel Modifier and Type Class Description classTargetBrowserSectionModel
-