public class SpeciesFrequencyUIModel extends AbstractTuttiTableUIModel<SpeciesBatchRowModel,SpeciesFrequencyRowModel,SpeciesFrequencyUIModel>
| Modifier and Type | Class and Description |
|---|---|
static class |
SpeciesFrequencyUIModel.ConfigurationMode |
| Modifier and Type | Field and Description |
|---|---|
protected SpeciesBatchRowModel |
batch
Batch that contains frequencies.
|
protected SpeciesFrequencyUIModel.ConfigurationMode |
configurationMode
Fill mode.
|
protected Float |
maxStep
Max step to auto generate length steps.
|
protected Float |
minStep
Min step to auto generate length steps.
|
static String |
PROPERTY_AUTO_GEN_MODE |
static String |
PROPERTY_CAN_GENERATE |
static String |
PROPERTY_CONFIGURATION_MODE |
static String |
PROPERTY_RAFALE_MODE |
static String |
PROPERTY_SIMPLE_MODE |
static String |
PROPERTY_STEP |
protected float |
step
Default step to increment length step.
|
PROPERTY_ROWS, rowsid, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
SpeciesFrequencyUIModel() |
| Modifier and Type | Method and Description |
|---|---|
SpeciesBatchRowModel |
getBatch() |
SpeciesFrequencyUIModel.ConfigurationMode |
getConfigurationMode() |
float |
getLengthStep(float lengthStep) |
Float |
getMaxStep() |
Float |
getMinStep() |
float |
getStep() |
boolean |
isAutoGenMode() |
boolean |
isCanGenerate() |
boolean |
isRafaleMode() |
boolean |
isSimpleMode() |
void |
setBatch(SpeciesBatchRowModel batch) |
void |
setConfigurationMode(SpeciesFrequencyUIModel.ConfigurationMode configurationMode) |
void |
setMaxStep(Float maxStep) |
void |
setMinStep(Float minStep) |
void |
setStep(float step) |
getRowCount, getRows, setRowsfromBean, getId, isCreate, isModify, isValid, newEntity, setId, setModify, setValid, toBeanaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_CONFIGURATION_MODE
public static final String PROPERTY_STEP
public static final String PROPERTY_CAN_GENERATE
public static final String PROPERTY_SIMPLE_MODE
public static final String PROPERTY_AUTO_GEN_MODE
public static final String PROPERTY_RAFALE_MODE
protected SpeciesFrequencyUIModel.ConfigurationMode configurationMode
protected SpeciesBatchRowModel batch
protected float step
protected Float minStep
protected Float maxStep
public SpeciesFrequencyUIModel.ConfigurationMode getConfigurationMode()
public void setConfigurationMode(SpeciesFrequencyUIModel.ConfigurationMode configurationMode)
public float getStep()
public void setStep(float step)
public Float getMinStep()
public void setMinStep(Float minStep)
public Float getMaxStep()
public void setMaxStep(Float maxStep)
public boolean isSimpleMode()
public boolean isAutoGenMode()
public boolean isRafaleMode()
public boolean isCanGenerate()
public SpeciesBatchRowModel getBatch()
public void setBatch(SpeciesBatchRowModel batch)
public float getLengthStep(float lengthStep)
Copyright © 2012 Ifremer. All Rights Reserved.