public abstract class AbstractBrowserSectionModel extends AbstractSectionModel implements BrowserSectionModel
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
modified |
rootItem| Constructor and Description |
|---|
AbstractBrowserSectionModel(SectionBrowserModel browserModel) |
| Modifier and Type | Method and Description |
|---|---|
SectionBrowserModel |
getSectionBrowserModel() |
void |
setSectionBrowserModel(SectionBrowserModel browserModel)
Sets the browser model to
browserModel. |
addSectionModelListener, fireEvent, getRootItem, getSectionModelListeners, removeSectionModelListener, setRootItem, setSectionModelListeners, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBrowserSectionRenderer, setBrowserSectionRendereraddSectionModelListener, getIcon, getLabel, getPreLabel, getRootItem, getSectionModelListeners, getSelectedIndex, getSelectedIndexes, initialize, isFocused, isModified, isVisible, removeSectionModelListener, setFocused, setIcon, setItems, setLabel, setModified, setPreLabel, setRootItem, setSectionModelListeners, setSelectedIndex, setSelectedIndexes, setVisible, updategetItemsonCockpitEventpublic AbstractBrowserSectionModel(SectionBrowserModel browserModel)
public SectionBrowserModel getSectionBrowserModel()
getSectionBrowserModel in interface BrowserSectionModelpublic void setSectionBrowserModel(SectionBrowserModel browserModel)
browserModel.
Note: This implementation fires a SectionModelEvent if the model is changed, in order notify any registered
section model listeners.setSectionBrowserModel in interface BrowserSectionModelbrowserModel - the new browser modelBrowserSectionModel.setSectionBrowserModel(SectionBrowserModel)Copyright © 2017 SAP SE. All Rights Reserved.