Project

General

Profile

« Previous | Next » 

Revision fb028abd

Added by Patrick Plitzner about 6 years ago

ref #7095 documentation

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/RowWrapper.java
122 122
    }
123 123

  
124 124
    public void setDataValueForFeature(Feature feature, Object newValue){
125
        /* Only CategoricalData is handled here because for QuantitativeData the value
126
         * is set in the ModifyListener of the swt.Text in the CEllEditor
127
         * for each StatisticalMeasure. So no need to set it again here.
128
         */
125 129
        DescriptionElementBase descriptionElementBase = featureToElementMap.get(feature);
126 130
        if(descriptionElementBase!=null && descriptionElementBase.isInstanceOf(CategoricalData.class) && newValue instanceof Collection){
127 131
            CategoricalData categoricalData = HibernateProxyHelper.deproxy(descriptionElementBase, CategoricalData.class);

Also available in: Unified diff