public abstract class AbstractSectionModel extends Object implements SectionModel
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
modified |
protected Object |
rootItem |
| Constructor and Description |
|---|
AbstractSectionModel(Object rootItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSectionModelListener(SectionModelListener listener) |
protected void |
fireEvent(SectionModelEvent event) |
Object |
getRootItem() |
List<SectionModelListener> |
getSectionModelListeners() |
void |
removeSectionModelListener(SectionModelListener listener) |
void |
setRootItem(Object rootItem) |
void |
setSectionModelListeners(List<SectionModelListener> sectionListeners) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIcon, getLabel, getPreLabel, getSelectedIndex, getSelectedIndexes, initialize, isFocused, isModified, isVisible, setFocused, setIcon, setItems, setLabel, setModified, setPreLabel, setSelectedIndex, setSelectedIndexes, setVisible, updategetItemsprotected boolean modified
protected Object rootItem
public AbstractSectionModel(Object rootItem)
public void addSectionModelListener(SectionModelListener listener)
addSectionModelListener in interface SectionModelpublic void removeSectionModelListener(SectionModelListener listener)
removeSectionModelListener in interface SectionModelprotected void fireEvent(SectionModelEvent event)
public void setRootItem(Object rootItem)
setRootItem in interface SectionModelpublic Object getRootItem()
getRootItem in interface SectionModelpublic void setSectionModelListeners(List<SectionModelListener> sectionListeners)
setSectionModelListeners in interface SectionModelpublic List<SectionModelListener> getSectionModelListeners()
getSectionModelListeners in interface SectionModelCopyright © 2017 SAP SE. All Rights Reserved.