| Package | Description |
|---|---|
| fr.ifremer.tutti.ui.swing.content.operation.catches.benthos |
| Modifier and Type | Field and Description |
|---|---|
protected BenthosBatchRowModel |
BenthosBatchRowModel.parentBatch
Parent of this batch (can be null if batch is root).
|
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.ATTACHMENT |
protected List<BenthosBatchRowModel> |
BenthosBatchRowModel.childBatch
List of child batches (can be null or empty if batch is a leaf).
|
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.COMMENT |
protected static org.nuiton.util.beans.Binder<SpeciesBatch,BenthosBatchRowModel> |
BenthosBatchRowModel.fromBeanBinder |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.NUMBER |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.SAMPLE_WEIGHT |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.SPECIES_BY_CODE |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.SPECIES_BY_GENUS_CODE |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.SPECIES_TO_CONFIRM |
protected static org.nuiton.util.beans.Binder<BenthosBatchRowModel,SpeciesBatch> |
BenthosBatchRowModel.toBeanBinder |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
BenthosBatchRowModel |
BenthosBatchTableModel.createNewRow() |
BenthosBatchRowModel |
BenthosBatchRowModel.getParentBatch() |
| Modifier and Type | Method and Description |
|---|---|
List<BenthosBatchRowModel> |
BenthosBatchRowModel.getChildBatch() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BenthosBatchUIHandler.isRowValid(BenthosBatchRowModel row) |
protected void |
BenthosBatchUIHandler.onRowModified(int rowIndex,
BenthosBatchRowModel row,
String propertyName,
Object oldValue,
Object newValue) |
protected void |
BenthosBatchUIHandler.saveRow(BenthosBatchRowModel row) |
protected void |
BenthosBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<BenthosBatchRowModel> rowMonitor,
BenthosBatchRowModel row) |
void |
BenthosBatchRowModel.setParentBatch(BenthosBatchRowModel parentBatch) |
void |
BenthosBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosBatchRowModel> propertyName,
BenthosBatchRowModel entry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BenthosBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<BenthosBatchRowModel> rowMonitor,
BenthosBatchRowModel row) |
void |
BenthosBatchRowModel.setChildBatch(List<BenthosBatchRowModel> childBatch) |
void |
BenthosBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosBatchRowModel> propertyName,
BenthosBatchRowModel entry) |
Copyright © 2012-2013 Ifremer. All Rights Reserved.