Class DefaultListSectionModel
java.lang.Object
de.hybris.platform.cockpit.session.impl.AbstractSectionModel
de.hybris.platform.cockpit.session.impl.DefaultSectionModel
de.hybris.platform.cockpit.session.impl.DefaultListSectionModel
- All Implemented Interfaces:
CockpitListComponent<TypedObject>,ListSectionModel,SectionModel
-
Field Summary
FieldsFields inherited from class de.hybris.platform.cockpit.session.impl.DefaultSectionModel
initializedFields inherited from class de.hybris.platform.cockpit.session.impl.AbstractSectionModel
modified, rootItem -
Constructor Summary
ConstructorsConstructorDescriptionDefaultListSectionModel(String label) DefaultListSectionModel(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.DefaultSectionModel
fireEvent, getIcon, getItems, getLabel, getPreLabel, getSelectedIndex, getSelectedIndexes, initialize, isFocused, isModified, isVisible, setFocused, setIcon, setItems, setLabel, setModified, setPreLabel, setVisible, updateMethods 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.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
-
DefaultListSectionModel
public DefaultListSectionModel() -
DefaultListSectionModel
-
DefaultListSectionModel
-
-
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 classDefaultSectionModel
-
setSelectedIndexes
- Specified by:
setSelectedIndexesin interfaceSectionModel- Overrides:
setSelectedIndexesin classDefaultSectionModel
-