public class HydrologyTabUIModel extends AbstractTuttiTableUIModel<FishingOperation,HydrologyRowModel,HydrologyTabUIModel>
| Modifier and Type | Field and Description |
|---|---|
protected List<Caracteristic> |
availableCaracteristics |
protected FishingOperation |
fishingOperation
Fishing operation associated with the caracteristics
|
protected static org.nuiton.util.beans.Binder<FishingOperation,HydrologyTabUIModel> |
fromBeanBinder |
static String |
PROPERTY_AVAILABLE_CARACTERISTICS |
static String |
PROPERTY_REMOVE_CARACTERISTIC_ENABLED |
protected boolean |
removeCaracteristicEnabled
Can user remove a selected caracteristic?
|
static String |
TITLE |
protected static org.nuiton.util.beans.Binder<HydrologyTabUIModel,FishingOperation> |
toBeanBinder |
PROPERTY_ROWS, rowsid, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
HydrologyTabUIModel() |
| Modifier and Type | Method and Description |
|---|---|
List<Caracteristic> |
getAvailableCaracteristics() |
FishingOperation |
getFishingOperation() |
String |
getTitle() |
boolean |
isRemoveCaracteristicEnabled() |
void |
setAvailableCaracteristics(List<Caracteristic> availableCaracteristics) |
void |
setFishingOperation(FishingOperation fishingOperation) |
void |
setRemoveCaracteristicEnabled(boolean removeCaracteristicEnabled) |
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 TITLE
public static final String PROPERTY_REMOVE_CARACTERISTIC_ENABLED
public static final String PROPERTY_AVAILABLE_CARACTERISTICS
protected List<Caracteristic> availableCaracteristics
protected FishingOperation fishingOperation
protected boolean removeCaracteristicEnabled
protected static final org.nuiton.util.beans.Binder<FishingOperation,HydrologyTabUIModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<HydrologyTabUIModel,FishingOperation> toBeanBinder
public String getTitle()
getTitle in class AbstractTuttiBeanUIModel<FishingOperation,HydrologyTabUIModel>public List<Caracteristic> getAvailableCaracteristics()
public void setAvailableCaracteristics(List<Caracteristic> availableCaracteristics)
public FishingOperation getFishingOperation()
public void setFishingOperation(FishingOperation fishingOperation)
public boolean isRemoveCaracteristicEnabled()
public void setRemoveCaracteristicEnabled(boolean removeCaracteristicEnabled)
Copyright © 2012-2013 Ifremer. All Rights Reserved.