public class EditSampleCategoryModelUIModel extends AbstractTuttiTableUIModel<SampleCategoryModel,EditSampleCategoryModelRowModel,EditSampleCategoryModelUIModel>
| Modifier and Type | Field and Description |
|---|---|
protected List<Caracteristic> |
caracteristicList |
protected SampleCategoryModelEntry |
firstCategory |
protected static org.nuiton.util.beans.Binder<SampleCategoryModel,EditSampleCategoryModelUIModel> |
fromBeanBinder |
static String |
PROPERTY_CARACTERISTIC_LIST |
static String |
PROPERTY_MOVE_DOWN_ENTRY_ENABLED |
static String |
PROPERTY_MOVE_UP_ENTRY_ENABLED |
static String |
PROPERTY_REMOVE_ENTRY_ENABLED |
protected static org.nuiton.util.beans.Binder<EditSampleCategoryModelUIModel,SampleCategoryModel> |
toBeanBinder |
PROPERTY_ROWS, PROPERTY_ROWS_IN_ERROR, rows, rowsInErrorid, modify, PROPERTY_MODIFY, PROPERTY_VALID, validPROPERTY_ID| Constructor and Description |
|---|
EditSampleCategoryModelUIModel(List<SampleCategoryModelEntry> category,
List<Caracteristic> caracteristicList) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCaracteristic(Caracteristic caracteristic) |
List<Caracteristic> |
getCaracteristicList() |
boolean |
isMoveDownEntryEnabled() |
boolean |
isMoveUpEntryEnabled() |
boolean |
isRemoveEntryEnabled() |
protected SampleCategoryModel |
newEntity() |
void |
removeCaracteristic(Caracteristic caracteristic) |
void |
setMoveDownEntryEnabled(boolean moveDownEntryEnabled) |
void |
setMoveUpEntryEnabled(boolean moveUpEntryEnabled) |
void |
setRemoveEntryEnabled(boolean removeEntryEnabled) |
addRowInError, getRowCount, getRows, getRowsInError, removeRowInError, setRows, setRowsInErrorfirePropertyChanged, fromBean, fromEntity, getChild, getChild, getId, getIdAsInt, isCreate, isModify, isValid, setId, setId, setModify, setValid, toBean, toEntityaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_CARACTERISTIC_LIST
public static final String PROPERTY_REMOVE_ENTRY_ENABLED
public static final String PROPERTY_MOVE_UP_ENTRY_ENABLED
public static final String PROPERTY_MOVE_DOWN_ENTRY_ENABLED
protected final SampleCategoryModelEntry firstCategory
protected final List<Caracteristic> caracteristicList
protected static org.nuiton.util.beans.Binder<SampleCategoryModel,EditSampleCategoryModelUIModel> fromBeanBinder
protected static org.nuiton.util.beans.Binder<EditSampleCategoryModelUIModel,SampleCategoryModel> toBeanBinder
public EditSampleCategoryModelUIModel(List<SampleCategoryModelEntry> category, List<Caracteristic> caracteristicList)
protected SampleCategoryModel newEntity()
newEntity in class AbstractTuttiBeanUIModel<SampleCategoryModel,EditSampleCategoryModelUIModel>public List<Caracteristic> getCaracteristicList()
public boolean isRemoveEntryEnabled()
public void setRemoveEntryEnabled(boolean removeEntryEnabled)
public boolean isMoveUpEntryEnabled()
public void setMoveUpEntryEnabled(boolean moveUpEntryEnabled)
public boolean isMoveDownEntryEnabled()
public void setMoveDownEntryEnabled(boolean moveDownEntryEnabled)
public void addCaracteristic(Caracteristic caracteristic)
public void removeCaracteristic(Caracteristic caracteristic)
Copyright © 2012–2015 Ifremer. All rights reserved.