Class TargetBrowserSectionModel
- java.lang.Object
-
- de.hybris.platform.cockpit.session.impl.AbstractSectionModel
-
- de.hybris.platform.cockpit.session.impl.AbstractBrowserSectionModel
-
- de.hybris.platform.cockpit.session.impl.DefaultBrowserSectionModel
-
- de.hybris.platform.importcockpit.session.mapping.impl.TargetBrowserSectionModel
-
- All Implemented Interfaces:
CockpitEventAcceptor
,BrowserSectionModel
,CockpitListComponent<TypedObject>
,SectionModel
public class TargetBrowserSectionModel extends DefaultBrowserSectionModel
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.session.impl.DefaultBrowserSectionModel
initialized
-
Fields inherited from class de.hybris.platform.cockpit.session.impl.AbstractBrowserSectionModel
modified
-
Fields inherited from class de.hybris.platform.cockpit.session.impl.AbstractSectionModel
rootItem
-
-
Constructor Summary
Constructors Constructor Description TargetBrowserSectionModel(SectionBrowserModel browserModel, java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MappingBrowserModel
getSectionBrowserModel()
-
Methods inherited from class de.hybris.platform.cockpit.session.impl.DefaultBrowserSectionModel
fireEvent, getBrowserSectionRenderer, getIcon, getItems, getLabel, getPreLabel, getSelectedIndex, getSelectedIndexes, initialize, isFocused, isModified, isVisible, onCockpitEvent, setBrowserSectionRenderer, setFocused, setIcon, setItems, setLabel, setModified, setPreLabel, setSelectedIndex, setSelectedIndexes, setVisible, update
-
Methods inherited from class de.hybris.platform.cockpit.session.impl.AbstractBrowserSectionModel
setSectionBrowserModel
-
Methods inherited from class de.hybris.platform.cockpit.session.impl.AbstractSectionModel
addSectionModelListener, getRootItem, getSectionModelListeners, removeSectionModelListener, setRootItem, setSectionModelListeners, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.session.SectionModel
addSectionModelListener, getRootItem, getSectionModelListeners, removeSectionModelListener, setRootItem, setSectionModelListeners
-
-
-
-
Constructor Detail
-
TargetBrowserSectionModel
public TargetBrowserSectionModel(SectionBrowserModel browserModel, java.lang.String label)
-
-
Method Detail
-
getSectionBrowserModel
public MappingBrowserModel getSectionBrowserModel()
- Specified by:
getSectionBrowserModel
in interfaceBrowserSectionModel
- Overrides:
getSectionBrowserModel
in classAbstractBrowserSectionModel
-
-