Class SectionTableModel
java.lang.Object
de.hybris.platform.cockpit.model.listview.impl.AbstractTableModel
de.hybris.platform.cockpit.model.listview.impl.DefaultTableModel
de.hybris.platform.cockpit.model.listview.impl.SectionTableModel
- All Implemented Interfaces:
MutableTableModel,TableModel
Represents a table model that is used for section browser Note:
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.model.listview.impl.DefaultTableModel
columnComponentModel, listComponentModel, uidFields inherited from class de.hybris.platform.cockpit.model.listview.impl.AbstractTableModel
listeners -
Constructor Summary
ConstructorsConstructorDescriptionSectionTableModel(MutableListModel listComponentModel, MutableColumnModel columnComponentModel, BrowserSectionModel sectionBrowserModel) -
Method Summary
Methods inherited from class de.hybris.platform.cockpit.model.listview.impl.DefaultTableModel
checkUserEditPermission, getCellEditor, getCellRenderer, getColumnComponentModel, getListComponentModel, getNewInlineItemRenderer, getValueAt, isCellEditable, isCellSelectable, isCellSelected, setColumnComponentModel, setListComponentModel, setSelectedCell, setSelectedCells, setValueAt, updateDynamicColumnsMethods inherited from class de.hybris.platform.cockpit.model.listview.impl.AbstractTableModel
addTableModelListener, fireCellChanged, fireEvent, fireSelectionChanged, getUIAccessRightService, removeTableModelListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.model.listview.TableModel
addTableModelListener, fireEvent, removeTableModelListener
-
Constructor Details
-
SectionTableModel
public SectionTableModel(MutableListModel listComponentModel, MutableColumnModel columnComponentModel, BrowserSectionModel sectionBrowserModel)
-
-
Method Details
-
getModel
-
setModel
-