public interface MutableTableModel extends TableModel
| Modifier and Type | Method and Description |
|---|---|
MutableColumnModel |
getColumnComponentModel()
Returns this table model's column model.
|
MutableListModel |
getListComponentModel()
Returns this table model's list model.
|
void |
setColumnComponentModel(MutableColumnModel columnModel)
Sets the column component model.
|
void |
setListComponentModel(MutableListModel listModel)
Sets the list component model.
|
void |
setSelectedCell(int colIndex,
int rowIndex)
Sets the selected cell.
|
void |
setSelectedCells(List<Integer> colIndexes,
List<Integer> rowIndexes)
Sets the selected cells.
|
void |
setValueAt(int colIndex,
int rowIndex,
Object data)
Sets the value at.
|
void |
updateDynamicColumns()
Update dynamic columns.
|
addTableModelListener, fireEvent, getCellEditor, getCellRenderer, getNewInlineItemRenderer, getValueAt, isCellEditable, isCellSelectable, isCellSelected, removeTableModelListenervoid setValueAt(int colIndex,
int rowIndex,
Object data)
throws ValueHandlerException
colIndex - the col indexrowIndex - the row indexdata - the dataValueHandlerException - the value handler exceptionvoid setSelectedCell(int colIndex,
int rowIndex)
colIndex - the col indexrowIndex - the row indexvoid setSelectedCells(List<Integer> colIndexes, List<Integer> rowIndexes)
colIndexes - the col indexesrowIndexes - the row indexesMutableListModel getListComponentModel()
TableModelgetListComponentModel in interface TableModelListComponentModelvoid setListComponentModel(MutableListModel listModel)
listModel - the new list component modelMutableColumnModel getColumnComponentModel()
TableModelgetColumnComponentModel in interface TableModelColumnModelvoid setColumnComponentModel(MutableColumnModel columnModel)
columnModel - the new column component modelvoid updateDynamicColumns()
Copyright © 2017 SAP SE. All Rights Reserved.