Class AbstractSectionModel
java.lang.Object
de.hybris.platform.cockpit.session.impl.AbstractSectionModel
- All Implemented Interfaces:
CockpitListComponent<TypedObject>,SectionModel
- Direct Known Subclasses:
AbstractBrowserSectionModel,DefaultSectionModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSectionModelListener(SectionModelListener listener) protected voidfireEvent(SectionModelEvent event) voidvoidsetRootItem(Object rootItem) voidsetSectionModelListeners(List<SectionModelListener> sectionListeners) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.session.CockpitListComponent
getItemsMethods inherited from interface de.hybris.platform.cockpit.session.SectionModel
getIcon, getLabel, getPreLabel, getSelectedIndex, getSelectedIndexes, initialize, isFocused, isModified, isVisible, setFocused, setIcon, setItems, setLabel, setModified, setPreLabel, setSelectedIndex, setSelectedIndexes, setVisible, update
-
Field Details
-
modified
protected boolean modified -
rootItem
-
-
Constructor Details
-
AbstractSectionModel
-
-
Method Details
-
addSectionModelListener
- Specified by:
addSectionModelListenerin interfaceSectionModel
-
removeSectionModelListener
- Specified by:
removeSectionModelListenerin interfaceSectionModel
-
fireEvent
-
setRootItem
- Specified by:
setRootItemin interfaceSectionModel
-
getRootItem
- Specified by:
getRootItemin interfaceSectionModel
-
toString
-
setSectionModelListeners
- Specified by:
setSectionModelListenersin interfaceSectionModel
-
getSectionModelListeners
- Specified by:
getSectionModelListenersin interfaceSectionModel
-