public interface TableModel extends TableColumnModel
| Modifier and Type | Method and Description |
|---|---|
void |
addTableModelListener(TableModelListener l)
Add a listener to the model.
|
int |
getRowCount() |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
refresh() |
void |
removeTableModelListener(TableModelListener l)
Remove a listener from the model.
|
void |
setValueAt(java.lang.Object aValue,
int rowIndex,
int columnIndex) |
addTableColumnModelListener, getCellRenderer, getColumnComparator, getColumnCount, getColumnHref, getColumnName, getColumnPopupModal, getColumnRangeValues, getColumnTargetLocation, getColumnType, getColumnWindowHeight, getColumnWindowWidth, getDisplayFormat, getFixedColumnCount, getFormat, getGroupHeader, getGroupHeaderBGColor, getLocale, getNoWrap, getSortMode, getSortOrder, getTableName, getWrapHeader, isColumnEditable, isColumnHTML, isColumnMultiline, removeTableColumnModelListenerint getRowCount()
boolean isCellEditable(int rowIndex,
int columnIndex)
rowIndex - The index of the row.columnIndex - The index of the column.java.lang.Object getValueAt(int rowIndex,
int columnIndex)
rowIndex - The index of the row.columnIndex - The index of the column.DATETIME the returned values should be java.util.Date.void setValueAt(java.lang.Object aValue,
int rowIndex,
int columnIndex)
throws TVCException
aValue - The new value. The class of the value corresponds with the
column type.rowIndex - The index of the row.columnIndex - The index of the column.TVCException - If unable to edit.void addTableModelListener(TableModelListener l)
l - The listener to add.void removeTableModelListener(TableModelListener l)
l - The listener to remove.void refresh()
Copyright ? Technia AB. All Rights Reserved.