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
FieldsFields inherited from class de.hybris.platform.cockpit.session.impl.AbstractSectionModel
rootItem -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSectionBrowserModel(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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.session.BrowserSectionModel
getBrowserSectionRenderer, setBrowserSectionRendererMethods inherited from interface de.hybris.platform.cockpit.events.CockpitEventAcceptor
onCockpitEventMethods inherited from interface de.hybris.platform.cockpit.session.CockpitListComponent
getItemsMethods 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
-
Field Details
-
modified
protected boolean modified
-
-
Constructor Details
-
AbstractBrowserSectionModel
-
-
Method Details
-
getSectionBrowserModel
- Specified by:
getSectionBrowserModelin interfaceBrowserSectionModel
-
setSectionBrowserModel
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:
-