public class BenthosBatchTableModel extends AbstractTuttiTableModel<BenthosBatchRowModel>
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<BenthosBatchRowModel> |
ATTACHMENTS |
static ColumnIdentifier<BenthosBatchRowModel> |
COMMENT |
static ColumnIdentifier<BenthosBatchRowModel> |
NUMBER |
static ColumnIdentifier<BenthosBatchRowModel> |
SAMPLE_WEIGHT |
static ColumnIdentifier<BenthosBatchRowModel> |
SPECIES_BY_CODE |
static ColumnIdentifier<BenthosBatchRowModel> |
SPECIES_BY_GENUS_CODE |
static ColumnIdentifier<BenthosBatchRowModel> |
SPECIES_TO_CONFIRM |
static ColumnIdentifier<BenthosBatchRowModel> |
WEIGHT |
columnIdentifiers, columns, createEmptyRowIsEmpty, createNewRow, noneEditableCols, rowslistenerList| Constructor and Description |
|---|
BenthosBatchTableModel(TableColumnModel columnModel) |
| Modifier and Type | Method and Description |
|---|---|
BenthosBatchRowModel |
createNewRow() |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosBatchRowModel> propertyName,
BenthosBatchRowModel entry) |
addNewRow, addNewRow, addNewRow, fireTableCellUpdated, getColumn, getColumnCount, getColumnIndex, getEntry, getPropertyName, getRowCount, getRowIndex, getRows, getValueAt, getValueAt, isCellEditable, 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<BenthosBatchRowModel> SPECIES_BY_CODE
public static final ColumnIdentifier<BenthosBatchRowModel> SPECIES_BY_GENUS_CODE
public static final ColumnIdentifier<BenthosBatchRowModel> WEIGHT
public static final ColumnIdentifier<BenthosBatchRowModel> NUMBER
public static final ColumnIdentifier<BenthosBatchRowModel> SAMPLE_WEIGHT
public static final ColumnIdentifier<BenthosBatchRowModel> COMMENT
public static final ColumnIdentifier<BenthosBatchRowModel> ATTACHMENTS
public static final ColumnIdentifier<BenthosBatchRowModel> SPECIES_TO_CONFIRM
public BenthosBatchTableModel(TableColumnModel columnModel)
public BenthosBatchRowModel createNewRow()
createNewRow in class AbstractTuttiTableModel<BenthosBatchRowModel>public void setValueAt(Object aValue, int rowIndex, int columnIndex, ColumnIdentifier<BenthosBatchRowModel> propertyName, BenthosBatchRowModel entry)
setValueAt in class AbstractTuttiTableModel<BenthosBatchRowModel>Copyright © 2012-2013 Ifremer. All Rights Reserved.