Class DefaultListBrowserSectionModel
java.lang.Object
de.hybris.platform.cockpit.session.impl.AbstractSectionModel
de.hybris.platform.cockpit.session.impl.AbstractBrowserSectionModel
de.hybris.platform.cockpit.session.impl.DefaultBrowserSectionModel
de.hybris.platform.cockpit.session.impl.DefaultListBrowserSectionModel
- All Implemented Interfaces:
CockpitEventAcceptor,BrowserSectionModel,CockpitListComponent<TypedObject>,ListBrowserSectionModel,ListSectionModel,SectionModel
- Direct Known Subclasses:
CmsListBrowserSectionModel
public class DefaultListBrowserSectionModel
extends DefaultBrowserSectionModel
implements ListBrowserSectionModel
-
Field Summary
FieldsFields inherited from class de.hybris.platform.cockpit.session.impl.DefaultBrowserSectionModel
initializedFields inherited from class de.hybris.platform.cockpit.session.impl.AbstractBrowserSectionModel
modifiedFields inherited from class de.hybris.platform.cockpit.session.impl.AbstractSectionModel
rootItem -
Constructor Summary
ConstructorsConstructorDescriptionDefaultListBrowserSectionModel(SectionBrowserModel browserModel) DefaultListBrowserSectionModel(SectionBrowserModel browserModel, String label) DefaultListBrowserSectionModel(SectionBrowserModel browserModel, String label, Object rootItem) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetRootType(ObjectTemplate rootType) voidsetSelectedIndex(int index) voidsetSelectedIndexes(List<Integer> indexes) voidsetTableModel(MutableTableModel tableModel) Methods inherited from class de.hybris.platform.cockpit.session.impl.DefaultBrowserSectionModel
fireEvent, getBrowserSectionRenderer, getIcon, getItems, getLabel, getPreLabel, getSelectedIndex, getSelectedIndexes, initialize, isFocused, isModified, isVisible, onCockpitEvent, setBrowserSectionRenderer, setFocused, setIcon, setItems, setLabel, setModified, setPreLabel, setVisible, updateMethods inherited from class de.hybris.platform.cockpit.session.impl.AbstractBrowserSectionModel
getSectionBrowserModel, setSectionBrowserModelMethods inherited from class de.hybris.platform.cockpit.session.impl.AbstractSectionModel
addSectionModelListener, 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, getSectionBrowserModel, setBrowserSectionRenderer, setSectionBrowserModelMethods 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, setVisible, update
-
Field Details
-
rootType
-
-
Constructor Details
-
DefaultListBrowserSectionModel
-
DefaultListBrowserSectionModel
-
DefaultListBrowserSectionModel
public DefaultListBrowserSectionModel(SectionBrowserModel browserModel, String label, Object rootItem)
-
-
Method Details
-
getRootType
- Specified by:
getRootTypein interfaceListSectionModel
-
setRootType
- Specified by:
setRootTypein interfaceListSectionModel
-
getTableModel
- Specified by:
getTableModelin interfaceListSectionModel
-
setTableModel
- Specified by:
setTableModelin interfaceListSectionModel
-
setListViewConfigurationCode
- Specified by:
setListViewConfigurationCodein interfaceListSectionModel
-
getListViewConfigurationCode
- Specified by:
getListViewConfigurationCodein interfaceListSectionModel
-
setSelectedIndex
public void setSelectedIndex(int index) - Specified by:
setSelectedIndexin interfaceSectionModel- Overrides:
setSelectedIndexin classDefaultBrowserSectionModel
-
setSelectedIndexes
- Specified by:
setSelectedIndexesin interfaceSectionModel- Overrides:
setSelectedIndexesin classDefaultBrowserSectionModel
-