| Modifier and Type | Method and Description |
|---|---|
void |
EditCatchesUIHandler.editSpeciesFrequencies(SpeciesBatchRowModel editRow,
SpeciesFrequencyCellComponent.FrequencyCellEditor editor) |
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.ATTACHMENT |
protected List<SpeciesBatchRowModel> |
SpeciesBatchRowModel.childBatch
List of child batches (can be null or empty if batch is a leaf).
|
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.COMMENT |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.COMPUTED_NUMBER |
protected Set<ColumnIdentifier<SpeciesBatchRowModel>> |
SpeciesBatchTableModel.frequencyCols
Columns for the frequency edition.
|
protected static org.nuiton.util.beans.Binder<SpeciesBatch,SpeciesBatchRowModel> |
SpeciesBatchRowModel.fromBeanBinder |
protected Set<SampleCategoryColumnIdentifier<SpeciesBatchRowModel>> |
SpeciesBatchTableModel.sampleCols
Columns implies in the sample category definition.
|
protected Map<SpeciesBatchRowModel,Float> |
CreateSpeciesMelagAction.selectedRows |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.SPECIES |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.SPECIES_TO_CONFIRM |
protected static org.nuiton.util.beans.Binder<SpeciesBatchRowModel,SpeciesBatch> |
SpeciesBatchRowModel.toBeanBinder |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
SpeciesBatchRowModel |
SpeciesBatchTableModel.createNewRow() |
SpeciesBatchRowModel |
SpeciesBatchRowModel.getFirstAncestor(SampleCategory<?> entrySampleCategory) |
SpeciesBatchRowModel |
SpeciesBatchRowModel.getParentBatch() |
SpeciesBatchRowModel |
SpeciesBatchUIHandler.loadBatch(SpeciesBatch aBatch,
SpeciesBatchRowModel parentRow,
List<SpeciesBatchRowModel> rows) |
| Modifier and Type | Method and Description |
|---|---|
List<SpeciesBatchRowModel> |
SpeciesBatchRowModel.getChildBatch() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpeciesBatchUIHandler.addToSpeciesUsed(SpeciesBatchRowModel row) |
protected void |
RenameSpeciesBatchAction.changeChildrenSpecies(SpeciesBatchRowModel row,
Species species) |
void |
SpeciesBatchUIHandler.collectChildren(SpeciesBatchRowModel row,
Set<SpeciesBatchRowModel> collectedRows) |
protected SpeciesBatch |
SpeciesBatchUIHandler.convertRowToBean(SpeciesBatchRowModel row,
boolean convertParent) |
protected boolean |
SpeciesBatchUIHandler.isRowValid(SpeciesBatchRowModel row) |
SpeciesBatchRowModel |
SpeciesBatchUIHandler.loadBatch(SpeciesBatch aBatch,
SpeciesBatchRowModel parentRow,
List<SpeciesBatchRowModel> rows) |
protected void |
SpeciesBatchUIHandler.loadBatchRow(SpeciesBatchRowModel parentRow,
SpeciesBatchRowModel newRow,
Integer sampleCategoryId,
Serializable categoryValue,
Float categoryWeight,
Float categoryComputedWeight) |
protected void |
SpeciesBatchUIHandler.onAfterSelectedRowChanged(int oldRowIndex,
SpeciesBatchRowModel oldRow,
int newRowIndex,
SpeciesBatchRowModel newRow) |
protected void |
SpeciesBatchUIHandler.onRowModified(int rowIndex,
SpeciesBatchRowModel row,
String propertyName,
Object oldValue,
Object newValue) |
protected void |
SpeciesBatchUIHandler.onRowValidStateChanged(int rowIndex,
SpeciesBatchRowModel row,
Boolean oldValue,
Boolean newValue) |
void |
SpeciesBatchUIHandler.removeFromSpeciesUsed(SpeciesBatchRowModel row) |
protected void |
SpeciesBatchUIHandler.saveRow(SpeciesBatchRowModel row) |
protected void |
SpeciesBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<SpeciesBatchRowModel> rowMonitor,
SpeciesBatchRowModel row) |
void |
SpeciesBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesBatchRowModel> propertyName,
SpeciesBatchRowModel entry) |
void |
SpeciesBatchUIHandler.updateTotalFromFrequencies(SpeciesBatchRowModel row) |
| Modifier and Type | Method and Description |
|---|---|
protected <C extends Serializable> |
SpeciesBatchUIHandler.addSampleCategoryColumnToModel(TableColumnModel columnModel,
ColumnIdentifier<SpeciesBatchRowModel> columnIdentifier,
org.nuiton.decorator.Decorator<C> decorator,
TableCellRenderer defaultRenderer) |
void |
SpeciesBatchUIHandler.collectChildren(SpeciesBatchRowModel row,
Set<SpeciesBatchRowModel> collectedRows) |
void |
SpeciesBatchRowModel.collectShell(Set<SpeciesBatchRowModel> collectedRows) |
protected boolean |
SpeciesBatchTableModel.isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesBatchRowModel> propertyName) |
SpeciesBatchRowModel |
SpeciesBatchUIHandler.loadBatch(SpeciesBatch aBatch,
SpeciesBatchRowModel parentRow,
List<SpeciesBatchRowModel> rows) |
protected void |
SpeciesBatchUIHandler.onModelRowsChanged(List<SpeciesBatchRowModel> rows) |
void |
SpeciesBatchUIHandler.saveRows(Iterable<SpeciesBatchRowModel> rows) |
protected void |
SpeciesBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<SpeciesBatchRowModel> rowMonitor,
SpeciesBatchRowModel row) |
void |
SpeciesBatchRowModel.setChildBatch(List<SpeciesBatchRowModel> childBatch) |
void |
SpeciesBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesBatchRowModel> propertyName,
SpeciesBatchRowModel entry) |
| Modifier and Type | Field and Description |
|---|---|
protected SpeciesBatchRowModel |
SpeciesFrequencyUIModel.batch
Batch that contains frequencies.
|
protected SpeciesBatchRowModel |
SpeciesFrequencyCellComponent.FrequencyCellEditor.editRow |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesFrequencyCellComponent.FrequencyCellEditor.columnIdentifier |
| Modifier and Type | Method and Description |
|---|---|
SpeciesBatchRowModel |
SpeciesFrequencyUIModel.getBatch() |
protected SpeciesBatchRowModel |
SpeciesFrequencyUIModel.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesFrequencyUIHandler.editBatch(SpeciesBatchRowModel speciesBatch,
SpeciesFrequencyCellComponent.FrequencyCellEditor editor) |
void |
SpeciesFrequencyUIModel.setBatch(SpeciesBatchRowModel batch) |
| Modifier and Type | Field and Description |
|---|---|
protected SpeciesBatchRowModel |
SplitSpeciesBatchUIModel.batch
Batch which fires the editor.
|
| Modifier and Type | Method and Description |
|---|---|
SpeciesBatchRowModel |
SplitSpeciesBatchUIModel.getBatch() |
protected SpeciesBatchRowModel |
SplitSpeciesBatchUIModel.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
SplitSpeciesBatchUIHandler.editBatch(SpeciesBatchRowModel batch) |
void |
SplitSpeciesBatchUIModel.setBatch(SpeciesBatchRowModel batch) |
Copyright © 2012–2013 Ifremer. All rights reserved.