public class SpeciesBatchTableModel extends AbstractTuttiTableModel<SpeciesBatchRowModel>
columnIdentifiers, columns, noneEditableCols, rowslistenerList| Constructor and Description |
|---|
SpeciesBatchTableModel(TableColumnModel columnModel) |
| Modifier and Type | Method and Description |
|---|---|
protected SpeciesBatchRowModel |
createNewRow() |
protected boolean |
isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesBatchRowModel> propertyName) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesBatchRowModel> propertyName,
SpeciesBatchRowModel entry) |
void |
updateSamplingRatio(Set<SpeciesBatchRowModel> rows) |
addNewRow, addNewRow, fireTableCellUpdated, getColumn, getColumnCount, getColumnIndex, getEntry, getPropertyName, getRowCount, getRowIndex, getRows, getValueAt, getValueAt, isCellEditable, onRowAdded, onRowsChanged, setNoneEditableCols, setRows, setValueAt, updateRowaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListenerpublic static final ColumnIdentifier<SpeciesBatchRowModel> SPECIES_TO_CONFIRM
public static final ColumnIdentifier<SpeciesBatchRowModel> SPECIES_BY_CODE
public static final ColumnIdentifier<SpeciesBatchRowModel> SPECIES_BY_GENUS_CODE
public static final ColumnIdentifier<SpeciesBatchRowModel> SORTED_UNSORTED_CATEGORY
public static final ColumnIdentifier<SpeciesBatchRowModel> WEIGHT_CATEGORY
public static final ColumnIdentifier<SpeciesBatchRowModel> SEX
public static final ColumnIdentifier<SpeciesBatchRowModel> MATURITY
public static final ColumnIdentifier<SpeciesBatchRowModel> AGE
public static final ColumnIdentifier<SpeciesBatchRowModel> WEIGHT
public static final ColumnIdentifier<SpeciesBatchRowModel> COMPUTED_WEIGHT
public static final ColumnIdentifier<SpeciesBatchRowModel> COMPUTED_NUMBER
public static final ColumnIdentifier<SpeciesBatchRowModel> SAMPLE_WEIGHT
public static final ColumnIdentifier<SpeciesBatchRowModel> SAMPLING_RATIO
public static final ColumnIdentifier<SpeciesBatchRowModel> COMMENT
public static final ColumnIdentifier<SpeciesBatchRowModel> ATTACHMENTS
protected final Set<ColumnIdentifier<SpeciesBatchRowModel>> noneEditableColIfNoSpecies
public SpeciesBatchTableModel(TableColumnModel columnModel)
protected SpeciesBatchRowModel createNewRow()
createNewRow in class AbstractTuttiTableModel<SpeciesBatchRowModel>public void setValueAt(Object aValue, int rowIndex, int columnIndex, ColumnIdentifier<SpeciesBatchRowModel> propertyName, SpeciesBatchRowModel entry)
setValueAt in class AbstractTuttiTableModel<SpeciesBatchRowModel>public void updateSamplingRatio(Set<SpeciesBatchRowModel> rows)
protected boolean isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesBatchRowModel> propertyName)
isCellEditable in class AbstractTuttiTableModel<SpeciesBatchRowModel>Copyright © 2012 Ifremer. All Rights Reserved.