public class AccidentalBatchTableModel extends AbstractTuttiTableModel<AccidentalBatchRowModel>
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<AccidentalBatchRowModel> |
ATTACHMENT |
static ColumnIdentifier<AccidentalBatchRowModel> |
COMMENT |
static ColumnIdentifier<AccidentalBatchRowModel> |
SPECIES_BY_CODE |
static ColumnIdentifier<AccidentalBatchRowModel> |
SPECIES_BY_GENUS_CODE |
static ColumnIdentifier<AccidentalBatchRowModel> |
WEIGHT |
createEmptyRowIsEmpty, createNewRow, identifiers, noneEditableCols, rowslistenerList| Constructor and Description |
|---|
AccidentalBatchTableModel(org.jdesktop.swingx.table.TableColumnModelExt columnModel) |
| Modifier and Type | Method and Description |
|---|---|
AccidentalBatchRowModel |
createNewRow() |
protected boolean |
isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<AccidentalBatchRowModel> propertyName) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<AccidentalBatchRowModel> propertyName,
AccidentalBatchRowModel entry) |
addNewRow, addNewRow, addNewRow, fireTableCellUpdated, getColumnCount, getEntry, getIdentifier, getRowCount, getRowIndex, getRows, getValueAt, isCellEditable, isCreateEmptyRowIsEmpty, isCreateNewRow, onRowAdded, onRowsChanged, removeRow, setNoneEditableCols, setRows, setValueAt, updateRowaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListenerpublic static final ColumnIdentifier<AccidentalBatchRowModel> SPECIES_BY_CODE
public static final ColumnIdentifier<AccidentalBatchRowModel> SPECIES_BY_GENUS_CODE
public static final ColumnIdentifier<AccidentalBatchRowModel> WEIGHT
public static final ColumnIdentifier<AccidentalBatchRowModel> COMMENT
public static final ColumnIdentifier<AccidentalBatchRowModel> ATTACHMENT
public AccidentalBatchTableModel(org.jdesktop.swingx.table.TableColumnModelExt columnModel)
public AccidentalBatchRowModel createNewRow()
createNewRow in class AbstractTuttiTableModel<AccidentalBatchRowModel>public void setValueAt(Object aValue, int rowIndex, int columnIndex, ColumnIdentifier<AccidentalBatchRowModel> propertyName, AccidentalBatchRowModel entry)
setValueAt in class AbstractTuttiTableModel<AccidentalBatchRowModel>protected boolean isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<AccidentalBatchRowModel> propertyName)
isCellEditable in class AbstractTuttiTableModel<AccidentalBatchRowModel>Copyright © 2012-2013 Ifremer. All Rights Reserved.