| Modifier and Type | Field and Description |
|---|---|
protected SpeciesBatchRowModel |
SpeciesBatchRowModel.batchParent
Parent of this batch (can be null if batch is root).
|
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.AGE_CATEGORY |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.ATTACHMENTS |
protected List<SpeciesBatchRowModel> |
SpeciesBatchRowModel.batchChild
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 |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.COMPUTED_WEIGHT |
protected Set<ColumnIdentifier<SpeciesBatchRowModel>> |
SpeciesBatchTableModel.frequencyCols
Columns for the frequency edition.
|
protected static org.nuiton.util.beans.Binder<SpeciesBatch,SpeciesBatchRowModel> |
SpeciesBatchRowModel.fromBeanBinder |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.MATURITY_CATEGORY |
protected com.google.common.collect.Multimap<SpeciesBatchTreeNode,SpeciesBatchRowModel> |
SpeciesBatchTreeModel.nodeToRow
Mapping from node to row.
|
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.NUMBER |
protected Map<SpeciesBatchRowModel,SpeciesBatchTreeNode> |
SpeciesBatchTreeModel.rowToNode
Mapping from row to node.
|
protected Set<ColumnIdentifier<SpeciesBatchRowModel>> |
SpeciesBatchTableModel.sampleCols
Columns implies in the sample category definition.
|
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.SEX_CATEGORY |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.SIZE_CATEGORY |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.SORTED_UNSORTED_CATEGORY |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.SPECIES_CATEGORY |
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.getBatchParent() |
SpeciesBatchRowModel |
SpeciesBatchTreeModel.getNodeToRow(SpeciesBatchTreeNode node) |
protected SpeciesBatchRowModel |
SpeciesBatchUIHandler.loadSpeciesBatch(SpeciesBatch aBatch,
SpeciesBatchRowModel parentRow,
List<SpeciesBatchRowModel> rows) |
| Modifier and Type | Method and Description |
|---|---|
List<SpeciesBatchRowModel> |
SpeciesBatchRowModel.getBatchChild() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpeciesBatchUIHandler.collectChilds(SpeciesBatchRowModel row,
Set<SpeciesBatchRowModel> collectedRows) |
SpeciesBatchTreeNode |
SpeciesBatchTreeModel.getSamplingNode(SpeciesBatchRowModel row) |
protected SpeciesBatchTreeNode |
SpeciesBatchTreeModel.getSamplingNode(SpeciesBatchTreeNode node,
int samplingIndex,
SpeciesBatchRowModel row) |
protected boolean |
SpeciesBatchUIHandler.isRowValid(SpeciesBatchRowModel row) |
boolean |
SpeciesBatchTreeModel.isValid(SpeciesBatchRowModel row,
SpeciesBatchTreeNode newNode) |
protected void |
SpeciesBatchUIHandler.loadBatchRow(SpeciesBatchRowModel parentRow,
SpeciesBatchRowModel newRow,
SampleCategoryEnum sampleCategoryEnum,
Serializable categoryValue,
Float categoryWeight) |
protected SpeciesBatchRowModel |
SpeciesBatchUIHandler.loadSpeciesBatch(SpeciesBatch aBatch,
SpeciesBatchRowModel parentRow,
List<SpeciesBatchRowModel> rows) |
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) |
SpeciesBatchTreeNode |
SpeciesBatchTreeModel.removeNodeFromCache(SpeciesBatchRowModel row) |
protected void |
SpeciesBatchUIHandler.saveRow(SpeciesBatchRowModel row) |
protected void |
SpeciesBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<SpeciesBatchRowModel> rowMonitor,
SpeciesBatchRowModel row) |
void |
SpeciesBatchRowModel.setBatchParent(SpeciesBatchRowModel batchParent) |
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.util.decorator.Decorator<C> decorator,
TableCellRenderer defaultRenderer) |
protected void |
SpeciesBatchUIHandler.collectChilds(SpeciesBatchRowModel row,
Set<SpeciesBatchRowModel> collectedRows) |
protected boolean |
SpeciesBatchTableModel.isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesBatchRowModel> propertyName) |
protected SpeciesBatchRowModel |
SpeciesBatchUIHandler.loadSpeciesBatch(SpeciesBatch aBatch,
SpeciesBatchRowModel parentRow,
List<SpeciesBatchRowModel> rows) |
protected void |
SpeciesBatchUIHandler.onModelRowsChanged(List<SpeciesBatchRowModel> rows) |
protected void |
SpeciesBatchUIHandler.saveRows(Iterable<SpeciesBatchRowModel> rows) |
protected void |
SpeciesBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<SpeciesBatchRowModel> rowMonitor,
SpeciesBatchRowModel row) |
void |
SpeciesBatchRowModel.setBatchChilds(List<SpeciesBatchRowModel> batchChild) |
void |
SpeciesBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesBatchRowModel> propertyName,
SpeciesBatchRowModel entry) |
void |
SpeciesBatchTableModel.updateSamplingRatio(Set<SpeciesBatchRowModel> rows) |
| Modifier and Type | Field and Description |
|---|---|
protected SpeciesBatchRowModel |
SpeciesFrequencyUIModel.batch
Batch that contains frequencies.
|
protected SpeciesBatchRowModel |
FrequencyCellComponent.FrequencyCellEditor.editRow |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnIdentifier<SpeciesBatchRowModel> |
FrequencyCellComponent.FrequencyCellEditor.columnIdentifier |
| Modifier and Type | Method and Description |
|---|---|
SpeciesBatchRowModel |
SpeciesFrequencyUIModel.getBatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesFrequencyUI.editBatch(SpeciesBatchRowModel row) |
void |
SpeciesFrequencyUIHandler.editBatch(SpeciesBatchRowModel speciesBatch) |
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
SplitSpeciesBatchUIHandler.editBatch(SpeciesBatchRowModel batch) |
void |
SplitSpeciesBatchUIModel.setBatch(SpeciesBatchRowModel batch) |
Copyright © 2012-2013 Ifremer. All Rights Reserved.