public class ExtendTM extends WrapTM
evSupport, tableModel, tableModelListener, tableModelListenerStarted| Constructor and Description |
|---|
ExtendTM()
Конструктор
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
xyz.cofe.collection.list.BasicEventList<Column> |
getColumns()
Возвращает колонки таблицы
|
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setTableModel(TableModel tableModel)
Указывает на оригинальную таблицу
|
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
addPropertyChangeListener, addTableModelListener, attachTMListener, deletageTMEvent, detachTMListener, fireAllChanged, fireCellChanged, fireColumnsChanged, firePropertyChange, fireRowsDeleted, fireRowsInserted, fireRowsUpdated, fireRowUpdated, fireTableModelEvent, getListeners, getListenersCollection, getRowCount, getTableModel, isSourceListen, mapColumnToInside, mapColumnToOutside, mapRowToInside, mapRowToOutside, onRowDeleted, onRowInserted, onRowUpdated, onTableChanged, propertySupport, removePropertyChangeListener, removeTableModelListener, setSourceListenpublic xyz.cofe.collection.list.BasicEventList<Column> getColumns()
public int getColumnCount()
getColumnCount in interface TableModelgetColumnCount in class WrapTMpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class WrapTMpublic String getColumnName(int columnIndex)
getColumnName in interface TableModelgetColumnName in class WrapTMpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelgetValueAt in class WrapTMpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class WrapTMpublic void setTableModel(TableModel tableModel)
WrapTMsetTableModel in class WrapTMtableModel - Оригинал таблицаpublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class WrapTMCopyright © 2019. All rights reserved.