Class AbstractBrowserSectionModel
- java.lang.Object
-
- de.hybris.platform.cockpit.session.impl.AbstractSectionModel
-
- de.hybris.platform.cockpit.session.impl.AbstractBrowserSectionModel
-
- All Implemented Interfaces:
CockpitEventAcceptor,BrowserSectionModel,CockpitListComponent<TypedObject>,SectionModel
- Direct Known Subclasses:
DefaultBrowserSectionModel
public abstract class AbstractBrowserSectionModel extends AbstractSectionModel implements BrowserSectionModel
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanmodified-
Fields inherited from class de.hybris.platform.cockpit.session.impl.AbstractSectionModel
rootItem
-
-
Constructor Summary
Constructors Constructor Description AbstractBrowserSectionModel(SectionBrowserModel browserModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SectionBrowserModelgetSectionBrowserModel()voidsetSectionBrowserModel(SectionBrowserModel browserModel)Sets the browser model tobrowserModel.-
Methods inherited from class de.hybris.platform.cockpit.session.impl.AbstractSectionModel
addSectionModelListener, fireEvent, 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.BrowserSectionModel
getBrowserSectionRenderer, setBrowserSectionRenderer
-
Methods inherited from interface de.hybris.platform.cockpit.events.CockpitEventAcceptor
onCockpitEvent
-
Methods inherited from interface de.hybris.platform.cockpit.session.CockpitListComponent
getItems
-
Methods inherited from interface de.hybris.platform.cockpit.session.SectionModel
addSectionModelListener, getIcon, getLabel, getPreLabel, getRootItem, getSectionModelListeners, getSelectedIndex, getSelectedIndexes, initialize, isFocused, isModified, isVisible, removeSectionModelListener, setFocused, setIcon, setItems, setLabel, setModified, setPreLabel, setRootItem, setSectionModelListeners, setSelectedIndex, setSelectedIndexes, setVisible, update
-
-
-
-
Constructor Detail
-
AbstractBrowserSectionModel
public AbstractBrowserSectionModel(SectionBrowserModel browserModel)
-
-
Method Detail
-
getSectionBrowserModel
public SectionBrowserModel getSectionBrowserModel()
- Specified by:
getSectionBrowserModelin interfaceBrowserSectionModel
-
setSectionBrowserModel
public void setSectionBrowserModel(SectionBrowserModel browserModel)
Sets the browser model tobrowserModel. Note: This implementation fires aSectionModelEventif the model is changed, in order notify any registeredsection model listeners.- Specified by:
setSectionBrowserModelin interfaceBrowserSectionModel- Parameters:
browserModel- the new browser model- See Also:
BrowserSectionModel.setSectionBrowserModel(SectionBrowserModel)
-
-